mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
2025/02/24 - Version 1.0.1
Modified Skill structure for better usability: {Attr + Base + Lvl + Mod = Total} → {Attr + Skill + Mod = Total}
Buttons to change Layout Appearance (Skills, Talents...) now work on the first click instead of requiring two.
76 lines
1.8 KiB
JSON
76 lines
1.8 KiB
JSON
{
|
|
"html": "fantasygits.html",
|
|
"css": "fantasygits.css",
|
|
"authors": "Patrick Leo (Pktome)",
|
|
"roll20userid": "832365",
|
|
"preview": "preview_expand.png",
|
|
"instructions": "Character Sheet for the Fantasy Gits system.\n\n[Broken Rat Games | Feral Gamers]\n\n Version 1.0.1 (24/02/2025)",
|
|
"legacy": false,
|
|
"useroptions": [{
|
|
"attribute": "m_gm",
|
|
"displayname": "GM Only?",
|
|
"type": "select",
|
|
"options": [
|
|
"No",
|
|
"Yes|/w GM"
|
|
],
|
|
"default": "",
|
|
"description": "Will macros be sent by default only to GM?"
|
|
},
|
|
{
|
|
"attribute": "m_dice",
|
|
"displayname": "Dice Mod",
|
|
"type": "select",
|
|
"options": [
|
|
"Normal|1",
|
|
"Advantage|2",
|
|
"Disvantage|3",
|
|
"Ask|4"
|
|
],
|
|
"default": "1",
|
|
"description": "How should all Tests be done?"
|
|
},
|
|
{
|
|
"attribute": "m_mod",
|
|
"displayname": "Extra Mod",
|
|
"type": "select",
|
|
"options": [
|
|
"No",
|
|
"Yes|+?{Extra Mod|0} [extra mod]"
|
|
],
|
|
"default": "",
|
|
"description": "Ask if there is an extra Modifier on Tests?"
|
|
},
|
|
{
|
|
"attribute": "m_mana",
|
|
"displayname": "Cast Mana",
|
|
"type": "select",
|
|
"options": [
|
|
"Yes|1",
|
|
"No|0"
|
|
],
|
|
"default": "1",
|
|
"description": "When casting Magic, question the use of Mana?"
|
|
},
|
|
{
|
|
"attribute": "m_cd",
|
|
"displayname": "Cooldown Default (seconds):",
|
|
"type": "number",
|
|
"value": "6",
|
|
"default": "6",
|
|
"description": "The time the script will wait for a response or 'reset' after a cancellation."
|
|
},
|
|
{
|
|
"attribute": "svg",
|
|
"displayname": "Use PNG/SVG",
|
|
"type": "select",
|
|
"options": [
|
|
"PNG|0",
|
|
"SVG|1"
|
|
],
|
|
"default": "0",
|
|
"description": "Changes the format of images in most cases."
|
|
}
|
|
]
|
|
}
|