Actor Sheet Changes

Actor Sheet changes:
-NPC, Character: systems/dnd5e/templates/actors/parts/actor-warnings.html partial that displays warnings in-sheet.

-NPC, Character: AC now has a config instead of being an input. class="config-button" data-action="armor"

- Vehicle: AC input now targets data.attributes.ac.flat and does not have the same config as creatures.

-NPC, Character: attributable class with a data-property is what drives the AC tooltip. This can be placed on any element and the tooltip will be appended to that element.

-NPC, Character Main Attribute checkbox input values did this: value={{ability.proficient}} -> value={{ability.baseProf}}

-NPC, Character Skill prof checkbox input values did this: value="{{skill.value}}" -> value="{{skill.baseValue}}"
(unsure why these changed, the name didn't)

- cases of {{localize "DND5E.AbbreviationLbs"}} -> {{ @root.weightUnit }}

- proficiency selector for the following has changed:
- Armor class="trait-selector" data-options="armorProficiencies" -> class="proficiency-selector" data-type="armor"
- Weapons class="trait-selector" data-options="weaponProficiencies" -> class="proficiency-selector" data-type="weapon"
- Tools class="trait-selector" data-options="toolProficiencies" -> class="proficiency-selector" data-type="tool"
Was this page helpful?