Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Fedja Beader
80fa56ffe6 :)
We talked a bit about Amulet of Yendor in -irc and agreed that it'd be a
cool joke. But we did not agree on whether to rename the GM Amulet into
Amulet of Yendor or Rodney. Maybe, since the Yendor naming is used for
the one the player is supposed to fetch in Nethack, the GM one could be
named Rodney and thus the Yendor name remains for possible future
Amulet, should TMW gain a dungeon crawling quest. Until then, Amulet of
Rodney shall serve as inspiration.
2024-12-29 00:59:42 +01:00

View file

@ -1,4 +1,4 @@
<?xml version="1.0"?>
<items>
<item id="908" image="equipment/amulets/gmamulet.png" name="GM Amulet" description="An amulet for GMs during events." effect="HP Recovery Rate 200%" defense="50" criticaldefense="50" mdefense="50" flee="20" mattack="20" accuracy="50" crit="50" attkspeed="20" maxhp="31000" weight="1" type="equip-necklace"/>
<item id="908" image="equipment/amulets/gmamulet.png" name="Amulet of Rodney" description="An amulet for GMs during events." effect="HP Recovery Rate 200%" defense="50" criticaldefense="50" mdefense="50" flee="20" mattack="20" accuracy="50" crit="50" attkspeed="20" maxhp="31000" weight="1" type="equip-necklace"/>
</items>