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.
30 lines
840 B
30 lines
840 B
![]()
4 years ago
|
[Plugin Information]
|
||
|
PluginVersion = 1.0.0
|
||
|
PluginName = Shadow Dice
|
||
|
PluginDescription = A plugin for rolling dice in Shadowrun 5e.
|
||
|
PluginLanguage = EN
|
||
|
PluginCommands: [
|
||
|
"init",
|
||
|
"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
|