function Name() return "heal" end function OnAdd(effectCtx) local power = effectCtx.source.getStat("mag").getValue() + effectCtx.potency effectCtx.target.getStat("hp").addBase(power) effectCtx.remove() end