Files
roll20-character-sheets/M-Space/sheet.json
T

134 lines
5.7 KiB
JSON

{
"html": "M-Space.html",
"css": "M-Space.css",
"authors": "Matthew Carpenter",
"roll20userid": "103705",
"preview": "M-Space.png",
"instructions": "Character sheet for the M-Space system. Use the '+' and '-' buttons to show/hide less commonly used fields of the sheets.",
"useroptions": [
{
"attribute": "type",
"displayname": "Default Sheet Type",
"displaytranslationkey": "default-sheet-type-u",
"type": "select",
"options": [
"PC|pc",
"NPC|npc"
],
"optiontranslationkeys": ["pc-u","npc-u"],
"description": "Set default sheet type. Good to change this to NPC once all your PCs are made.",
"descriptiontranslationkey": "type-description-u"
},
{
"attribute": "hit_locations",
"displayname": "Default Hit Location Table",
"displaytranslationkey": "default-hit-location-table-u",
"type": "select",
"options": [
"Biped|humanoid",
"Custom|custom",
"Rabble/Underling|rabble",
"Arachnid|arachnid",
"Centaurid|centaurid",
"Decapoda|decapoda",
"Decapodiform|decapodiform",
"Dorsal Finned Aquatic|dorsal_finned_aquatic",
"Draconic|draconic",
"Insect|insect",
"Octopodiform|octopodiform",
"Pachyderm|pachyderm",
"Quadruped|quadruped",
"Serpentine|serpentine",
"Tailed Arachnid|tailed_arachnid",
"Tailed Biped|tailed_biped",
"Tailed Quadruped|tailed_quadruped",
"Winged Biped|winged_biped",
"Winged Insect|winged_insect",
"Winged Quadruped|winged_quadruped"
],
"optiontranslationkeys": ["biped-u","custom-u","rabble-underling-u","arachnid-u","centaurid","decapoda","decapodiform","dorsal-finned-aquatic-u","draconic-u","insect-u","octopodiform-u","pachyderm-u","quadruped-u","serpentine-u","tailed-arachnid-u","tailed-biped-u","tailed-quadruped-u","winged-biped-u","winged-insect-u","winged-quadruped-u"],
"description": "Set default hit location table for new characters.",
"descriptiontranslationkey": "hit-locations-description-u"
},
{
"attribute": "npc_hit_locations",
"displayname": "Default Hit Location Table for NPCs",
"displaytranslationkey": "default-hit-location-table-for-npcs-u",
"type": "select",
"options": [
"Humanoid|humanoid",
"Custom|custom",
"Rabble/Underling|rabble"
],
"optiontranslationkeys": ["humanoid-u","custom-u","rabble-underling-u"],
"description": "Set default hit location table for new NPCs.",
"descriptiontranslationkey": "npc-hit-locations-description-u"
},
{
"attribute": "name_display",
"displayname": "Show Name in Roll Templates",
"displaytranslationkey": "show-name-in-roll-templates-u",
"type": "select",
"options": [
"Yes|{{character=@{character_name}}}",
"No|character=@{character_name}"
],
"optiontranslationkeys": ["yes-u","no-u"],
"description": "Show character name in the roll template. Useful if you need to hide a characters true identity.",
"descriptiontranslationkey": "name-display-description-u"
},
{
"attribute": "roll_display",
"displayname": "Whisper Rolls to GM",
"displaytranslationkey": "whisper-rolls-to-gm-u",
"type": "select",
"options": [
"No|",
"Yes|/w gm "
],
"optiontranslationkeys": ["no-u","yes-u"],
"description": "Rolls are only shown to the GM and the player making the roll.",
"descriptiontranslationkey": "roll-display-description-u"
},
{
"attribute": "show_reduced",
"displayname": "Rolls Show 101+ Reduced",
"displaytranslationkey": "rolls-show-101-reduced-u",
"type": "select",
"options": [
"Yes|1",
"No|0"
],
"optiontranslationkeys": ["yes-u","no-u"],
"description": "Display a result for high skills reduced down to 100 in the roll templates.",
"descriptiontranslationkey": "show-reduced-description-u"
},
{
"attribute": "simplified_combat_enabled_option",
"displayname": "Simplified Combat Enabled",
"displaytranslationkey": "simplified-combat-enabled-u",
"type": "select",
"options": [
"Use Setting Default|default",
"No|0",
"Yes|1"
],
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
"description": "Use the optional simplified combat rules from M-Space.",
"descriptiontranslationkey": "simplified-combat-enabled-description-u"
},
{
"attribute": "setting_option",
"displayname": "Setting",
"displaytranslationkey": "setting-u",
"type": "select",
"options": [
"M-Space|m-space"
],
"optiontranslationkeys": ["m-space-u"],
"description": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.",
"descriptiontranslationkey": "setting-description-u"
}
]
}