-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsheet.json
41 lines (41 loc) · 1.52 KB
/
sheet.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"html": "fabula-ultima.html",
"css": "fabula-ultima.css",
"authors": "Aurélien \"Wagi\" Chabani, Nohan \"Tozio\" Palasse, Corentin \"Rezay\" Ciret, Marcos Eduardo Crivellaro (a.k.a Alastor), morgdalaine",
"roll20userid": "4842841, 1020021, 1470591, 590534, 61327",
"preview": "fabula-ultima.png",
"instructions": "The Unofficial Roll20 Fabula Ultima TTJRPG character sheet",
"useroptions": [
{
"attribute": "roll_mods",
"displayName": "Ask for Accuracy Check Modifiers",
"displaytranslationkey": "roll_mods",
"type": "select",
"options": ["off|0", "on|on"],
"optiontranslationkeys": ["off", "on"],
"default": "on",
"description": "This will toggle accuracy modifiers for accuracy checks.",
"descriptiontranslationkey": "settings_roll_mods_desc"
},
{
"attribute": "money_name",
"displayName": "Currency Name",
"displaytranslationkey": "money_name",
"type": "text",
"default": "zenit",
"description": "This will set the default currency name for all characters.",
"descriptiontranslationkey": "settings_money_name_desc"
},
{
"attribute": "enable_quirks",
"displayName": "Enable Quirks",
"displaytranslationkey": "enable_quirks",
"type": "select",
"options": ["off|0", "on|on"],
"optiontranslationkeys": ["off", "on"],
"default": "0",
"description": "This will enable the use of Quirks in your game.",
"descriptiontranslationkey": "settings_enable_quirks_desc"
}
]
}