mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 04:02:29 +00:00
116 lines
4.7 KiB
JSON
116 lines
4.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": [
|
|
"Humanoid|humanoid",
|
|
"Custom|custom"
|
|
],
|
|
"optiontranslationkeys": ["humanoid-u","custom-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"
|
|
}
|
|
]
|
|
}
|