Difference between revisions of "Talk:Ochre jelly"

From NetHackWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
IS the passive attack really 3d6? I remember something about 1d(<level>+1), where level is the victim's level. --[[User:Tjr|Tjr]] 23:44, 19 September 2011 (UTC)
 
IS the passive attack really 3d6? I remember something about 1d(<level>+1), where level is the victim's level. --[[User:Tjr|Tjr]] 23:44, 19 September 2011 (UTC)
 
:nhtohtml is giving me '[[Engulfing]] 3d6 [[acid]], [[Passive]] 3d6 [[acid]]'. Other passive attacks are level-based, although I always assumed it was the creature's level, not the victim's. -- [[User:Qazmlpok|Qazmlpok]] 00:14, 20 September 2011 (UTC)
 
:nhtohtml is giving me '[[Engulfing]] 3d6 [[acid]], [[Passive]] 3d6 [[acid]]'. Other passive attacks are level-based, although I always assumed it was the creature's level, not the victim's. -- [[User:Qazmlpok|Qazmlpok]] 00:14, 20 September 2011 (UTC)
 +
 +
::You're right twice. Monst.c confirms 3d6. In those cases of 0d<number> damage in monst.c, the 0 is replaced with the jelly's level+1, {{sourcecode|mhitm.c|1292}} and {{sourcecode|Uhitm.c|2150}}. --[[User:Tjr|Tjr]] 00:34, 20 September 2011 (UTC)

Revision as of 00:34, 20 September 2011

IS the passive attack really 3d6? I remember something about 1d(<level>+1), where level is the victim's level. --Tjr 23:44, 19 September 2011 (UTC)

nhtohtml is giving me 'Engulfing 3d6 acid, Passive 3d6 acid'. Other passive attacks are level-based, although I always assumed it was the creature's level, not the victim's. -- Qazmlpok 00:14, 20 September 2011 (UTC)
You're right twice. Monst.c confirms 3d6. In those cases of 0d<number> damage in monst.c, the 0 is replaced with the jelly's level+1, mhitm.c, line 1292 and Uhitm.c, line 2150. --Tjr 00:34, 20 September 2011 (UTC)