void ApplyEffectDamage() { CombatStats aggregatedDamage = effects.CalculateDamage(); vitals.ApplyDamage(effectiveStats, aggregatedDamage); }