Chivalry Spell Remove Curse
Remove Curse
Extermo Vomica
Attempts to remove all Curse effects from Target. Curses include Mage spells such as Clumsy, Weaken, Feeblemind, and Paralyze, as well as all Necromancer curses. Chance of removing curse is affected by the Caster's Karma.Extermo Vomica
Effect
Attempt to Remove All Debuff on yourself or a Target withing 10 Tiles close to your Character. Can remove Mortal Strike!Minimum Requirements for Casting
Chivalry | 0 | 10 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 90 | 100 | 105 | 110 | 115 | 120 |
Success | 0% | 10% | 30% | 50% | 70% | 90% | 100% | 100% | 100% | 100% | 100% | 100% | 100% | 100% | 100% |
Mana Cost
Lower Mana Cost | 0% | 5% | 10% | 15% | 20% | 25% | 30% | 35% | 40% |
Mana Cost | 20 | 19 | 18 | 17 | 16 | 15 | 14 | 13 | 12 |
Casting Delay
Faster Casting | -6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 |
Casting Second(s) | 3 | 2.75 | 2.50 | 2.25 | 2 | 1.75 | 1.5 | 1.25 | 1 | 0.75 | 0.50 |
Tithing Point
30 |
Formula
Remove % ChanceIf Karma < -5000
= 0
Else If Karma < 0
= int(Math.Square(20000 + Karma) - 122)
Else If Karma < 5625
= int(Math.Square(Karma)) + 25
Else
= 100