Difference between revisions of "Lightning (monster spell)"

From NetHackWiki
Jump to navigation Jump to search
(3.6.0 adds blinding flash)
m (Description: detail)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
''This article is about the [[monster spell]].  For other similarly-named pages, see [[Lightning]].''
+
{{otheruses|the [[monster spell]]|other similarly-named pages|Lightning}}
 +
'''Lightning''' is a [[monster spell]] in ''[[NetHack]]'' that is used by some of the stronger [[clerical spell]] casters.
  
'''Lightning''' is a [[Monster_spell#Clerical_Spells|clerical spell]] that monsters of level 12 or higher can cast at you.  It deals 8d6 [[shock]] damage, which can be reduced by [[half spell damage]], or prevented completely by [[shock resistance]] or [[reflection]].  If the player does not have reflection, the electric shock can destroy [[wand]]s and [[ring]]s in the player's inventory. (Items in containers are safe.)  Even if the player escapes damage thanks to reflection or shock resistance, (s)he may still be [[blind]]ed by the flash.{{refsrc|src/mcastu.c|543|version=NetHack 3.6.0}}
+
==Description==
 +
Lightning can be used by any monster that can cast clerical spells and is at least [[Monster level|level]] 12. When cast, a bolt of [[lightning]] strikes the [[player]] character from above and deals 8d6 [[shock]] damage, destroying [[wand]]s and [[ring]]s in open inventory, and [[blind]]s you for up to 100 turns regardless of damage.{{refsrc|src/mcastu.c|571|version=NetHack 3.6.7|comment=damage}}{{refsrc|src/mcastu.c|576|version=NetHack 3.6.7|comment=blindness}} The bolt's damage can be reduced by [[half spell damage]], and [[shock resistance]] and [[reflection]] prevent damage completely.{{refsrc|src/mcastu.c|565|version=NetHack 3.6.7|comment=damage prevention}}{{refsrc|src/mcastu.c|576|version=NetHack 3.6.7|comment=half spell damage reduction}}
 +
 
 +
{{upcoming|3.7.0|Per {{commit|6b8079a16f425aa80239b0b1009ec98a70af56ff}}, the lightning spell will destroy any [[iron bars]] if the character is targeted while occupying their square.}}
  
 
==Messages==
 
==Messages==
;A bolt of lightning strikes down at you from above!{{refsrc|src/mcastu.c|546|version=NetHack 3.6.0}}
+
{{message|A bolt of lightning strikes down at you from above!|A monster cast lightning at you.}}
:The Lightning spell was cast.
+
{{message|It bounces off your <amulet/armor/scales/weapon>.|A source of reflection deflected the spell.}}
  
;It bounces off your <amulet|armor|scales|weapon>.
+
==History==
:Your source of [[reflection]] protected you (and your equipment) from the Lightning spell.
+
In [[NetHack 3.4.3]] and earlier versions, including some variants based on those versions, the lightning monster spell does not cause blindness like other lightning effects; this is [[Bugs in NetHack 3.4.3|C342-46]], which is corrected in [[NetHack 3.6.0]] via {{commit|7de00a45beea2e498f3edf2afa1354d443e25c8e}}.
  
==History==
+
==Variants==
In [[NetHack 3.4.3]] and some variants based on it, this spell does not cause blindness. Given that most other attacks described as "[[lightning]]" have a blinding flash, this was considered unusual and marked as a [[bug]] ([[Bugs in NetHack 3.4.3|C342-46]]).  As of [[NetHack 3.6.0]] the lightning spell ''does'' cause blindness.{{refsrc|src/mcastu.c|559|version=NetHack 3.6.0}}
+
===EvilHack===
 +
In [[EvilHack]], clerical spellcasting monsters can use the lightning monster spell at level 11, and the spell can be used against other monsters. [[Kathryn the Ice Queen]] and [[Asmodeus]] will cast this spell instead of [[fire pillar]].
  
==See also==
+
Reflection no longer provides complete protection against the spell.
*[[:Category:Monster spells|List of monster spells]]
 
  
 
==References==
 
==References==
<references />
+
<references/>
 +
{{nethack-367}}
 
[[Category:Monster spells]]
 
[[Category:Monster spells]]
[[Category:SLASH'EM]]
 
{{nethack-360}}
 

Latest revision as of 06:45, 24 January 2024

This article is about the monster spell. For other similarly-named pages, see Lightning.

Lightning is a monster spell in NetHack that is used by some of the stronger clerical spell casters.

Description

Lightning can be used by any monster that can cast clerical spells and is at least level 12. When cast, a bolt of lightning strikes the player character from above and deals 8d6 shock damage, destroying wands and rings in open inventory, and blinds you for up to 100 turns regardless of damage.[1][2] The bolt's damage can be reduced by half spell damage, and shock resistance and reflection prevent damage completely.[3][4]

The following information pertains to an upcoming version (3.7.0). If this version is now released, please verify that it is still accurate, then update the page to incorporate this information.

Per commit 6b8079a1, the lightning spell will destroy any iron bars if the character is targeted while occupying their square.

Messages

A bolt of lightning strikes down at you from above!
A monster cast lightning at you.
It bounces off your <amulet/armor/scales/weapon>.
A source of reflection deflected the spell.

History

In NetHack 3.4.3 and earlier versions, including some variants based on those versions, the lightning monster spell does not cause blindness like other lightning effects; this is C342-46, which is corrected in NetHack 3.6.0 via commit 7de00a45.

Variants

EvilHack

In EvilHack, clerical spellcasting monsters can use the lightning monster spell at level 11, and the spell can be used against other monsters. Kathryn the Ice Queen and Asmodeus will cast this spell instead of fire pillar.

Reflection no longer provides complete protection against the spell.

References