Moss, Stone & Steel
First release of the Moss, Stone & Steel character sheet, developed on behalf of FantasyBound Studio.
|
After Width: | Height: | Size: 5.5 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
|
After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 43 KiB |
|
After Width: | Height: | Size: 61 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 290 KiB |
|
After Width: | Height: | Size: 129 KiB |
|
After Width: | Height: | Size: 71 KiB |
|
After Width: | Height: | Size: 577 KiB |
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"html": "mstonesteel.html",
|
||||
"css": "mstonesteel.css",
|
||||
"authors": "Patrick Leo (Pktome)",
|
||||
"roll20userid": "832365",
|
||||
"preview": "https://pktome.com.br/commissions/roll20/sheets/MossStoneSteel/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]"
|
||||
}
|
||||
]
|
||||
}
|
||||