1.6.0 Custom Sheet Changes
Looking at the changes made which are breaking for custom sheets. Gonna make a thread for this.
7 Replies
Spell Item Labels are different
Symptom:
object Object
in your spellbook tab where components should be.
Cause: labels.components
has had a breaking change.
Fix:
Here's how I'm handling backwards compatibility if it's interesting to you folks:
then in the hbs check the
systemFeatures
flags with an if to handle things correctly:
@sdenec I know the above will affect you. @fyorl (hi!) might hit you too.
if anyone knows jopeek of the dndbeyond sheet's handle, I do not.
does not affect Monster Blocks interestingly, well played zeel.It is possible now that a user's game activates additional Ability Scores, 2 are part of system settings: Honor and Sanity.
If your ability scores run horizontally, odds are your layout breaks.
Honestly... I don't intend to support this with my sheets... But it's something to be aware of in case you get issues opened.
It is now expected that Level items have a dropdown to allow leveling up/down from the actor sheet, as the item sheet no longer has the "level" field.
This is the respective hbs for this dropdown in the core sheet's
actor-features.html
:
There's more to it than this for the class display. Subclasses are displayed under their classes now, and those shouldn't have the level dropdown, but should have a little thing in front of their name.