mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
62 lines
1.5 KiB
JSON
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]"
|
|
}
|
|
]
|
|
}
|