diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-05-10 10:51:10 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-05-10 10:51:10 +0000 |
commit | 9501ea6224420baf7fa6bddbce2d125865b3de07 (patch) | |
tree | e59487203d8afb28577a5c0aabbcc4c4810629cb | |
parent | 8eb58893b2d312c71418ca7e694e1a5ec9a65e6e (diff) | |
download | clientdata-9501ea6224420baf7fa6bddbce2d125865b3de07.tar.gz clientdata-9501ea6224420baf7fa6bddbce2d125865b3de07.tar.bz2 clientdata-9501ea6224420baf7fa6bddbce2d125865b3de07.tar.xz clientdata-9501ea6224420baf7fa6bddbce2d125865b3de07.zip |
add miner hat in item list id 2991
-rw-r--r-- | items.xml | 20 |
1 files changed, 17 insertions, 3 deletions
@@ -4158,7 +4158,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item from="-15" to="-19"/> </replace> </item> - <item id="2989" + <item id="2989" image="equipment/head/devcap.png" name="DEV Cap" description="A cap which identifies you as a DEV. Only developer's can wear this." @@ -4171,7 +4171,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item from="-15" to="-19"/> </replace> </item> - <item id="2990" + <item id="2990" image="equipment/head/magictophat.png" name="Magic Top Hat" description="Probably not the best way to stay hidden." @@ -4179,7 +4179,21 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. effect="flee -80%; Defense -50%; HP 30000" type="equip-head" weight="800"> - <sprite>equipment/head/tophat.xml</sprite> + <sprite>equipment/head/magictophat.xml</sprite> + <replace sprite="hair"> + <item from="-5" to="-4"/> + <item from="-14" to="-9"/> + <item from="-15" to="-19"/> + </replace> + </item> + <item id="2991" + image="equipment/head/minerhat.png" + name="Miner Hat" + description="A hat used by miners." + defense="44" + type="equip-head" + weight="245"> + <sprite>equipment/head/minerhat.xml</sprite> <replace sprite="hair"> <item from="-5" to="-4"/> <item from="-14" to="-9"/> |