Files
roll20-character-sheets/MossStoneSteel/sheet.json
T
pktome 9cb18b8a86 link change
link change
2025-09-09 01:03:04 -03:00

62 lines
1.5 KiB
JSON

{
"html": "mstonesteel.html",
"css": "mstonesteel.css",
"authors": "Patrick Leo (Pktome)",
"roll20userid": "832365",
"preview": "preview.png",
"instructions": "Official character sheet for the Moss, Stone & Steel System, on behalf of FantasyBound Studio\n\nVersion 1.0.0 (08/09/2025)",
"legacy": false,
"useroptions": [
{
"attribute": "$sta_on",
"displayname": "Consume Stamina?",
"type": "select",
"options": [
"No|0",
"Yes|1"
],
"default": "1",
"description": "Activate to consume Stamina"
},
{
"attribute": "$GM",
"displayname": "Whisper to GM?",
"type": "select",
"options": [
"No",
"Yes|/w GM "
],
"default": "",
"description": "Send macros to the GM"
},
{
"attribute": "$mod",
"displayname": "Popup Modifier",
"type": "select",
"options": [
"No",
"Yes (sheet)|+@{mod-fixed} [Mod]",
"Yes (popup)|+?{Mod CT|@{mod-popup}} [Mod]"
],
"default": "",
"description": "Enable popup for additional modifier"
},
{
"attribute": "mod-fixed",
"displayname": "Modifier (sheet)",
"type": "number",
"value": "0",
"default": "0",
"description": "Default modifier value when using [Sheet]"
},
{
"attribute": "mod-popup",
"displayname": "Modifier (popup)",
"type": "number",
"value": "0",
"default": "0",
"description": "Default modifier value when using [Popup]"
}
]
}