Difference between revisions of "Drain Magic"

From CrawlWiki
Jump to: navigation, search
m
m
 
Line 2: Line 2:
 
{{flavour|Causes the target's magic to leak into the air, as if they were hit by an antimagic weapon.}}
 
{{flavour|Causes the target's magic to leak into the air, as if they were hit by an antimagic weapon.}}
  
'''Drain Magic''' is a monster-only spell. If it beats the target's [[willpower]], it will drain <code>3d(3 * HD / 4)/3 - 1</code> MP when used against players,<ref>{{source ref|0.30.1|beam.cc|3600}}<br>Drain Magic has a <code>6 * HD</code> [[enchantment power]] (see {{source ref|0.30.1|mon-cast.cc|483}}). However, enchantment power > 50 goes through a stepdown which is not represented in the above formula.</ref> or inflict [[antimagic]] when used against monsters. When a great orb of eyes hits a player, it drains 0-11 MP.
+
'''Drain Magic''' is a monster-only spell. If it beats the target's [[willpower]], it will drain <code>3d(3 * HD / 4)/3 - 1</code> MP when used against players,<ref>{{source ref|0.30.1|beam.cc|3600}}<br>Drain Magic has a <code>6 * HD</code> [[enchantment power]] (see {{source ref|0.30.1|mon-cast.cc|492}}). However, enchantment power > 50 goes through a stepdown which is not represented in the above formula.</ref> or inflict [[antimagic]] when used against monsters. When a great orb of eyes hits a player, it drains 0-11 MP.
  
 
{{monsters with spell}}
 
{{monsters with spell}}

Latest revision as of 14:54, 5 September 2023

Version 0.30: This article may not be up to date for the latest stable release of Crawl.
Causes the target's magic to leak into the air, as if they were hit by an antimagic weapon.

Drain Magic is a monster-only spell. If it beats the target's willpower, it will drain 3d(3 * HD / 4)/3 - 1 MP when used against players,[1] or inflict antimagic when used against monsters. When a great orb of eyes hits a player, it drains 0-11 MP.

The following enemies may be able to cast Drain Magic, depending on their spell set:

See Also

References

  1. beam.cc:3600 (0.30.1)
    Drain Magic has a 6 * HD enchantment power (see mon-cast.cc:492 (0.30.1)). However, enchantment power > 50 goes through a stepdown which is not represented in the above formula.