mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-05 14:42:31 +00:00
* Initial Upload * Update sheet.json Got rid of some trailing commas * Update sheet.json Added in Kaiju Inc preconfig option * Final bits of polish * Update FateOmni.html Quick formatting for the initialization controls * Update FateOmni.html Footer * Extras implemented * Update FateOmni.html Added support for preloaded extras; put in generic template and Tachyon Squadron blackfish fighter. * Update FateOmni.html Updated footer text * Rollable aspect support A la 3 Rocketeers
202 lines
6.2 KiB
JSON
202 lines
6.2 KiB
JSON
{
|
|
"html": "FateOmni.html",
|
|
"css": "FateOmni.css",
|
|
"authors": "Fred Hicks (Evil Hat Productions)",
|
|
"roll20userid": "3844812 (Evil Hat Productions)",
|
|
"preview": "FateOmni.png",
|
|
"instructions": "If you run into any issues, have suggestions, or anything else, please reach out to Evil Hat at feedback@evilhat.com.",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "setgame",
|
|
"displayname": "Preload character sheet configuration for",
|
|
"displaytranslationkey": "preload-for",
|
|
"type": "select",
|
|
"options": [
|
|
"Don't Pre-Configure|none",
|
|
"Custom Build With Options Below|custom",
|
|
"Fate Core|fcore",
|
|
"Fate Condensed|fcon",
|
|
"Fate Accelerated|fae",
|
|
"Atomic Robo|robo",
|
|
"Dresden Files Accelerated|dfa",
|
|
"Fate of Cthulhu|foc",
|
|
"Kaiju Incorporated|kaijuinc",
|
|
"Secrets of Cats|cats",
|
|
"Shadow of the Century|shotc",
|
|
"Venture City|venture"
|
|
],
|
|
"optiontranslationkeys": [ "noset","custom-build","fcore","fcon","fae","robo","dfa","foc","kaijuinc","cats","shotc","venture"
|
|
],
|
|
"value": "none",
|
|
"description": "Choose a prebuilt set of options. Other than the first two, your choice will override the settings seen below.",
|
|
"descriptiontranslationkey": "preload-desc"
|
|
},
|
|
{
|
|
"attribute": "Show-Aspects",
|
|
"displayname": "Show Aspects",
|
|
"displaytranslationkey": "show-aspects",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"checked": "checked"
|
|
},
|
|
{
|
|
"attribute": "Show-Conditions",
|
|
"displayname": "Show Conditions",
|
|
"displaytranslationkey": "show-conditions",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"checked": "checked"
|
|
},
|
|
{
|
|
"attribute": "Show-Consequences",
|
|
"displayname": "Show Consequences",
|
|
"displaytranslationkey": "show-consequences",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"checked": "checked"
|
|
},
|
|
{
|
|
"attribute": "Show-Corruption",
|
|
"displayname": "Show Corruption",
|
|
"displaytranslationkey": "show-corruption",
|
|
"type": "checkbox",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"attribute": "Show-Extras",
|
|
"displayname": "Show Extras",
|
|
"displaytranslationkey": "show-extras",
|
|
"type": "checkbox",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"attribute": "Show-FP",
|
|
"displayname": "Show Fate Points",
|
|
"displaytranslationkey": "show-fp",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"checked": "checked"
|
|
},
|
|
{
|
|
"attribute": "Show-Modes",
|
|
"displayname": "Show Modes",
|
|
"displaytranslationkey": "show-modes",
|
|
"type": "checkbox",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"attribute": "Show-Notes",
|
|
"displayname": "Show Notes",
|
|
"displaytranslationkey": "show-notes",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"checked": "checked"
|
|
},
|
|
{
|
|
"attribute": "Show-Powers",
|
|
"displayname": "Show Powers",
|
|
"displaytranslationkey": "show-powers",
|
|
"type": "checkbox",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"attribute": "Show-Refresh",
|
|
"displayname": "Show Refresh",
|
|
"displaytranslationkey": "show-refresh",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"checked": "checked"
|
|
},
|
|
{
|
|
"attribute": "Show-Roles",
|
|
"displayname": "Show Roles",
|
|
"displaytranslationkey": "show-roles",
|
|
"type": "checkbox",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"attribute": "Show-RollableAspects",
|
|
"displayname": "Show Rollable Aspects",
|
|
"displaytranslationkey": "show-rollable-aspects",
|
|
"type": "checkbox",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"attribute": "Show-Skills",
|
|
"displayname": "Show Skills",
|
|
"displaytranslationkey": "show-skills",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"checked": "checked"
|
|
},
|
|
{
|
|
"attribute": "Show-Stress",
|
|
"displayname": "Show Stress",
|
|
"displaytranslationkey": "show-stress",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"checked": "checked"
|
|
},
|
|
{
|
|
"attribute": "Show-Stunts",
|
|
"displayname": "Show Stunts",
|
|
"displaytranslationkey": "show-stunts",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"checked": "checked"
|
|
},
|
|
{
|
|
"attribute": "Show-TempAspects",
|
|
"displayname": "Show Situation Aspects",
|
|
"displaytranslationkey": "show-situation-aspects",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"checked": "checked"
|
|
},
|
|
{
|
|
"attribute": "custom-aspects",
|
|
"displayname": "Custom Aspect Labels",
|
|
"displaytranslationkey": "custom-aspects",
|
|
"type": "text",
|
|
"value": "High Concept, Trouble",
|
|
"description": "Enter a list separated by commas. You must select the Custom Build option up top for this to be used.",
|
|
"descriptiontranslationkey": "custom-aspects-desc"
|
|
},
|
|
{
|
|
"attribute": "custom-conditions",
|
|
"displayname": "Custom Conditions",
|
|
"displaytranslationkey": "custom-conditions",
|
|
"type": "text",
|
|
"value": "",
|
|
"description": "Enter a list separated by commas, with each entry in this format (not including the quotes): \"Label:Length\", e.g., \"Indebted:5\". You may optionally include values for each box separated by spaces after the length, e.g., \"Doomed:1 6\". You must select the Custom Build option up top for this to be used.",
|
|
"descriptiontranslationkey": "custom-conditions-desc"
|
|
},
|
|
{
|
|
"attribute": "custom-consequences",
|
|
"displayname": "Custom Consequences",
|
|
"displaytranslationkey": "custom-consequences",
|
|
"type": "text",
|
|
"value": "Mild:2,Moderate:4,Severe:6",
|
|
"description": "Enter a list separated by commas, with each entry in this format (not including the quotes): \"Label:Value\", e.g., \"Mild:2\". You must select the Custom Build option up top for this to be used.",
|
|
"descriptiontranslationkey": "custom-consequences-desc"
|
|
},
|
|
{
|
|
"attribute": "custom-skills",
|
|
"displayname": "Custom Skill List",
|
|
"displaytranslationkey": "custom-skills",
|
|
"type": "text",
|
|
"value": "",
|
|
"description": "Enter a list separated by commas. You must select the Custom Build option up top for this to be used.",
|
|
"descriptiontranslationkey": "custom-skills-desc"
|
|
},
|
|
{
|
|
"attribute": "custom-stress",
|
|
"displayname": "Custom Stress Tracks",
|
|
"displaytranslationkey": "custom-stress",
|
|
"type": "text",
|
|
"value": "",
|
|
"description": "Enter a list separated by commas, with each entry in this format (not including the quotes): \"Label:Default Length\", e.g., \"Social:2\". You may optionally include values for each box (including ones beyond the default length) separated by spaces after the length, e.g., \"Social:2 1 2 3 4 5 6\". You must select the Custom Build option up top for this to be used.",
|
|
"descriptiontranslationkey": "custom-stress-desc"
|
|
}
|
|
]
|
|
} |