Difference between revisions of "Sigil of tempest"

From NetHackWiki
Jump to navigation Jump to search
(add category)
(low damage bug)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''Sigil of tempest''' is a [[technique]] in [[SLASH'EM]]. When used, it creates explosions around you instead of firing a [[ray]]. This technique affects all ray-based spells except [[Spellbook of finger of death|finger of death]].
+
'''Sigil of tempest''' is a [[technique]] in [[SLASH'EM]]. When used, it creates 3x3 explosions around you centered in a 7x7 area (excluding the 3x3 area around you, so you will not be hit) instead of firing a [[ray]]. This technique affects all ray-based spells except {{Spell of|finger of death}}.
 +
 
 +
When used with [[sigil of control]], the explosion can be controlled as if you cast {{Spell of|fireball}} or {{Spell of|cone of cold}} at [[skilled]] level or above in vanilla [[NetHack]].
 +
 
 +
When used with [[sigil of discharge]], the number of explosions doubles.
 +
 
 +
==Bugs==
 +
 
 +
Most ray-based spells in SLASH'EM, as well as [[fireball]] explosion, use six-sided damage dice.  It seems sigil of tempest explosions were supposed to deal (XL/4 + bonus)d6 damage{{refsrc|zap.c|2273|version=SLASH'EM 0.0.7E7F2}}, however, due to what is probably a bug, they do only plain (XL/4 + bonus) damage<ref>cf. fireball code: {{sourcecode|zap.c|4246|version=SLASH'EM 0.0.7E7F2}}</ref>, resulting in single digit damage in most cases, making the technique mostly useless.
  
When used with [[sigil of control]], the explosion can be controlled as if you cast [[Spellbook of fireball|fireball]] or [[Spellbook of cone of cold|cone of cold]] at [[skilled]] level or above in vanilla [[NetHack]].
 
 
[[Category:Techniques]]
 
[[Category:Techniques]]

Latest revision as of 18:42, 29 January 2017

Sigil of tempest is a technique in SLASH'EM. When used, it creates 3x3 explosions around you centered in a 7x7 area (excluding the 3x3 area around you, so you will not be hit) instead of firing a ray. This technique affects all ray-based spells except finger of death.

When used with sigil of control, the explosion can be controlled as if you cast fireball or cone of cold at skilled level or above in vanilla NetHack.

When used with sigil of discharge, the number of explosions doubles.

Bugs

Most ray-based spells in SLASH'EM, as well as fireball explosion, use six-sided damage dice. It seems sigil of tempest explosions were supposed to deal (XL/4 + bonus)d6 damage[1], however, due to what is probably a bug, they do only plain (XL/4 + bonus) damage[2], resulting in single digit damage in most cases, making the technique mostly useless.