Spellweaving Spell Word of Death
Word of Death
Nyraxle
- Spell Description -Nyraxle
Effect
Deal Chaos Damage to any Target! If the Target current Hit Point is under a certain Percentage it will deal 300 Chaos Damage!Minimum Requirements for Casting
Spellweaving | 0 | 10 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 90 | 100 | 105 | 110 | 115 | 120 |
Success | 0% | 0% | 0% | 0% | 0% | 0% | 0% | 5% | 25% | 45% | 65% | 75% | 85% | 95% | 100% |
Mana Cost
Lower Mana Cost | 0% | 5% | 10% | 15% | 20% | 25% | 30% | 35% | 40% |
Mana Cost | 50 | 47.5 | 45 | 42.5 | 40 | 37.5 | 35 | 32.5 | 30 |
Casting Delay
Faster Casting | -6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 |
Casting Second(s) | 5 | 4.75 | 4.50 | 4.25 | 4 | 3.75 | 3.50 | 3.25 | 3 | 2.75 | 2.50 |
Arcane Focus Bonus
Each Arcane Focus:+5% Percentage
Formula
Percentage = 0.05 * ArcaneFocusPercentage Min/Max = 0/0.30 (0%/30%)
Damage:
If((Mobile.Hits / Mobile.HitsMax) < Percentage)
Damage = 300
Else
MinDamage = Spellweaving / 5
MaxDamage = Spellweaving / 3
Damage = RandomMinMax(MinDamage, MaxDamage)
DamageBonus = GetValue.SpellDamageIncrease
If(Mobile.Player && DamageBonus > 15)
DamageBonus = 15
Damage *= DamageBonus + 100
Damage /= 100
Damage Min/Max = 16.6/27.6667Min 24/40Max (Without SDI)