Difference between revisions of "Lightning (monster spell)"

From NetHackWiki
Jump to navigation Jump to search
m (Something like this. %s%s gets replaced with what the item bounces off of, e.g. amulet.)
(format, add reference, minimum level, bug)
Line 1: Line 1:
'''Lightning''' is a high level [[Monster_spell#Clerical_Spells|clerical spell]] that monsters can cast at you. It deals 8d6 lightning damage unless the player has [[shock resistance]] or [[reflection]], and can explode [[wand]]s and [[ring]]s.
+
'''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>
  
==Message==
+
Unlike other forms of lightning, this spell will not make you blind. This is bug C342-46.
:'''"A bolt of lightning strikes down at you from above!"'''<ref>{{sourcecode|mcastu.c|516}}</ref>
+
 
:'''"It bounces off your <amulet|armor|scales>."''' if you have a source of [[reflection]]
+
==Messages==
 +
;A bolt of lightning strikes down at you from above!<ref>{{sourcecode|mcastu.c|516}}</ref>
 +
: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==
 
==See also==

Revision as of 06:23, 19 March 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