Files
roll20-character-sheets/AGE System/sheet.json
T
the-Dissilent 5e7fd54ede AGE System - bug fixes & optional features
I found quite a few small bugs, and was able to fix them. I added an optional tie-breaker for initiative, and an ability to reroll stunt dice.
2022-01-29 22:14:09 -05:00

285 lines
7.9 KiB
JSON

{
"html": "AGE System.html",
"css": "AGE System.css",
"authors": "Olivier L.-L., Zach Hall, Cadera Spindrift, theDissilent",
"roll20userid": "594486,636802,3173288",
"preview": "AGE System.png",
"instructions": "A sheet made for the AGE family of games:\n- **Dragon Age**\n- **Fantasy AGE**\n- **Titansgrave**\n- **Blue Rose**\n- **The Expanse**\n- **Modern AGE**\n- **Threefold**\n- **World of Lazarus**\n\n**Note:** Focuses need to be added in the 'Focuses' tab.\n**GMs:** Make sure to edit the Default Sheet Settings after creating the campaign.\n\nSheet version 1.60.0 (2020-08-24); Added Modern AGE, Threefold, World of Lazarus; removed 'Old' tab; added new skins.",
"useroptions": [
{
"attribute": "game",
"displayname": "Game System",
"displaytranslationkey": "game-system",
"type": "select",
"options": [
"Dragon Age|dragon-age",
"Fantasy AGE|fantasy-age",
"Titansgrave|titansgrabe",
"Blue Rose|blue-rose",
"The Expanse|the-expanse",
"Modern AGE|modern-age",
"Threefold|threefold",
"World of Lazarus|world-of-lazarus"
],
"default": "Fantasy AGE"
},
{
"attribute": "color",
"displayname": "Color Selection",
"displaytranslationkey": "color-selection",
"type": "select",
"options": [
"Black|black",
"Red|red",
"Teal 1|teal1",
"Teal 2|teal2",
"Blue|blue1",
"Blue|blue2",
"Dragonscale Red|dragon",
"Expansive Starfield|stars",
"Lazarus Blue|lazarus",
"Modern Orange|orange",
"Proud Rainbow|rainbow",
"Ronin Green|green",
"Threefold Blend|threefold"
],
"optiontranslationkeys": [
"black",
"red",
"teal-1",
"teal-2",
"blue-1",
"blue-2",
"dragonscale-red",
"expansive-starfield",
"lazarus-blue",
"modern-orange",
"proud-rainbow",
"ronin-green",
"threefold-color"
],
"default": "Black",
"description": "Select the color for the character sheet section headers and buttons.",
"descriptiontranslationkey": "color-selection-info"
},
{
"attribute": "wtype",
"displayname": "Whisper rolls to GM",
"displaytranslationkey": "whisp-rolls-gm",
"type": "select",
"options": [
"Never Whisper Rolls|",
"Toggle|@{whisper-toggle}",
"Query Whisper|?{Whisper?|Public Roll,|Whisper Roll,/w gm }",
"Always Whisper Rolls|/w gm "
],
"optiontranslationkeys": [
"never-whisper-roll",
"toggle",
"query-whisper-roll",
"always-whisper-roll"
],
"default": "",
"description": "All sheet rolls are sent to all players in chat by default. Query Whisper option gives you a prompt with each roll of whether or not the roll should be sent privately only to yourself and the GM. Always Whisper Rolls will send all rolls only to yourself and the GM.",
"descriptiontranslationkey": "whisp-rolls-gm-info"
},
{
"attribute": "char-name-option",
"displayname": "Show the character name in roll results",
"displaytranslationkey": "show-the-character-name-in-roll-results",
"type": "select",
"options": [
"Show|@{character_name} | ",
"Hide| "
],
"optiontranslationkeys": [
"show",
"hide"
],
"default": "@{character_name} | "
},
{
"attribute": "aim-select",
"displayname": "Prompt for Aim",
"displaytranslationkey": "prompt-for-aim",
"type": "select",
"options": [
"Never use Aim|0",
"Toggle|@{aim-toggle}",
"Prompt for Aim|?{Using the Aim action|Yes, @{aim-value}|No, 0}",
"Always use Aim|@{aim-value}"
],
"optiontranslationkeys": [
"never-use-aim",
"toggle",
"prompt-for-aim",
"always-use-aim"
],
"default": "0"
},
{
"attribute": "aim-value",
"displayname": "Aim Value",
"displaytranslationkey": "aim-value-default",
"type": "number",
"default": "1",
"description": "The default value for the aim bonus when using the Aim prompt. It should be 1 unless a power or talent changes it."
},
{
"attribute": "armor-penalty-for-dex",
"displayname": "Apply Armor Penalty to Dexterity checks",
"displaytranslationkey": "apply-armor-penalty-to-dexterity-rolls",
"type": "select",
"options": [
"No|0",
"Yes|@{armor-penalty}"
],
"optiontranslationkeys": [
"no",
"yes"
]
},
{
"attribute": "stunts2-select",
"displayname": "Prompt for 2 Stunts",
"displaytranslationkey": "prompt-for-2-stunts",
"type": "select",
"options": [
"Never use 2 Stunts|0",
"Toggle|@{stunts2-toggle}",
"Prompt for 2 Stunts|?{Using the 2nd Stunt Die|Yes, 1|No, 0}",
"Always use 2 Stunts|1"
],
"optiontranslationkeys": [
"never-use-2-stunts",
"toggle",
"prompt-for-2-stunts",
"always-use-2-stunts"
],
"default": "0",
"description": "If your characters have the ability to re-roll their stunt die."
},
{
"attribute": "initiative-tiebreaker",
"displayname": "Add Tiebreaker to Initiative rolls",
"displaytranslationkey": "add-tiebreaker-to-initiative-rolls",
"type": "select",
"options": [
"No|0",
"Yes|1"
],
"optiontranslationkeys": [
"no",
"yes"
],
"description": "Initiative tiebreaker is displayed as Stunt Die * 0.1 + Dexterity * 0.01."
},
{
"attribute": "initiative-toggle",
"displayname": "Show the Initiative section",
"displaytranslationkey": "show-the-initiative-section",
"type": "checkbox",
"value": "1"
},
{
"attribute": "power-list-toggle",
"displayname": "Show the Power list in the Character tab",
"displaytranslationkey": "show-the-power-list",
"type": "checkbox",
"value": "1"
},
{
"attribute": "spell-list-toggle",
"displayname": "Show the Spell/Arcana list in the Character tab",
"displaytranslationkey": "show-the-spell/arcana-list",
"type": "checkbox",
"value": "1"
},
{
"attribute": "mana-toggle",
"displayname": "Show the Mana/Magic Points section",
"displaytranslationkey": "show-the-mana/magic-points-section",
"type": "checkbox",
"value": "1"
},
{
"attribute": "exp-toggle",
"displayname": "Show the Experience Points section",
"displaytranslationkey": "show-the-experience-points-section",
"type": "checkbox",
"value": "1"
},
{
"attribute": "fatigue-toggle",
"displayname": "Show the Fatigue section",
"displaytranslationkey": "show-the-fatigue-section",
"type": "checkbox",
"value": "1"
},
{
"attribute": "fear-toggle",
"displayname": "Show the Fear section",
"displaytranslationkey": "show-the-fear-section",
"type": "checkbox",
"value": "1"
},
{
"attribute": "horror-toggle",
"displayname": "Show the Horror section",
"displaytranslationkey": "show-the-horror-section",
"type": "checkbox",
"value": "1"
},
{
"attribute": "conviction-toggle",
"displayname": "Show the Conviction section",
"displaytranslationkey": "show-the-conviction-section",
"type": "checkbox",
"value": "1"
},
{
"attribute": "corruption-toggle",
"displayname": "Show the Corruption section",
"displaytranslationkey": "show-the-corruption-section",
"type": "checkbox",
"value": "1"
},
{
"attribute": "ammo-toggle",
"displayname": "Show the Ammo column",
"displaytranslationkey": "show-the-ammo-column",
"type": "checkbox",
"value": "1"
},
{
"attribute": "equipment-toggle",
"displayname": "Show the Equipment section",
"displaytranslationkey": "show-the-equipment-section",
"type": "checkbox",
"value": "1"
},
{
"attribute": "money-toggle",
"displayname": "Show the Money/Currency section",
"displaytranslationkey": "show-the-money/currency-section",
"type": "checkbox",
"value": "1"
},
{
"attribute": "income-toggle",
"displayname": "Show the Resources section",
"displaytranslationkey": "show-the-resources-section",
"type": "checkbox",
"value": "1"
},
{
"attribute": "conditions-toggle",
"displayname": "Show the Conditions section",
"displaytranslationkey": "show-the-conditions-section",
"type": "checkbox",
"value": "1"
}
],
"legacy": true
}