Exemplo n.º 1
0
 protected override void OnUnsuppress(Enumerations.StatusSuppressionTypes statusSuppressionType)
 {
     if (statusSuppressionType == Enumerations.StatusSuppressionTypes.Effects)
     {
         EntityAfflicted.LowerAttack(AttackValue);
     }
 }
Exemplo n.º 2
0
        protected override void OnAfflict()
        {
            EntityAfflicted.LowerAttack(AttackValue);

            base.OnAfflict();
        }
 protected override void OnEnd()
 {
     EntityAfflicted.LowerAttack(AttackValue);
 }