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
Added calendar-driven nutrition tracking, evaluated once per calendar midnight instead of during a long rest, on dnd5e 6.0.0+ or when the Ember module is active. Tracks the primary party's characters when one is configured, otherwise every character actor.
Added support for the dnd5e Legacy (2014) ruleset, automatically detected via the system's rules version.
Added a pass/fail result shown inline on the saving throw roll button.
Added an "Exhaustion +N" row to rest and calendar nutrition summaries when automatic Exhaustion was applied.
Changed the saving throw DC to a formula field (e.g. 10 + @abilities.con.mod) instead of a plain number.
Changed the starvation threshold to a formula field as well, instead of a plain number.
Changed rest and calendar nutrition summaries to skip posting when both food and water requirements are already met.
Fixed the saving throw roll button no longer responding to a second click.
Fixed the Malnutrition saving throw still being prompted once the automatic 5-day Exhaustion took over, applying Exhaustion twice in one day.
Fixed the malnutrition saving throw rolling against the selected token instead of the actor the request was actually for.
Fixed the saving throw button never showing its DC.
Renamed the "Apply Malnutrition" button to "Apply Exhaustion", since it also applies to the Legacy Water save.