void ApplyEffectHealing() { Aid aggregatedAid = effects.CalculateHealing(); vitals.ApplyHealing(effectiveStats, aggregatedAid); }