Difference between revisions of "Calm steed"

From NetHackWiki
Jump to navigation Jump to search
m (de-SLEX)
m (offset)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Calm steed''' is a [[technique]] in [[SLASH'EM]] for [[yeoman|Yeomen]]. The name and messages imply the ability to make a steed more tame, however due to what is likely a bug, the technique has no effect<ref>{{sourcecode|tech.c|750|version=SLASH'EM 0.0.7E7F2}} The technique simply calls tamedog with no object. This has no effect on an already tame monster</ref>. Using the technique will set the timeout to 500-1499 turns.
+
'''Calm steed''' is a [[technique]] that appears in [[SLASH'EM]], [[SlashTHEM]] and [[Hack'EM]].
  
In the version of SLASH'EM hosted on [[Hardfought]], the bug has also been fixed, and the technique adds one tameness point to the player's steed. The tameness score can't exceed 20.
+
All [[Yeomen]] start the game with knowledge of this technique.
 +
 
 +
==Description==
 +
When used, the technique adds one tameness point to the player's steed, up to a maximum of 20. Using the technique will set the timeout to 500-1499 turns.
 +
 
 +
Due to a bug in older versions of SLASH'EM, the technique had no effect;{{refsrc|tech.c|750|version=SLASH'EM 0.0.7E7F2|comment=The technique simply calls tamedog with no object, which has no effect on an already tame monster}} this bug is fixed in the version of SLASH'EM hosted on [[Hardfought]].
  
 
==Messages==
 
==Messages==
{{message|[[Foo]] gets tamer|You used the technique while riding a steed.}}
+
{{message|[[Foo]] gets tamer.|You used the technique while riding a steed.}}
{{message|Your technique is only effective when riding a monster.|You used the technique while not riding anything}}
+
{{message|Your technique is only effective when riding a monster.|You used the technique while not riding a monster.}}
  
 
==References==
 
==References==
<references />
+
<references/>
[[category:Techniques]]
+
{{slashem-7E7|offset=1}}
 +
{{variant-343}}
 +
[[Category:SLASH'EM techniques]]
 +
[[Category:SlashTHEM techniques]]
 +
[[Category:Hack'EM techniques]]

Latest revision as of 14:42, 10 July 2023

Calm steed is a technique that appears in SLASH'EM, SlashTHEM and Hack'EM.

All Yeomen start the game with knowledge of this technique.

Description

When used, the technique adds one tameness point to the player's steed, up to a maximum of 20. Using the technique will set the timeout to 500-1499 turns.

Due to a bug in older versions of SLASH'EM, the technique had no effect;[1] this bug is fixed in the version of SLASH'EM hosted on Hardfought.

Messages

Foo gets tamer.
You used the technique while riding a steed.
Your technique is only effective when riding a monster.
You used the technique while not riding a monster.

References

  1. tech.c in SLASH'EM 0.0.7E7F2, line 750: The technique simply calls tamedog with no object, which has no effect on an already tame monster