Commit Graph
16 Commits
Author SHA1 Message Date
fredhicks b32def6457 Update sheet.json
added compendium property to sheet.json file
2024-12-04 15:27:40 -05:00
fredhicks 992fe7f7b4 Darkmode Support + Moved CSS off Legacy 2022-03-12 12:28:31 -05:00
fredhicks cb75cd1454 Added new options to sheet.json
Added new options to sheet.json so they can be set for all sheets outside of the game interface
2022-02-20 16:11:54 -05:00
fredhicks aea07cadf4 Settings support for preconfiguring column groupings for combinable skills
Settings support for preconfiguring column groupings for combinable skills
2021-05-22 17:03:27 -04:00
fredhicks c63d940e53 Update sheet.json
Removed a duplicate preference setting
2021-05-21 16:12:29 -04:00
fredhicks 0c1cf4ae3f Developer mode & compendium support
Made changes to the sheet to support JSON object export of sheet data and import of same, with an eye on supporting compendium features down the line.
2021-05-21 12:29:08 -04:00
fredhicks 2c8a364a36 Packages
Added support for character Packages — collections of skill point spends, aspects, and stunts which you can choose to add to your sheet — in support of It's Not My Fault. The feature set for Packages will likely expand in the nebulous future, but this feels like the right start.
2021-05-14 18:34:08 -04:00
fredhicks 0bd81bad89 Multiple features added
- translation.json bugfix

- now possible to remove an aspect's label, so you can list multiple aspects in a row under the first one's label-header; necessitated moving option controls and flags display down onto the line for the aspect itself, as they were previously located next to the label, but if the label can now sometimes be empty/skipped, that's no longer appropriate.

- Rollable aspects can now have ratings as high as 10

- Combinable Skills now added to the sheet, supporting things like Two-Column Fate and other implementations that add two or more skills together for a roll. You'll need to flip the Combinable Skills setting on in order to see them on your sheet. Once you do you'll have controls available to pick which column each skill belongs in, and whether you're allowed to pick multiple skills from the same column. Once your skills are placed in the columns as desired, you may click a checkmark next to the ones you wish to combine for a roll. Once you do a button will appear at the top of the section allowing you to roll your selected combination.
2021-05-12 18:27:19 -04:00
Nathanael Winget cfb3227746 Add legacy sanitization opt-in 2021-02-04 10:52:31 -05:00
fredhicks 584382c303 Updates for 2020-10-29
- Pronoun box given more width
- Aspects can now have an optional category header to divide sections up if desired
- Sheet preferences now include the ability to toggle on or off a Fate logo (defaults to off)
- Stress and Condition tracks can now go up to 10 in length
- Situation aspects with zero free invokes were getting turned into one free invoke situation aspects; this was a bug. Fixed now, zero free invoke situation aspects should work correctly now.
2020-10-29 14:59:32 -04:00
fredhicks 332cd5fa1f Update sheet.json
Updated sheet.json instructions field with a link to our ongoing series of posts about using the sheet.
2020-09-04 15:06:34 -04:00
Fred Hicks 946a87df06 [Fate] Sheet Updates week of July 14th 2020 (#6981)
* Character sheet now has space for pronouns

* ngen mapu and swappable skillset support

* Arbitrary Skills into Attributes named Skill[Name]

* Update FateOmni.html

Extras Icon bug fixed (minus/blank swapped), added option to display a 2nd and 3rd icon. Closed a missing span tag.

* Update FateOmni.html

You can now access via Attributes skill ratings by name; aspects by label; stunts as numbered in sequence; stress track by label’s total value, remaining value, used value, and length; condition track by label’s total value, remaining value, used value, and length; and consequence by label’s aspect, marked status, total value, remaining value.
2020-07-20 13:38:16 -05:00
Fred Hicks 0a5bef1cab [Fate] Game settings fixes, bugs squashed, other tweaks and features (#6930)
* Update sheet.json

Prior edit blew away prefix on attribute names so most of the settings now don't work. This should restore them to functionality.

* Create RollingDice-orange.jpg

* 3 rocketeers preload and golden theme added

* Update FateOmni.css

Changed image URLs in CSS to point to *Roll20's* master rather than my account's fork of it.

* Support for rollable stunts

* Update FateOmni.html

Added modular equipment bays to the Blackfish loadable Extra.

* Update FateOmni.html

Bug fix that prevented the roll button from working correctly when skills are displayed as a "Compact List" but modes/roles are not enabled.

* Share all aspects

Button now exists to share all of a character's aspects at once.

* Tachyon Squadron support

* Further Tachyon Squadron support

Added Ship Construction Toolkit ship templates for easy addition of custom ships
2020-07-13 10:24:07 -05:00
fredhicks bc5b5a2f6b Game settings tweak
Unchecked boxes in game settings allow defaulting to the wrong value on individual sheets.
2020-07-06 13:19:50 -04:00
fredhicks fe120fabfc Default color theme now available in game settings
Default color theme now available in game settings
2020-07-03 16:33:11 -04:00
Fred Hicks 51f65c7a03 [Fate] Official Sheet from Evil Hat Productions (#6854)
* 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
2020-06-29 11:35:32 -05:00