Difference between revisions of "Showdmg"

From NetHackWiki
Jump to navigation Jump to search
(I just noticed a feature of SLASH'EM option showdmg; I should now document it.)
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
If compiled with SHOWDMG defined, then [[SLASH'EM]] has an [[option]] '''showdmg''' to add the amount of damage to the message when monsters hit you. "The newt bites!  [2 pts.]" It makes more obvious what your [[HP]] counter on the [[status line]] already shows. To use this option, remember to enable it.
 
If compiled with SHOWDMG defined, then [[SLASH'EM]] has an [[option]] '''showdmg''' to add the amount of damage to the message when monsters hit you. "The newt bites!  [2 pts.]" It makes more obvious what your [[HP]] counter on the [[status line]] already shows. To use this option, remember to enable it.
  
When your character reaches a certain level, then the showdmg option will ''also'' show how much you damage enemies. "You kick it.  (3 pts.)" The minimum levels are:
+
When your character reaches a certain level, then the showdmg option will ''also'' show how much you damage enemies. "You kick it.  (3 pts.)"{{refsrc|hack.c|2620|version=SLASH'EM 0.0.7E7F2}} The minimum levels are:
  
* [[Barbarian]], [[Monk]]: Level 10
+
* [[Barbarian]], [[Monk]]: Level 10{{refsrc|hack.c|2608|version=SLASH'EM 0.0.7E7F2}}
* [[Caveman]], [[Valkyrie]]: Level 12
+
* [[Caveman]], [[Valkyrie]]: Level 12{{refsrc|hack.c|2609|version=SLASH'EM 0.0.7E7F2}}
* [[Samurai]], [[Knight]]: Level 14
+
* [[Samurai]], [[Knight]]: Level 14{{refsrc|hack.c|2610|version=SLASH'EM 0.0.7E7F2}}
* All other gnomes: Level 14
+
* All other gnomes: Level 14{{refsrc|hack.c|2614|version=SLASH'EM 0.0.7E7F2}}
* All other races and roles: Level 17
+
* All other races and roles: Level 17{{refsrc|hack.c|2611|version=SLASH'EM 0.0.7E7F2}}
 +
* Any character in [[wizard mode]]: Level 1{{refsrc|hack.c|2617|version=SLASH'EM 0.0.7E7F2}}
  
Source code reference: {{semsrc|src/hack.c|1.23.2.2|line=2596}}
+
== References ==
 +
<references/>
  
 
[[Category:SLASH'EM]]
 
[[Category:SLASH'EM]]

Latest revision as of 00:58, 7 October 2012

If compiled with SHOWDMG defined, then SLASH'EM has an option showdmg to add the amount of damage to the message when monsters hit you. "The newt bites! [2 pts.]" It makes more obvious what your HP counter on the status line already shows. To use this option, remember to enable it.

When your character reaches a certain level, then the showdmg option will also show how much you damage enemies. "You kick it. (3 pts.)"[1] The minimum levels are:

References