Talk:Kicking boots

From NetHackWiki
Revision as of 06:38, 21 July 2017 by Bradfang (talk | contribs) (Kicked dwarf reeled)
Jump to navigation Jump to search

Does anybody know exactly how much kicking boots increase your kicking damage?

I do!
39.   	if (uarmf && uarmf->otyp == KICKING_BOOTS)
40.   	    dmg += 5;
dokick.c#line39.Addps4cat 14:05, 11 October 2007 (UTC)

Identification by Ouch!

Seems like when you kick a sufficiently heavy object, eg a statue of a goblin, you get the message Thump! Ouch! That hurts!. Kicking boots seem to eliminate the damage taken and the message becomes simply Thump!. Playing latest stable version of SLASH'EM, so might not exist in Vanilla. Tried verifying with source, but...well it's named nethack for a reason. :| --AileTheAlien 15:52, 16 March 2011 (UTC)

I don't see anything in the source to specifically check for kicking boots to suppress the Ouch message. I believe that happens as a result of the increased kicking range the boots give; kicking heavy objects at 18/** strength should also suppress the message. I can't say for certain because I can't figure out exactly how the kicking code is working. Kicking an object and having it not hurt could be used to identify the boots, but no more easily than kicking a heavy object and having it move despite being very heavy. -- Qazmlpok 16:26, 16 March 2011 (UTC)
I find it easier to ID them by spellcasting failure rates, rubbing a touchstone, or elimination after price ID. --Tjr 17:28, 20 March 2011 (UTC)

3.6.0 and weight

A recent edit adds "NetHack 3.6.0 allows to see weights in the interface". Isn't this only true for wizard mode, or is it possible to view weight outside of that as well and I just haven't found the option? -- Qazmlpok (talk) 13:55, 20 December 2015 (UTC)

I should've read the source before posting that. Sorry. 62.63.90.44 17:25, 20 December 2015 (UTC)

Kicked dwarf reeled

Hello,

I was playing a strength 18 barbarian, and kicked a dwarf with unidentified boots that I believe are kicking (cost 12 with low charisma), and the dwarf "reeled" and didn't attack me. I added an edit about this, but am an amateur. Consequently, I am making this comment so someone else might confirm and/or refine my addition. Thanks.

  • edit* I see that the "kicking" page references this effect (actually knocks an enemy back), which is brought about either with martial arts skill or kicking boots, so am changing my edit correspondingly (and assuming the effect was not introduced in 3.6.0).