21 Commits
Author SHA1 Message Date
fredhicks ea11e300b4 Responsive layout and mobile app workarounds
Added some responsive layout stuff to the CSS so the sheet displays well at narrower widths (which is mobile friendly), plus some workarounds to deal with the fact that Roll20's app doesn't actually use any of the translation support attributes and functions.
2025-03-07 11:14:40 -05:00
LukeMc b20d783150 Retrigger full upload 2024-06-03 13:15:14 -04:00
LukeMc 46edad2122 New line added to all html to trigger full reload of all sheets 2024-05-24 13:16:24 -04:00
fredhicks daed359935 Added filtering support for the Extras section 2023-04-28 13:27:57 -04:00
fredhicks d2276bfc12 Updates to address some button styling issues 2022-06-03 10:42:01 -04:00
fredhicks d9b292da4f Debugging and enhancing roll templates post-darkmode 2022-06-01 13:57:52 -04:00
fredhicks 992fe7f7b4 Darkmode Support + Moved CSS off Legacy 2022-03-12 12:28:31 -05:00
fredhicks d728785c21 Update FateOmni.html
Added two new features to the Evil Hat official Fate sheet's config options:

• You can choose whether to use 4dF or d6-d6 as your dice method for the sheet.

• You can choose whether the sheet whispers its rolls to the GM, or displays them publicly
2022-02-18 11:46:34 -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 6961c90f9c Update FateOmni.html
Altered rollable aspect formatting so the rating value of each aspect is constantly visible rather than conditionally.
2021-05-21 17:13:58 -04:00
fredhicks ab87ac7a57 Labels for combinable skills columns
Labels for combinable skills columns
2021-05-21 16:38:54 -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
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 66de44f6c5 Range expansion
Expanded max potential skill range to 10, by user request (for use with 3rd party product Wearing the Cape)
2020-07-26 20:56:19 -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 3a9d6398c9 Implemented share buttons 2020-07-03 14:59:45 -04:00
fredhicks 03db0bd9b7 New toggle, bugfix
Implemented a toggle that lets a player determine whether or not they want to be prompted for a modifier when they click a roll button.

Fixed a bug where the roll button for rollable aspects was displayed even when rollable aspects are not enabled.
2020-07-03 12:32:27 -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