f.vehicle = unit == "player" and "vehicle" or format("%spet", unit);
f.prev = {} -- values stored from previous update
f.alert = {}; -- alerting auras
+ f.heal = {}; -- high healing auras
-- set up periodic updates
updaters[f] = function()
if f.updating then