Bushido Spell Evasion
Evasion
- Spell Description -Effect
When Active become into Evasion Mode: Gain Defensive Parry Bonus on attack/spell of 16 to 50% for 3 to 7 Seconds. Resist to Dragon Breath. GM+ Bushido and GM Tactics and Anatomy give more duration and parry bonus. Delay 20 SecondsMinimum Requirements for Casting
Bushido | 0 | 10 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 90 | 100 | 105 | 110 | 115 | 120 |
Success | 0% | 0% | 0% | 0% | 0% | 5% | 25% | 45% | 65% | 85% | 100% | 100% | 100% | 100% | 100% |
Mana Cost
Lower Mana Cost | 0% | 5% | 10% | 15% | 20% | 25% | 30% | 35% | 40% |
Mana Cost | 10 | 9.5 | 9 | 8.5 | 8 | 7.5 | 7 | 6.5 | 6 |
Casting Delay
Faster Casting | -6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 |
Casting Second(s) | 1.75 | 1.50 | 1.25 | 1 | 0.75 | 0.50 | 0.25 | 0.25 | 0.25 | 0.25 | 0.25 |
Formula
Duration = 3Duration += (Bushido - 60) / 20
If Anatomy >= 100 and Tactics >= 100 and Bushido > 100
Duration += 1
Return Duration
Parry Bonus = (((Bushido - 60) * 0.004) + 0.16)
If Anatomy >= 100 and Tactics >= 100 and Bushido > 100
Parry Bonus += 0.10
Return 1.0 + Parry Bonus