コード例 #1
0
 protected override void OnUnsuppress(Enumerations.StatusSuppressionTypes statusSuppressionType)
 {
     if (statusSuppressionType == Enumerations.StatusSuppressionTypes.Effects)
     {
         EntityAfflicted.LowerAttack(AttackValue);
     }
 }
コード例 #2
0
        protected override void OnAfflict()
        {
            EntityAfflicted.LowerAttack(AttackValue);

            base.OnAfflict();
        }
コード例 #3
0
 protected override void OnEnd()
 {
     EntityAfflicted.LowerAttack(AttackValue);
 }