Difference between revisions of "Invoke deity"

From NetHackWiki
Jump to navigation Jump to search
(Code commented out but still tech.c in SlashTHEM)
Line 1: Line 1:
{{delete|SLEX specific}}
+
'''Invoke deity''' is a [[technique]] in [[Slash'EM Extended]]. Available to every race, it hurts or heals you based on your [[alignment record]]. The code for the technique is still present in [[SlashTHEM]], although it is commented out.
'''Invoke deity''' is a [[technique]] in [[Slash'EM Extended]] that was introduced in version v65. Every character can use it right from the start of the game. Technically, it is granted by the player character's race, but every race is set to have it.
 
 
 
If the player character has a positive alignment record, their deity may heal some of their hit points and decrease the prayer timeout. However, characters with a negative alignment record will be damaged and have their prayer timeout increased instead. If the alignment record reads exactly zero, nothing happens. Using this technique breaks atheist conduct, and it will then have a timeout of about 3000 turns, so it should only be used if it's really necessary.
 
 
 
The [[Imperial]] race cannot use this technique at all, and it doesn't work in the [[Gehennom]] either since the player's god isn't available. None of the possible harmful effects will anger the player's [[god]] though.
 
  
 
[[Category:Techniques]]
 
[[Category:Techniques]]
[[Category:Slash'EM Extended]]
+
[[Category:Defunct features (SlashTHEM)]]

Revision as of 03:16, 5 October 2022

Invoke deity is a technique in Slash'EM Extended. Available to every race, it hurts or heals you based on your alignment record. The code for the technique is still present in SlashTHEM, although it is commented out.