Files
roll20-character-sheets/Fate Core v2/sheet.json
T
MagooChris 8527bde04c Fix for Fate Core V2 (#5348)
* Initial commit for a better Fate Core character sheet. Still a WIP, but has all basic elements.

* Added in User Options and a Settings page

Added a message for first time users to better understand how the sheet works
Added a way to auto setup default Stress and Consequences
Bound Stress tracks will now update when the Skill changes

* Add option to make the Ladder rollable

* Redesign the Settings Page

* Option added to hide the Fate Points section of the sheet for NPCs and Extras.

Settings now wrap.

* Implementing Conditions from Fate Toolkit

* Script to import data from the old Fate Core sheet format.

* Attempting to fix the Sheet Default Settings for selected Checkboxes.
2019-07-30 07:35:51 -05:00

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"
}
]
}