mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"html": "MongooseTraveller.html",
|
|
"css": "MongooseTraveller.css",
|
|
"authors": "Fabian D., Martin P., Simon B., Scott S.",
|
|
"roll20userid": "869232, 2450577, 2447813, 2779855",
|
|
"preview": "MongooseTraveller.png",
|
|
"instructions": "You can roll skills directly from the sheet, by clicking on the corresponding name or the roll button at the beginning of the row.",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "ro_default",
|
|
"displayname": "Default dice roll behaviour",
|
|
"displaytranslationkey": "ro_default-Q",
|
|
"type": "select",
|
|
"options": [
|
|
"Legacy|1",
|
|
"Prompt|2",
|
|
"Toggle|3"
|
|
],
|
|
"default": "1",
|
|
"description": "Legacy is the old sheet method, Prompt asks every roll for normal/boon/bane, Toggle displays Normal/Boon/Bane buttons.",
|
|
"descriptiontranslationkey": "ro_default-D"
|
|
},
|
|
{
|
|
"attribute": "mod_default",
|
|
"displayname": "Ask for modifier?",
|
|
"displaytranslationkey": "mod_default-Q",
|
|
"type": "select",
|
|
"options": [
|
|
"Yes|1",
|
|
"No|2",
|
|
"Toggle|3"
|
|
],
|
|
"default": "1",
|
|
"description": "Yes prompts for a modifier on every roll, No never prompts for a modifier, Toggle displays Yes/No buttons.",
|
|
"descriptiontranslationkey": "mod_default-D"
|
|
}
|
|
],
|
|
"legacy": true
|
|
} |