mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
* Spanish translation and minor fixes * Rounding movement measurements * Adding linguistics option to campaign settings * Removing NPC stuff from the json options * Saving Mythras v2 progress * Modify mythras sheet.json for new options * stash * Restored tranlastions and all but mook css * Automation script added to help building Mythras sheets * Autocalc migration up to skills, Mythras * sheetwork autocalc for standard skills * Auto calc up to passions * Fix tenacity * Finish migrating skills to shett workers * Finished skills auto calc * Half done with compat tab * Stash work up to mostly finish mook skills * Fixed percent symbol on Athletics mook btn * Added up to psionic powers for mooks and added collapse to magic sections * Stash mook sup to animism * more stashed edits * Stash commits * v2 Mythras * A few edits to Mythras changelog, typos and spelling * Style adjustments for Firefox * Small bugfixes for the Mythras v2 conversion scripts * Small bugfixes for the Mythras v2 conversion scripts * Some minor CSS adjustments to support Firefox better * Mythras: fix styling issues with fetish tenacity * v2.1 of Mythras sheet and reduce M-Space to a stub with notes to use the Mythras sheet * Remove line from Mythras change log which wasn't meant for publishing * v2.2 of Mythras sheet * Added missing Worlds United setting from Default Sheet Settings * v2.3 of Mythras Sheet * Add missing v2.3 version update * Mythras v2.4 and Odd Soot stub * Update Odd Soot Logo * Removing Odd Soot sheet per clevett's recommendation * Restore M-Space to previous versions per clevett's recommendation * Added deprecation notice to top of M-Space sheet * Mythras v2.5 * Added equipment and money to compact/mook sheets * Added Social Conflict Support * Update changelop for v2.6
685 lines
29 KiB
JSON
685 lines
29 KiB
JSON
{
|
|
"html": "Mythras.html",
|
|
"css": "Mythras.css",
|
|
"authors": "Matthew Carpenter",
|
|
"roll20userid": "103705",
|
|
"preview": "Mythras.png",
|
|
"instructions": "Character sheet for the Mythras system. Supports the Default, After the Vampire Wars, Agony & Ecstasy, Classic Fantasy, Luther Arkwright, M-Space, Monster Island, Mythic Britain, Mythic Constantinople, Mythic Rome, Mythras Imperative, Odd Soot, Thennla and Worlds United settings. Use the '+' and '-' buttons to show/hide less commonly used fields of the sheets. Make sure to visit the campaign settings to set the default sheet options.",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "type",
|
|
"displayname": "Default Sheet Type",
|
|
"displaytranslationkey": "default-sheet-type-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Character|pc",
|
|
"Battle Unit|battle_unit",
|
|
"Ship|ship",
|
|
"Vehicle|vehicle"
|
|
],
|
|
"optiontranslationkeys": ["character-u", "battle-unit-u", "ship-u", "vehicle-u"],
|
|
"description": "Set default sheet type.",
|
|
"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": "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": "setting_option",
|
|
"displayname": "Setting",
|
|
"displaytranslationkey": "setting-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Default|default",
|
|
"After the Vampire Wars|after_the_vampire_wars",
|
|
"Agony & Ecstasy|agony_and_ecstasy",
|
|
"Classic Fantasy|classic_fantasy",
|
|
"Luther Arkwright|luther_arkwright",
|
|
"M-Space|m-space",
|
|
"Monster Island|monster_island",
|
|
"Mythic Britain|mythic_britain",
|
|
"Mythic Constantinople|mythic_constantinople",
|
|
"Mythic Rome|mythic_rome",
|
|
"Mythras Imperative|mythras_imperative",
|
|
"Odd Soot|odd_soot",
|
|
"Thennla|thennla",
|
|
"Worlds United|worlds_united"
|
|
],
|
|
"optiontranslationkeys": ["default-u","after-the-vampire-wars-u","agony-and-ecstasy-u","classic-fantasy-u","luther-arkwright-u","m-space-u","monster-island-u","mythic-britain-u","mythic-constantinople-u","mythic-rome-u","mythras-imperative-u","odd-soot-u","thennla-u","worlds-united-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"
|
|
},
|
|
{
|
|
"attribute": "affiliations_enabled_option",
|
|
"displayname": "Affiliations Enabled",
|
|
"displaytranslationkey": "affiliations-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Use affiliations from Mythic Constantinople.",
|
|
"descriptiontranslationkey": "affiliations-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "battle_units_enabled_option",
|
|
"displayname": "Battle Units Enabled",
|
|
"displaytranslationkey": "battle-units-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Enable the battle unit sheet type",
|
|
"descriptiontranslationkey": "abattle-units-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "vehicle_type_option",
|
|
"displayname": "Vehicles",
|
|
"displaytranslationkey": "vehicles-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"Disabled|disabled",
|
|
"Mythras|mythras",
|
|
"M-Space|m-space",
|
|
"Ships & Shield Walls|ships"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","disabled-u","mythra-u","m-space-u","ships-and-shield-walls-u"],
|
|
"description": "Type of vehicle mechanics to use.",
|
|
"descriptiontranslationkey": "vehicle-type-option-description-u"
|
|
},
|
|
{
|
|
"attribute": "extended_conflict_enabled_option",
|
|
"displayname": "Extended Conflict Resolution Enabled",
|
|
"displaytranslationkey": "extended-conflict-resolution-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 extended conflict resolution system from M-Space & Odd Soot.",
|
|
"descriptiontranslationkey": "extended-conflict-enabled-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 & Odd Soot",
|
|
"descriptiontranslationkey": "simplified-combat-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "social_conflict_enabled_option",
|
|
"displayname": "Social Conflict Enabled",
|
|
"displaytranslationkey": "social-conflict-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Use social conflict rules from the Mythras Companion.",
|
|
"descriptiontranslationkey": "social-conflict-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "spirits_enabled_option",
|
|
"displayname": "Spirit Mechanics Enabled",
|
|
"displaytranslationkey": "spirit-mechanics-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Enable support for creatures which lack a physical body",
|
|
"descriptiontranslationkey": "spirit-mechanics-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "action_points_calc_option",
|
|
"displayname": "Action Points Calculation",
|
|
"displaytranslationkey": "action-points-calculation-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"Calculated|calculate",
|
|
"Set 2|set_2",
|
|
"Set 3|set_3"
|
|
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","calculated-u", "set-2-u", "set-3-u"],
|
|
"description": "Action Points are calculated from characteristics or set to a static value.",
|
|
"descriptiontranslationkey": "action-points-chars-option-description-u"
|
|
},
|
|
{
|
|
"attribute": "luck_points_rank_option",
|
|
"displayname": "Add Rank to Luck",
|
|
"displaytranslationkey": "add-rank-to-luck-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Add the character's Rank to their total Luck Points.",
|
|
"descriptiontranslationkey": "luck-points-rank-description-u"
|
|
},
|
|
{
|
|
"attribute": "magic_points_enabled_option",
|
|
"displayname": "Magic Points Enabled",
|
|
"displaytranslationkey": "magic-points-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Magic Points are a character attribute.",
|
|
"descriptiontranslationkey": "magic-points-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "power_points_enabled_option",
|
|
"displayname": "Power Points Enabled",
|
|
"displaytranslationkey": "power-points-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Power Points are a character attribute.",
|
|
"descriptiontranslationkey": "power-points-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "prana_points_enabled_option",
|
|
"displayname": "Prana Points Enabled",
|
|
"displaytranslationkey": "prana-points-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Prana Points are a character attribute.",
|
|
"descriptiontranslationkey": "prana-points-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "tenacity_enabled_option",
|
|
"displayname": "Tenacity Enabled",
|
|
"displaytranslationkey": "tenacity-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Tenacity is a character attribute.",
|
|
"descriptiontranslationkey": "tenacity-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "reach_enabled_option",
|
|
"displayname": "Reach Enabled",
|
|
"displaytranslationkey": "reach-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Enable weapon reach mechanics.",
|
|
"descriptiontranslationkey": "reach-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "herculean_mod_option",
|
|
"displayname": "Herculean Skill Modifier",
|
|
"displaytranslationkey": "herculean-skill-modifier-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"1/10|.1",
|
|
"1/5|.2"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Is herculean difficulty 1/10th or 1/5th standard skill value.",
|
|
"descriptiontranslationkey": "herculean-mod-description-u"
|
|
},
|
|
{
|
|
"attribute": "boating_standard_option",
|
|
"displayname": "Boating is a Standard Skill",
|
|
"displaytranslationkey": "boating-is-a-standard-skill-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Boating is listed as a standard skill.",
|
|
"descriptiontranslationkey": "boating-standard-description-u"
|
|
},
|
|
{
|
|
"attribute": "status_standard_option",
|
|
"displayname": "Status is a Standard Skill",
|
|
"displaytranslationkey": "status-is-a-standard-skill-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Status is listed as a standard skill.",
|
|
"descriptiontranslationkey": "status-standard-description-u"
|
|
},
|
|
{
|
|
"attribute": "strangeness_standard_option",
|
|
"displayname": "Strangeness is a Standard Skill",
|
|
"displaytranslationkey": "strangeness-is-a-standard-skill-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Strangeness is listed as a standard skill.",
|
|
"descriptiontranslationkey": "strangeness-standard-description-u"
|
|
},
|
|
{
|
|
"attribute": "superstition_standard_option",
|
|
"displayname": "Superstition is a Standard Skill",
|
|
"displaytranslationkey": "superstition-is-a-standard-skill-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Superstition is listed as a standard skill.",
|
|
"descriptiontranslationkey": "superstition-standard-description-u"
|
|
},
|
|
{
|
|
"attribute": "the_soot_standard_option",
|
|
"displayname": "The Soot is a Standard Skill",
|
|
"displaytranslationkey": "the-soot-is-a-standard-skill-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "The Soot is listed as a standard skill.",
|
|
"descriptiontranslationkey": "the-soot-standard-description-u"
|
|
},
|
|
{
|
|
"attribute": "linguistics_enabled_option",
|
|
"displayname": "Linguistics Enabled",
|
|
"displaytranslationkey": "linguistics-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 Linguistics skill instead of individual Language skills.",
|
|
"descriptiontranslationkey": "linguistics-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "dependencies_enabled_option",
|
|
"displayname": "Dependencies Enabled",
|
|
"displaytranslationkey": "dependencies-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Enable the Dependencies mechanics.",
|
|
"descriptiontranslationkey": "dependencies-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "peculiarities_enabled_option",
|
|
"displayname": "Peculiarities Enabled",
|
|
"displaytranslationkey": "peculiarities-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Enable the Peculiarities mechanics.",
|
|
"descriptiontranslationkey": "peculiarities-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "ms_psionics_enabled_option",
|
|
"displayname": "M-Space Psionics Enabled",
|
|
"displaytranslationkey": "ms-psionics-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Enables the Psionics section of the sheet per M-Space rules.",
|
|
"descriptiontranslationkey": "ms-psionics-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "os_magic_enabled_option",
|
|
"displayname": "Odd Soot Magic Enabled",
|
|
"displaytranslationkey": "os-magic-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Enables the Magic section of the sheet per Odd Soot rules.",
|
|
"descriptiontranslationkey": "os-magic-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "roman_magic_enabled_option",
|
|
"displayname": "Roman Magic Enabled",
|
|
"displaytranslationkey": "roman-magic-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.",
|
|
"descriptiontranslationkey": "roman-magic-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "arcane_magic_enabled_option",
|
|
"displayname": "Arcane Magic Enabled",
|
|
"displaytranslationkey": "arcane-magic-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Enables the Arcane Magic section of the sheet.",
|
|
"descriptiontranslationkey": "arcane-magic-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "divine_magic_enabled_option",
|
|
"displayname": "Divine Magic Enabled",
|
|
"displaytranslationkey": "divine-magic-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Enables the Divine Magic section of the sheet.",
|
|
"descriptiontranslationkey": "divine-magic-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "fae_powers_enabled_option",
|
|
"displayname": "Fae Powers Enabled",
|
|
"displaytranslationkey": "fae-powers-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Enables the Fae Powers section of the sheet.",
|
|
"descriptiontranslationkey": "fae-powers-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "folk_magic_enabled_option",
|
|
"displayname": "Folk Magic Enabled",
|
|
"displaytranslationkey": "folk-magic-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Enables the Folk Magic section of the sheet.",
|
|
"descriptiontranslationkey": "folk-magic-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "work_songs_enabled_option",
|
|
"displayname": "Work Songs Enabled",
|
|
"displaytranslationkey": "work-songs-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Enables Works Songs per Thennla: Sorandib. Appears in the Folk Magic section.",
|
|
"descriptiontranslationkey": "work-songs-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "folk_magic_range_multiplier_option",
|
|
"displayname": "Folk Magic Range",
|
|
"displaytranslationkey": "folk-magic-range-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"Folk Magic Skill / 5|.2",
|
|
"Folk Magic Skill|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","folk-magic-skill-divided-by-five-u","folk-magic-skill-u"],
|
|
"description": "Sets the range of Folk Magic spells with the ranged tag.",
|
|
"descriptiontranslationkey": "folk-magic-range-description-u"
|
|
},
|
|
{
|
|
"attribute": "alchemy_enabled_option",
|
|
"displayname": "Alchemy Enabled",
|
|
"displaytranslationkey": "alchemy-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Enables Alchemy per Thennla: Sorandib.",
|
|
"descriptiontranslationkey": "alchemy-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "animism_enabled_option",
|
|
"displayname": "Animism Enabled",
|
|
"displaytranslationkey": "animism-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Enables the Animism section of the sheet.",
|
|
"descriptiontranslationkey": "animism-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "artifice_enabled_option",
|
|
"displayname": "Artifice Enabled",
|
|
"displaytranslationkey": "artifice-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Enables Artifice per Thennla: Sorandib.",
|
|
"descriptiontranslationkey": "artifice-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "mysticism_enabled_option",
|
|
"displayname": "Mysticism Enabled",
|
|
"displaytranslationkey": "mysticism-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Enables the Mysticism section of the sheet.",
|
|
"descriptiontranslationkey": "mysticism-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "mythras_psionics_enabled_option",
|
|
"displayname": "Mythras Psionics Enabled",
|
|
"displaytranslationkey": "mythras-psionics-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Enables the Psionics section of the sheet per Mythras rules.",
|
|
"descriptiontranslationkey": "mythras-psionics-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "sorcery_enabled_option",
|
|
"displayname": "Sorcery Enabled",
|
|
"displaytranslationkey": "sorcery-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Enables the Sorcery section of the sheet.",
|
|
"descriptiontranslationkey": "sorcery-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "theism_enabled_option",
|
|
"displayname": "Theism Enabled",
|
|
"displaytranslationkey": "theism-enabled-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"No|0",
|
|
"Yes|1"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"],
|
|
"description": "Enables the Theism section of the sheet.",
|
|
"descriptiontranslationkey": "theism-enabled-description-u"
|
|
},
|
|
{
|
|
"attribute": "max_devotional_pool_based_on_option",
|
|
"displayname": "Max Devotional Pool Based On",
|
|
"displaytranslationkey": "max-devotional-pool-based-on-u",
|
|
"type": "select",
|
|
"options": [
|
|
"Use Setting Default|default",
|
|
"Cult Rank|@{rank_devotion_pool_limit}",
|
|
"POW|@{pow}"
|
|
],
|
|
"optiontranslationkeys": ["use-setting-default-u","cult-rank-u","pow-u"],
|
|
"description": "Max devotional pool calculated per Cult Rank or POW.",
|
|
"descriptiontranslationkey": "max-devotional-pool-based-on-description-u"
|
|
}
|
|
]
|
|
}
|