Files
Bigfoot 85d007414a Update sheet.json
Removed unsupported options
2025-08-31 11:03:05 -07:00

113 lines
5.3 KiB
JSON

{
"html": "Shadowdark-Unofficial.html",
"css": "Shadowdark-Unofficial.css",
"authors": "CyberSasquatch",
"roll20userid": "6042502",
"preview": "Shadowdark-Unofficial-Preview.png",
"legacy": false,
"printable": true,
"mobile": true,
"compendium": "",
"instructions": "A tab-free 3rd-Party Shadowdark sheet for PCs (Crawlers) and NPCs (Monsters, etc.). Features: character info, stats, tracking and sharing (to chat) traits/talents/abilities/notes, rollable attacks and spells, dark mode support, responsive design for smartphones, luck token tracking (normal and pulp mode), 20 gear slots and treasure tracking, import JSON from Shadowdarklings.net format, import monsters by parsing copied text straight from the official PDF, level-up XP calculation, 3rd-party license compliant. No compendium support. This Unofficial Shadowdark sheet for Roll20 is an independent product published under the Shadowdark RPG Third-Party License and is not affiliated with The Arcane Library, LLC. Shadowdark RPG © 2023 The Arcane Library, LLC.",
"useroptions": [
{
"attribute": "npc",
"displayname": "NPC:",
"type": "checkbox",
"value": "1",
"description": "Default sheet type to NPC (monster) instead of PC (Crawler). It is easy to toggle between these in the options section of the sheet."
},
{
"attribute": "npc_showdesc",
"displayname": "Show NPC Description text:",
"type": "checkbox",
"value": "1",
"default": "0",
"description": "In NPC roll results, show or hide the name of the NPC in the roll result card."
},
{
"attribute": "core_die",
"displayname": "Core Die Roll:",
"type": "text",
"default": "1d20",
"description": "Changing the core die will replace the normal 1d20 made with almost all rolls with a randomizer of your choice, such as 2d10 or 3d6."
},
{
"attribute": "dtype",
"displayname": "Auto Damage Roll:",
"type": "select",
"options": [
"Don't Auto Roll Damage|pick",
"Auto Roll Damage & Crit|full"
],
"default": "pick",
"description": "By default, attack damage rolls are not rolled until the hit is confirmed. Damage is rolled from the chat roll template by clicking on the name of the attack in the right hand bar, which then displays the damage. The default method is compatible with 3D dice. Optionally, you can choose to have the Auto Roll Damage & Crit option which will roll damage and critical hit dice at the same time of the attack, presenting all possible outcomes at the time of the attack."
},
{
"attribute": "init_tiebreaker",
"displayname": "Add DEX Tiebreaker to Initiative:",
"type": "checkbox",
"value": "@{dexterity}/100",
"description": "Adds the character's dexterity score as a decimal to the end of the initiative bonus for purposes of breaking ties."
},
{
"attribute": "cd_bar1_v",
"displayname": "Bar 1 Value:",
"type": "text",
"default": "hp",
"description": "On Default Tokens created by doing a Compendium drop onto the virtual table top, set the Bar 1's value to this attribute."
},
{
"attribute": "cd_bar1_m",
"displayname": "Bar 1 Max:",
"type": "text",
"default": "hp_max",
"description": "On Default Tokens created by doing a Compendium drop onto the virtual table top, set the Bar 1's max to this attribute."
},
{
"attribute": "cd_bar1_l",
"displayname": "Bar 1 Link:",
"type": "text",
"description": "On Default Tokens created by doing a Compendium drop onto the virtual table top, link the Bar 1's value to this attribute. If set this will override all other bar settings."
},
{
"attribute": "cd_bar2_v",
"displayname": "Bar 2 Value:",
"type": "text",
"default": "ac",
"description": "On Default Tokens created by doing a Compendium drop onto the virtual table top, set the Bar 2's value to this attribute."
},
{
"attribute": "cd_bar2_m",
"displayname": "Bar 2 Max:",
"type": "text",
"description": "On Default Tokens created by doing a Compendium drop onto the virtual table top, set the Bar 2's max to this attribute."
},
{
"attribute": "cd_bar2_l",
"displayname": "Bar 2 Link:",
"type": "text",
"default": "ac",
"description": "On Default Tokens created by doing a Compendium drop onto the virtual table top, link the Bar 2's value to this attribute. If set this will override all other bar settings."
},
{
"attribute": "cd_bar3_v",
"displayname": "Bar 3 Value:",
"type": "text",
"description": "On Default Tokens created by doing a Compendium drop onto the virtual table top, set the Bar 3's value to this attribute."
},
{
"attribute": "cd_bar3_m",
"displayname": "Bar 3 Max:",
"type": "text",
"description": "On Default Tokens created by doing a Compendium drop onto the virtual table top, set the Bar 3's max to this attribute."
},
{
"attribute": "cd_bar3_l",
"displayname": "Bar 3 Link:",
"type": "text",
"description": "On Default Tokens created by doing a Compendium drop onto the virtual table top, link the Bar 3's value to this attribute. If set this will override all other bar settings."
}
]
}