Moss, Stone & Steel

First release of the Moss, Stone & Steel character sheet, developed on behalf of FantasyBound Studio.
This commit is contained in:
pktome
2025-09-08 15:42:36 -03:00
parent de54519de8
commit 7d07082545
13 changed files with 5691 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 577 KiB

+61
View File
@@ -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]"
}
]
}