Difference between revisions of "Lightning (monster spell)"

From NetHackWiki
Jump to navigation Jump to search
(format, add reference, minimum level, bug)
m (Text replace - "<ref> *{{ *[sS]ourcecode *\| *([a-zA-Z_][a-zA-Z0-9_]*\.[ch]) *\| *([0-9][0-9]*) *}} *<\/ref> " to "{{refsrc|$1|$2}}")
Line 1: Line 1:
'''Lightning''' is a [[Monster_spell#Clerical_Spells|clerical spell]] that monsters of level 12 or higher can cast at you. It deals 8d6 lightning damage (which can be reduced by [[half spell damage]]) unless the player has [[shock resistance]] or [[reflection]], and can explode [[wand]]s and [[ring]]s.<ref>{{sourcecode|mcastu.c|512}}</ref>
+
'''Lightning''' is a [[Monster_spell#Clerical_Spells|clerical spell]] that monsters of level 12 or higher can cast at you. It deals 8d6 lightning damage (which can be reduced by [[half spell damage]]) unless the player has [[shock resistance]] or [[reflection]], and can explode [[wand]]s and [[ring]]s.{{refsrc|mcastu.c|512}}
 
 
 
Unlike other forms of lightning, this spell will not make you blind. This is bug C342-46.
 
Unlike other forms of lightning, this spell will not make you blind. This is bug C342-46.
  
 
==Messages==
 
==Messages==
;A bolt of lightning strikes down at you from above!<ref>{{sourcecode|mcastu.c|516}}</ref>
+
;A bolt of lightning strikes down at you from above!{{refsrc|mcastu.c|516}}:The Lightning spell was cast.
:The Lightning spell was cast.
 
  
 
;It bounces off your <amulet|armor|scales|weapon>.
 
;It bounces off your <amulet|armor|scales|weapon>.

Revision as of 19:01, 21 September 2012

Lightning is a clerical spell that monsters of level 12 or higher can cast at you. It deals 8d6 lightning damage (which can be reduced by half spell damage) unless the player has shock resistance or reflection, and can explode wands and rings.[1] Unlike other forms of lightning, this spell will not make you blind. This is bug C342-46.

Messages

A bolt of lightning strikes down at you from above![2]
The Lightning spell was cast.
It bounces off your <amulet|armor|scales|weapon>.
Your source of reflection protected you (and your equipment) from the Lightning spell.

See also

References