Magery Spell Reveal
Reveal
Wis Quas
Wis Quas
Sixth Circle
52 Magery
52 Magery
Effect
When casting and target any location, it will attempt to Reveal any Hidden mobile withint at least 1 Tile Range! Revealing Tile Range increase with Magery Skill! It always Reveal mobile that use Invisibility Magery Spell or Invisibility Potion! It have a chance to Reveal mobile that use Hiding or Stealth base on the Caster Magery and Detecting Hidden Skills and the mobile Hiding and Stealth Skills!Minimum Requirements for Casting
Magery | 0 | 10 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 90 | 100 | 105 | 110 | 115 | 120 |
Success | 0% | 0% | 0% | 0% | 0% | 0% | 21.4285% | 46.4285% | 71.4285% | 96.4285% | 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 |
Casting Second(s) | 3.25 | 3 | 2.75 | 2.50 | 2.25 | 2 | 1.75 | 1.50 | 1.25 |
Reagents
Blood Moss | Sulfurous Ash |
Formula
Range = 1 + (int)(Magery / 20)Range Min/Max = 3/7
ChanceToReveal:
Magery = Caster.Magery * 10
DetectHidden = Caster.DetectHidden * 10
Hiding = Target.Hiding * 10
Stealth = Target.Stealth * 10
Divisor = Hiding + Stealth
IF Divisor > 0
Chance = 50 * (Magery + DetectHidden) / Divisor
ELSE
Chance = 100
Chance Min/Max 0%/100%