mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
199 lines
7.1 KiB
JSON
199 lines
7.1 KiB
JSON
{
|
|
"html":"AGE System.html",
|
|
"css":"AGE System.css",
|
|
"authors":"Olivier L.-L.",
|
|
"roll20userid":"594486",
|
|
"preview":"AGE System.png",
|
|
"instructions":"A sheet made for the AGE family of games: Dragon Age, Fantasy AGE, Titansgrave and Blue Rose. An API script (TotalRolled for AGE) is also available to totals rolls and calculate stunt points.\nNote: Focuses need to be added in the 'Focuses' tab.\nGMs: Make sure to edit the Default Sheet Settings after creating the campaign.\n\nA tab with the data from the old sheets will be available until the end of 2017, allowing migration to this new sheet.",
|
|
"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"
|
|
],
|
|
"default":"Dragon 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"
|
|
],
|
|
"optiontranslationkeys":[
|
|
"black",
|
|
"red",
|
|
"teal-1",
|
|
"teal-2",
|
|
"blue-1",
|
|
"blue-2"
|
|
],
|
|
"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|none",
|
|
"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":"none"
|
|
},
|
|
{
|
|
"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.",
|
|
"descriptiontranslationkey":"aim-value-default-info"
|
|
},
|
|
{
|
|
"attribute":"power-list-toggle",
|
|
"displayname":"Show the Power list in the Character tab",
|
|
"displaytranslationkey":"show-the-power-list",
|
|
"type":"checkbox",
|
|
"value": "on"
|
|
},
|
|
{
|
|
"attribute":"spell-list-toggle",
|
|
"displayname":"Show the Spell/Arcana list in the Character tab",
|
|
"displaytranslationkey":"show-the-spell/arcana-list",
|
|
"type":"checkbox",
|
|
"value": "on"
|
|
},
|
|
{
|
|
"attribute":"mana-toggle",
|
|
"displayname":"Show the Mana/Magic Points section",
|
|
"displaytranslationkey":"show-the-mana/magic-points-section",
|
|
"type":"checkbox",
|
|
"value": "on"
|
|
},
|
|
{
|
|
"attribute":"exp-toggle",
|
|
"displayname":"Show the Experience Points section",
|
|
"displaytranslationkey":"show-the-experience-points-section",
|
|
"type":"checkbox",
|
|
"value": "on"
|
|
},
|
|
{
|
|
"attribute":"fatigue-toggle",
|
|
"displayname":"Show the Fatigue section",
|
|
"displaytranslationkey":"show-the-fatigue-section",
|
|
"type":"checkbox",
|
|
"value": "on",
|
|
"description":"This should be shown for Blue Rose.",
|
|
"descriptiontranslationkey":"show-the-fatigue-section-info"
|
|
},
|
|
{
|
|
"attribute":"conviction-toggle",
|
|
"displayname":"Show the Conviction section",
|
|
"displaytranslationkey":"show-the-conviction-section",
|
|
"type":"checkbox",
|
|
"value": "on",
|
|
"description":"This should be shown for Blue Rose.",
|
|
"descriptiontranslationkey":"show-the-conviction-section-info"
|
|
},
|
|
{
|
|
"attribute":"corruption-toggle",
|
|
"displayname":"Show the Corruption section",
|
|
"displaytranslationkey":"show-the-corruption-section",
|
|
"type":"checkbox",
|
|
"value": "on",
|
|
"description":"This can be shown for Blue Rose.",
|
|
"descriptiontranslationkey":"show-the-corruption-section-info"
|
|
},
|
|
{
|
|
"attribute":"ammo-toggle",
|
|
"displayname":"Show the Ammo column",
|
|
"displaytranslationkey":"show-the-ammo-column",
|
|
"type":"checkbox",
|
|
"value": "on",
|
|
"description":"This can be unchecked for Blue Rose.",
|
|
"descriptiontranslationkey":"show-the-ammo-column-info"
|
|
},
|
|
{
|
|
"attribute":"equipment-toggle",
|
|
"displayname":"Show the Equipment section",
|
|
"displaytranslationkey":"show-the-equipment-section",
|
|
"type":"checkbox",
|
|
"value": "on"
|
|
},
|
|
{
|
|
"attribute":"money-toggle",
|
|
"displayname":"Show the Money/Currency section",
|
|
"displaytranslationkey":"show-the-money/currency-section",
|
|
"type":"checkbox",
|
|
"value": "on",
|
|
"description":"This can be unchecked for Blue Rose.",
|
|
"descriptiontranslationkey":"show-the-money/currency-section-info"
|
|
},
|
|
{
|
|
"attribute":"old-toggle",
|
|
"displayname":"Show the Old character sheet section",
|
|
"displaytranslationkey":"show-the-old-character-sheet-section",
|
|
"type":"checkbox",
|
|
"value": "on"
|
|
}
|
|
]
|
|
} |