Talk:Punisher

From NetHackWiki
Revision as of 15:26, 22 July 2013 by Ozymandias (talk | contribs) (Created page with "punisher spell list punisher spells, some are copies of above spells: 34 #define PUN_OPEN_WOUNDS 0 35 #define PUN_PSI_BOLT 1 36 #define PUN_HASTE_SELF 2 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

punisher spell list

/* punisher spells, some are copies of above spells */

	34	#define PUN_OPEN_WOUNDS 0 
	35	#define PUN_PSI_BOLT    1 
	36	#define PUN_HASTE_SELF  2 
	37	#define PUN_PARALYZE    3 
	38	#define PUN_GEYSER      4 
	39	#define PUN_FIRE_PILLAR 5 
	40	#define PUN_SUMMON_MONS 6 
	41	#define PUN_AGGRAVATION 7 
	42	#define PUN_DEATH_TOUCH 8 

This doesn't include the melee range punshment spell

--Ozymandias (talk) 15:26, 22 July 2013 (UTC)