Files
roll20-character-sheets/Mongoose_Traveller2e/sheet.json
T
Scott Steadman d56dbdd596 add my info to list of authors
This seems to be standard practice.
2023-10-06 11:49:55 -07:00

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
}