Files
roll20-character-sheets/Fifth Season/sheet.json
T
2023-01-09 22:58:08 -05:00

163 lines
4.5 KiB
JSON

{
"html": "Fifth Season.html",
"css": "Fifth Season.css",
"authors": "Olivier L.-L., Zach Hall, Cadera Spindrift, theDissilent",
"roll20userid": "594486,636802,3173288",
"preview": "Fifth Season.jpg",
"instructions": "The Green Ronin-official Roll20 character sheet for Fifth Season. Based on the AGE System sheet by Olivier L.-L., Zach Hall, Cadera Spindrift, and theDissilent.\n\n**GMs:** Make sure to edit the Default Sheet Settings after creating the campaign.\n\n",
"useroptions": [
{
"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": "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": "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": "aim-select",
"displayname": "Add Aim to Attack",
"displaytranslationkey": "add-aim-to-attack",
"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": "stunts2-select",
"displayname": "Reroll the Stunt Die",
"displaytranslationkey": "reroll-stunt-die",
"type": "select",
"options": [
"Never Reroll Stunt Die|0",
"Toggle|@{stunts2-toggle}",
"Prompt for Stunt Reroll|?{Reroll Stunt Die|Yes, d6|No, 0}",
"Always Reroll Stunt Die|1"
],
"optiontranslationkeys": [
"never-reroll-stunt",
"toggle",
"prompt-for-stunt-reroll",
"always-reroll-stunt"
],
"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": "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"
]
}
],
"legacy": false
}