You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
984 B
34 lines
984 B
[Plugin Information]
|
|
PluginVersion = 1.0.0
|
|
PluginName = Shadow Dice
|
|
PluginDescription = A plugin for rolling dice in Shadowrun 5e.
|
|
PluginLanguage = EN
|
|
PluginCommands: [
|
|
"rollinit",
|
|
"addinit",
|
|
"listinit",
|
|
"initpass",
|
|
"clearinit",
|
|
"interupt",
|
|
"srun",
|
|
"preedge",
|
|
"assensing",
|
|
"delivery",
|
|
"perception_mods",
|
|
"environmental",
|
|
"concealability"
|
|
]
|
|
|
|
[Plugin Settings]
|
|
; List commands that need the core thread to wait for completion.
|
|
; This may include processes that require multiple commands in succession.
|
|
; For example: [Youtube Plugin - !yt -> !p] process requires 2 commands in that order.
|
|
ThreadWaitForCommands: []
|
|
UseSingleThread = False
|
|
|
|
[Plugin Type]
|
|
ControllablePlugin = True
|
|
AudioPlugin = False
|
|
ImagePlugin = False
|
|
CorePlugin = False
|
|
ExtensionPlugin = True
|
|
|