mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
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.
This commit is contained in:
committed by
Cassie Levett
parent
1d7c492956
commit
8527bde04c
@@ -12,7 +12,7 @@
|
||||
"displaytranslationkey": "ShowHints-Q",
|
||||
"type": "checkbox",
|
||||
"value": "1",
|
||||
"default": "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"
|
||||
},
|
||||
@@ -22,7 +22,7 @@
|
||||
"displaytranslationkey": "RunFirstTimeSetup-Q",
|
||||
"type": "checkbox",
|
||||
"value": "1",
|
||||
"default": "1",
|
||||
"checked": "checked",
|
||||
"description": "Run scripts to setup the sheet for a default character.",
|
||||
"descriptiontranslationkey": "RunFirstTimeSetup-D"
|
||||
},
|
||||
@@ -59,7 +59,7 @@
|
||||
"displaytranslationkey": "ShowPhase0-Q",
|
||||
"type": "checkbox",
|
||||
"value": "1",
|
||||
"default": "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"
|
||||
},
|
||||
@@ -69,7 +69,6 @@
|
||||
"displaytranslationkey": "ShowNotesTab-Q",
|
||||
"type": "checkbox",
|
||||
"value": "1",
|
||||
"default": "",
|
||||
"description": "Set this if you would prefer the notes to show on a Tab of their own.",
|
||||
"descriptiontranslationkey": "ShowNotesTab-Q"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user