Talk:Barrow wight

From NetHackWiki
Revision as of 12:02, 20 August 2012 by 222.154.62.205 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

recently fought barrow wight and found it resists death ray; =>magic resistance?

It's M2_UNDEAD monst.c#line2037 so it resists it:
2975. 		    if (nonliving(mon->data) || is_demon(mon->data) ||
2976. 			    resists_magm(mon)) {	/* similar to player */
It's in zap.c#line2975. Addps4cat 14:29, 11 October 2007 (UTC)

damage

What's wrong with "Random magic spell with nominal damage of (level/3+1)d6" ? --Tjr 12:24, 20 September 2011 (UTC)