mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-11 01:22:32 +00:00
467 lines
14 KiB
JSON
467 lines
14 KiB
JSON
{
|
|
"html": "5eShaped.html",
|
|
"css": "5eShaped.css",
|
|
"authors": "Mark Lenser (Kryx on Roll20.net, @mlenser on Twitter). Companion script done by Lucian. French translations done by Alzam on Roll20. German translations done by Rouby.",
|
|
"roll20userid": "277007",
|
|
"preview": "5eShaped.jpg",
|
|
"compendium": "dnd5e",
|
|
"instructions": "This sheet is designed for use with D&D 5th edition. It has been designed to match the layout of the D&D 5e Character Sheet.",
|
|
"patreon": "https://www.patreon.com/mlenser",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "is_npc",
|
|
"displayname": "NPC",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "The NPC option sets new characters to default to the NPC layout."
|
|
},
|
|
{
|
|
"attribute": "roll_setting",
|
|
"displayname": "Roll setting",
|
|
"type": "radio",
|
|
"options": [
|
|
"Normal|{{ignore=[[0",
|
|
"Advantage|adv {{ignore=[[0",
|
|
"Disadvantage|dis {{ignore=[[0",
|
|
"Roll 2|{{roll2=[[d20@{d20_mod}"
|
|
],
|
|
"description": "Choose how d20s roll"
|
|
},
|
|
{
|
|
"attribute": "output_option",
|
|
"displayname": "Sheet output",
|
|
"type": "select",
|
|
"options": [
|
|
"Public for all to see|",
|
|
"Whispered to the GM|/w GM",
|
|
"Choose when rolling|?{Output|Public,|Whisper,/w GM }"
|
|
],
|
|
"description": "Choose how the sheet outputs"
|
|
},
|
|
{
|
|
"attribute": "death_save_output_option",
|
|
"displayname": "Death saves output",
|
|
"type": "select",
|
|
"options": [
|
|
"Sheet Output|@{output_option}",
|
|
"Public for all to see|",
|
|
"Whispered to the GM|/w GM",
|
|
"Choose when rolling|?{Output|Public,|Whisper,/w GM }"
|
|
],
|
|
"description": "Choose how death saves output"
|
|
},
|
|
{
|
|
"attribute": "hit_dice_output_option",
|
|
"displayname": "Hit Dice output",
|
|
"type": "select",
|
|
"options": [
|
|
"Sheet Output|@{output_option}",
|
|
"Public for all to see|",
|
|
"Whispered to the GM|/w GM",
|
|
"Choose when rolling|?{Output|Public,|Whisper,/w GM }"
|
|
],
|
|
"description": "Choose how hit dice output"
|
|
},
|
|
{
|
|
"attribute": "initiative_output_option",
|
|
"displayname": "Initiative output",
|
|
"type": "select",
|
|
"options": [
|
|
"Sheet Output|@{output_option}",
|
|
"Public for all to see|",
|
|
"Whispered to the GM|/w GM",
|
|
"Choose when rolling|?{Output|Public,|Whisper,/w GM }"
|
|
],
|
|
"description": "Choose how initiative outputs"
|
|
},
|
|
{
|
|
"attribute": "initiative_roll",
|
|
"displayname": "Initiative roll",
|
|
"type": "select",
|
|
"options": [
|
|
"Normal|@{shaped_d20}",
|
|
"Advantage|2d20@{d20_mod}kh1",
|
|
"Disadvantage|2d20@{d20_mod}kl1"
|
|
],
|
|
"description": "Choose how initiative rolls"
|
|
},
|
|
{
|
|
"attribute": "initiative_to_tracker",
|
|
"displayname": "Initiative to tracker",
|
|
"type": "select",
|
|
"options": [
|
|
"Send to tracker|@{selected|initiative_formula} &{tracker}",
|
|
"Don't|@{initiative_formula}"
|
|
],
|
|
"description": "Choose how initiative sends to the tracker"
|
|
},
|
|
{
|
|
"attribute": "show_character_name",
|
|
"displayname": "Character Name on all roll templates",
|
|
"type": "select",
|
|
"options": [
|
|
"No|",
|
|
"Yes|{{show_character_name=1}}"
|
|
],
|
|
"description": "Show character name on roll templates"
|
|
},
|
|
{
|
|
"attribute": "attacks_vs_target_ac",
|
|
"displayname": "Target's AC on Attacks",
|
|
"type": "select",
|
|
"options": [
|
|
"No|",
|
|
"Yes|[[@{target|AC}]]"
|
|
],
|
|
"description": "Target an enemy's AC with attacks"
|
|
},
|
|
{
|
|
"attribute": "attacks_vs_target_name",
|
|
"displayname": "Target's name on Attacks and Saves",
|
|
"type": "select",
|
|
"options": [
|
|
"No|",
|
|
"Yes|@{target|token_name}"
|
|
],
|
|
"description": "Show target's name on roll templates"
|
|
},
|
|
{
|
|
"attribute": "show_rests",
|
|
"displayname": "Show Rests",
|
|
"type": "checkbox",
|
|
"description": "Show rests on the core page (API feature)"
|
|
},
|
|
{
|
|
"attribute": "show_passive_skills",
|
|
"displayname": "Passive skills",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "Show passive skills"
|
|
},
|
|
{
|
|
"attribute": "show_spells",
|
|
"displayname": "Spells",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "Show spells"
|
|
},
|
|
{
|
|
"attribute": "prepared_matters",
|
|
"displayname": "Prepared matters",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "Show prepared options for spells"
|
|
},
|
|
{
|
|
"attribute": "prepared_matters",
|
|
"displayname": "Prepared matters",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "Show prepared options for spells"
|
|
},
|
|
{
|
|
"attribute": "create_class_features",
|
|
"displayname": "Create class features",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "Create class features automatically"
|
|
},
|
|
{
|
|
"attribute": "inspiration_multiple",
|
|
"displayname": "Multiple inspiration",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "Allow for multiple inspirations"
|
|
},
|
|
{
|
|
"attribute": "psionics",
|
|
"displayname": "Psionics",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "Show Kryx's homebrew Psionics"
|
|
},
|
|
{
|
|
"attribute": "custom_classes",
|
|
"displayname": "Custom classes",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "Show Kryx's homebrew classes"
|
|
},
|
|
{
|
|
"attribute": "expertise_as_advantage",
|
|
"displayname": "Expertise as Advantage when importing",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "Expertise as Advantage when importing (API feature)"
|
|
},
|
|
{
|
|
"attribute": "medium_armor_max_dex",
|
|
"displayname": "Medium armor max dex",
|
|
"type": "number",
|
|
"description": "Medium armor max dex"
|
|
},
|
|
{
|
|
"attribute": "base_dc",
|
|
"displayname": "Base DC",
|
|
"type": "number",
|
|
"description": "Base DC for saving throws"
|
|
},
|
|
{
|
|
"attribute": "saving_throws_half_proficiency",
|
|
"displayname": "Add half proficiency to unproficient saving throws",
|
|
"type": "checkbox",
|
|
"description": "Add half proficiency to unproficient saving throws"
|
|
},
|
|
{
|
|
"attribute": "use_custom_saving_throws",
|
|
"displayname": "Use custom saving throws",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "Use custom saving throws"
|
|
},
|
|
{
|
|
"attribute": "average_of_abilities",
|
|
"displayname": "Average of the highest 1 or 2 abilities",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "Average of the highest 1 or 2 abilities"
|
|
},
|
|
{
|
|
"attribute": "fortitude_strength",
|
|
"displayname": "Fortitude Strength",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "For custom saving throws, apply Strength to Fortitude"
|
|
},
|
|
{
|
|
"attribute": "fortitude_dexterity",
|
|
"displayname": "Fortitude Dexterity",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "For custom saving throws, apply Dexterity to Fortitude"
|
|
},
|
|
{
|
|
"attribute": "fortitude_constitution",
|
|
"displayname": "Fortitude Constitution",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "For custom saving throws, apply Constitution to Fortitude"
|
|
},
|
|
{
|
|
"attribute": "fortitude_intelligence",
|
|
"displayname": "Fortitude Intelligence",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "For custom saving throws, apply Intelligence to Fortitude"
|
|
},
|
|
{
|
|
"attribute": "fortitude_wisdom",
|
|
"displayname": "Fortitude Wisdom",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "For custom saving throws, apply Wisdom to Fortitude"
|
|
},
|
|
{
|
|
"attribute": "fortitude_charisma",
|
|
"displayname": "Fortitude Charisma",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "For custom saving throws, apply Charisma to Fortitude"
|
|
},
|
|
{
|
|
"attribute": "reflex_strength",
|
|
"displayname": "Reflex Strength",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "For custom saving throws, apply Strength to Reflex"
|
|
},
|
|
{
|
|
"attribute": "reflex_dexterity",
|
|
"displayname": "Reflex Dexterity",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "For custom saving throws, apply Dexterity to Reflex"
|
|
},
|
|
{
|
|
"attribute": "reflex_constitution",
|
|
"displayname": "Reflex Constitution",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "For custom saving throws, apply Constitution to Reflex"
|
|
},
|
|
{
|
|
"attribute": "reflex_intelligence",
|
|
"displayname": "Reflex Intelligence",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "For custom saving throws, apply Intelligence to Reflex"
|
|
},
|
|
{
|
|
"attribute": "reflex_wisdom",
|
|
"displayname": "Reflex Wisdom",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "For custom saving throws, apply Wisdom to Reflex"
|
|
},
|
|
{
|
|
"attribute": "reflex_charisma",
|
|
"displayname": "Reflex Charisma",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "For custom saving throws, apply Charisma to Reflex"
|
|
},
|
|
{
|
|
"attribute": "will_strength",
|
|
"displayname": "Will Strength",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "For custom saving throws, apply Strength to Will"
|
|
},
|
|
{
|
|
"attribute": "will_dexterity",
|
|
"displayname": "Will Dexterity",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "For custom saving throws, apply Dexterity to Will"
|
|
},
|
|
{
|
|
"attribute": "will_constitution",
|
|
"displayname": "Will Constitution",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "For custom saving throws, apply Constitution to Will"
|
|
},
|
|
{
|
|
"attribute": "will_intelligence",
|
|
"displayname": "Will Intelligence",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "For custom saving throws, apply Intelligence to Will"
|
|
},
|
|
{
|
|
"attribute": "will_wisdom",
|
|
"displayname": "Will Wisdom",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "For custom saving throws, apply Wisdom to Will"
|
|
},
|
|
{
|
|
"attribute": "will_charisma",
|
|
"displayname": "Will Charisma",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "For custom saving throws, apply Charisma to Will"
|
|
},
|
|
{
|
|
"attribute": "hide_ability_checks",
|
|
"displayname": "Hide ability checks",
|
|
"type": "checkbox",
|
|
"value": "{{hide_ability_checks=1}}",
|
|
"description": "Hide ability checks (requires stylish, see the documentation)"
|
|
},
|
|
{
|
|
"attribute": "hide_saving_throws",
|
|
"displayname": "Hide saving throws",
|
|
"type": "checkbox",
|
|
"value": "{{hide_saving_throws=1}}",
|
|
"description": "Hide saving checks (requires stylish, see the documentation)"
|
|
},
|
|
{
|
|
"attribute": "hide_attack",
|
|
"displayname": "Hide attack",
|
|
"type": "checkbox",
|
|
"value": "{{hide_attack=1}}",
|
|
"description": "Hide attack (requires stylish, see the documentation)"
|
|
},
|
|
{
|
|
"attribute": "hide_damage",
|
|
"displayname": "Hide damage",
|
|
"type": "checkbox",
|
|
"value": "{{hide_damage=1}}",
|
|
"description": "Hide damage (requires stylish, see the documentation)"
|
|
},
|
|
{
|
|
"attribute": "hide_freetext",
|
|
"displayname": "Hide freetext",
|
|
"type": "checkbox",
|
|
"value": "{{hide_freetext=1}}",
|
|
"description": "Hide freetext (requires stylish, see the documentation)"
|
|
},
|
|
{
|
|
"attribute": "hide_recharge",
|
|
"displayname": "Hide recharge",
|
|
"type": "checkbox",
|
|
"value": "{{hide_recharge=1}}",
|
|
"description": "Hide recharge (requires stylish, see the documentation)"
|
|
},
|
|
{
|
|
"attribute": "hide_saving_throw_dc",
|
|
"displayname": "Hide saving throw DC",
|
|
"type": "checkbox",
|
|
"value": "{{hide_saving_throw_dc=1}}",
|
|
"description": "Hide saving throw DC (requires stylish, see the documentation)"
|
|
},
|
|
{
|
|
"attribute": "hide_saving_throw_failure",
|
|
"displayname": "Hide saving throw failure",
|
|
"type": "checkbox",
|
|
"value": "{{hide_saving_throw_failure=1}}",
|
|
"description": "Hide saving throw failure (requires stylish, see the documentation)"
|
|
},
|
|
{
|
|
"attribute": "hide_saving_throw_success",
|
|
"displayname": "Hide saving throw success",
|
|
"type": "checkbox",
|
|
"value": "{{hide_saving_throw_success=1}}",
|
|
"description": "Hide saving throw success (requires stylish, see the documentation)"
|
|
},
|
|
{
|
|
"attribute": "hide_spell_content",
|
|
"displayname": "Hide spell content",
|
|
"type": "checkbox",
|
|
"value": "{{hide_spell_content=1}}",
|
|
"description": "Hide spell content (requires stylish, see the documentation)"
|
|
},
|
|
{
|
|
"attribute": "copper_per_gold",
|
|
"displayname": "Copper per Gold",
|
|
"type": "number",
|
|
"description": "Copper per Gold"
|
|
},
|
|
{
|
|
"attribute": "silver_per_gold",
|
|
"displayname": "Silver per Gold",
|
|
"type": "number",
|
|
"description": "Silver per Gold"
|
|
},
|
|
{
|
|
"attribute": "electrum_per_gold",
|
|
"displayname": "Electrum per Gold",
|
|
"type": "number",
|
|
"description": "Electrum per Gold"
|
|
},
|
|
{
|
|
"attribute": "platinum_per_gold",
|
|
"displayname": "Platinum per Gold",
|
|
"type": "number",
|
|
"description": "Platinum per Gold"
|
|
},
|
|
{
|
|
"attribute": "weight_system",
|
|
"displayname": "Weight",
|
|
"type": "select",
|
|
"options": [
|
|
"Pounds|pounds",
|
|
"Kilograms|kilograms"
|
|
],
|
|
"description": "Choose which weight system to use"
|
|
},
|
|
{
|
|
"attribute": "encumbrance_multiplier",
|
|
"displayname": "Encumbrance multiplier",
|
|
"type": "number",
|
|
"description": "This number increases encumbrance"
|
|
}
|
|
]
|
|
}
|