diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-12-29 00:57:47 +0100 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-12-29 00:59:42 +0100 |
commit | 80fa56ffe6f374bf86877d2947ab79ddff8a10a5 (patch) | |
tree | b703305ad67ea28d386de9f49a2d86d196ca86fc | |
parent | d23f1a66e3005d211705b1f0ec4fd64253596c69 (diff) | |
download | clientdata-amulet_of_yendor.tar.gz clientdata-amulet_of_yendor.tar.bz2 clientdata-amulet_of_yendor.tar.xz clientdata-amulet_of_yendor.zip |
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.
-rw-r--r-- | items/equip-amulet/item0908_GMAmulet.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/equip-amulet/item0908_GMAmulet.xml b/items/equip-amulet/item0908_GMAmulet.xml index 23c57f42..0dacd708 100644 --- a/items/equip-amulet/item0908_GMAmulet.xml +++ b/items/equip-amulet/item0908_GMAmulet.xml @@ -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> |