# Heal Over Time

A Fire Fox companion mounted alongside a "Rest & Heal" button that calls `updateData({ hp, loyalty })` on click, refilling the HP and loyalty bars without reconstructing the sheet. This shows the live-update path: the component merges the new values into its data and re-renders in place, the same pattern you would drive from a resting tick or a healing item.
