You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hero Points now work with Tidy 5e Sheets. The resource meter row renders on Tidy character and NPC sheets through the Tidy content API, registered once on the tidy5e-sheet.ready hook with a lazy module import so the integration code loads only when Tidy is installed and active
The Tidy row keeps the same behavior as the stock sheet row: GMs get an editable value and a refresh button, players get a read-only meter, and spending, awards, and edits still flow through the flag, the activity log, and the socket
The row anchors below the sheet header name row on character sheets and below the header actions on NPC sheets, covering both Tidy layouts with a single registration
The value input on the stock sheet row now also carries its total as an attribute so the row survives the HTML re-serialization Tidy performs on partial renders
Row markup is escaped before injection, so localized labels and actor identifiers cannot break out of the attributes