mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
77 lines
3.2 KiB
JSON
77 lines
3.2 KiB
JSON
{
|
|
"html": "fate.html",
|
|
"css": "fate.css",
|
|
"authors": "MagooChris",
|
|
"preview": "fate.png",
|
|
"roll20userid": "2228731",
|
|
"instructions": "Compatible with Fate Core games.\n* Maintains the look and feel of the official character sheet from Evil Hat.\n* Built-in roll buttons and templates for easy use of Skills and results stand out.\n* Fully customisable Skills, Stunts and Stress.\n* Code based from DnD 5th edition sheet and the previous Fate Core sheet from Andrew Bailey (krathognis), Devindra Payment (@Ardnived), Maetco, and Joseph Cloutier (player-03)",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "show_hints_flag",
|
|
"displayname": "Show First Time Hints",
|
|
"displaytranslationkey": "ShowHints-Q",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"checked": "checked",
|
|
"description": "Show hints that might be useful for first time players or those upgrading from the previous sheet design.",
|
|
"descriptiontranslationkey": "ShowHints-D"
|
|
},
|
|
{
|
|
"attribute": "run_firstTime_setup",
|
|
"displayname": "Run First Time Setup",
|
|
"displaytranslationkey": "RunFirstTimeSetup-Q",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"checked": "checked",
|
|
"description": "Run scripts to setup the sheet for a default character.",
|
|
"descriptiontranslationkey": "RunFirstTimeSetup-D"
|
|
},
|
|
{
|
|
"attribute": "default_stressSkills",
|
|
"displayname": "Default Stresses and Skills",
|
|
"displaytranslationkey": "DefaultStressSkill-Q",
|
|
"type": "text",
|
|
"default": "Physical:Physique,Mental:Will",
|
|
"description": "When setting up a default sheet, what stress tracks and their guiding skill should be set up? e.g. \"Mental:Will,Extra:3\"",
|
|
"descriptiontranslationkey": "DefaultStressSkill-D"
|
|
},
|
|
{
|
|
"attribute": "attr_default_consequences",
|
|
"displayname": "Default Consequences",
|
|
"displaytranslationkey": "DefaultConsequences-Q",
|
|
"type": "text",
|
|
"default": "2,4,6",
|
|
"description": "When setting up a default sheet, what consequences are the default consequences? e.g. \"2,4,6\"",
|
|
"descriptiontranslationkey": "DefaultConsequences-D"
|
|
},
|
|
{
|
|
"attribute": "show_conditions_flag",
|
|
"displayname": "Use Conditions instead of Consequences",
|
|
"displaytranslationkey": "ShowConditions-Q",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "Use the Conditions from the Fate Toolkit to replace Consequences",
|
|
"descriptiontranslationkey": "ShowConditions-Q"
|
|
},
|
|
{
|
|
"attribute": "show_phase0_flag",
|
|
"displayname": "Show Phase 0 Tab",
|
|
"displaytranslationkey": "ShowPhase0-Q",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"checked": "checked",
|
|
"description": "If you are starting with a Phase 0, then you can use this tab to build up your ideas.",
|
|
"descriptiontranslationkey": "ShowPhase0-Q"
|
|
},
|
|
{
|
|
"attribute": "show_notesTab_flag",
|
|
"displayname": "Show Notes Tab",
|
|
"displaytranslationkey": "ShowNotesTab-Q",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "Set this if you would prefer the notes to show on a Tab of their own.",
|
|
"descriptiontranslationkey": "ShowNotesTab-Q"
|
|
}
|
|
],
|
|
"legacy": true
|
|
} |