public override void OnApply(HealthController healthController, int value, int duration, bool fromRelic) { healthController.SetEnfeeble(value); tempValue = value; healthController.AddEndOfTurnDebuff(this, duration); }