Spellweaving Spell Word of Death

Word of Death

Nyraxle
- Spell Description -


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

Spellweaving0102030405060708090100105110115120
Success0%0%0%0%0%0%0%5%25%45%65%75%85%95%100%
Note: Need 80 Spellweaving!


Mana Cost

Lower Mana Cost0%5%10%15%20%25%30%35%40%
Mana Cost5047.54542.54037.53532.530
Note: Need 50 Mana! Mana Cost is not a decimal number, ex: 3.8 = 3, 3.2 = 3!


Casting Delay

Faster Casting-6-5-4-3-2-101234
Casting Second(s)54.754.504.2543.753.503.2532.752.50
Note: Under Magery Protection Spell Effect -2 Faster Casting, Under Spellweaving Essence of Wind Spell Effect -6 Faster Casting!


Arcane Focus Bonus

Each Arcane Focus:
+5% Percentage


Formula

Percentage = 0.05 * ArcaneFocus
Percentage 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)