Talk:Executioner

From NetHackWiki
Revision as of 09:57, 29 April 2014 by Wikid (talk | contribs) (unique artefact)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
MON("Executioner", S_HUMAN, 
	2678	        LVL(30, 18, -2, 60, 0), (G_NOGEN|G_UNIQ), 
	2679	        A(ATTK(AT_WEAP, AD_PHYS, 5, 10), ATTK(AT_WEAP, AD_PHYS, 5, 10), 
	2680	          NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK), 
	2681	        SIZ(WT_HUMAN, 400, 0, MS_HISS, MZ_HUMAN),  
	2682	        MR_POISON|MR_STONE|MR_COLD|MR_FIRE, 0, 
	2683	        M1_SWIM|M1_HUMANOID|M1_OMNIVORE|M1_REGEN|M1_SEE_INVIS, 
	2684	        M2_NOPOLY|M2_HUMAN|M2_HOSTILE|M2_STRONG|M2_NASTY|M2_PRINCE|M2_MALE, 
	2685	        M3_INFRAVISIBLE, HI_LORD), 


from https://sourceforge.net/apps/trac/unnethack/changeset/1136/trunk/src/monst.c


NOTE: this is a unique monster, and probably does something special. Someone investigate?

Also, when/where is he generated?


--Ozymandias (talk) 21:53, 21 July 2013 (UTC)

trunk/dat/sheol.des r1135 r1136 347 347 348 348 STAIR: (4,9),up 349 349 350 350 NON_DIGGABLE:(00,00,75,19) 351 351

	352	MONSTER: '@', "Executioner",(61,9) 
	353	 

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


A fair amount of work today. I hope it meets with acceptance.

--Wikid (talk) 01:45, 16 March 2014 (UTC)

unique artefact

if you turn up as a barbarian with cleaver already, what is he generated with? --194.116.198.185 12:11, 24 April 2014 (UTC)

I haven't been far enough into the code to find that out Wikid (talk) 09:57, 29 April 2014 (UTC)