diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-05-09 12:20:28 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-05-09 12:20:28 +0000 |
commit | 16218e428ba36defaebed30bcadf90a06918fc67 (patch) | |
tree | 9cecad4a4876341a50b1d5626aaccdfd87a938d6 /items.xml | |
parent | a20fc822397ead39221629cf015c99de5b6b60f9 (diff) | |
download | clientdata-16218e428ba36defaebed30bcadf90a06918fc67.tar.gz clientdata-16218e428ba36defaebed30bcadf90a06918fc67.tar.bz2 clientdata-16218e428ba36defaebed30bcadf90a06918fc67.tar.xz clientdata-16218e428ba36defaebed30bcadf90a06918fc67.zip |
add magic top hat id 2990
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -4171,6 +4171,21 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item from="-15" to="-19"/> </replace> </item> + <item id="2990" + image="equipment/head/magictophat.png" + name="Magic Top Hat" + description="Probably not the best way to stay hidden." + defense="25" + effect="flee -80%; Defense -50%; HP 30000" + type="equip-head" + weight="800"> + <sprite>equipment/head/tophat.xml</sprite> + <replace sprite="hair"> + <item from="-5" to="-4"/> + <item from="-14" to="-9"/> + <item from="-15" to="-19"/> + </replace> + </item> <!-- Neck Armors --> <item id="3200" |