diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-06-24 01:04:33 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-06-24 01:04:33 +0000 |
commit | 69a0e256eb9d3734a30357f154cd6191fe017f9c (patch) | |
tree | 4221f33198bd518cddc75730141cbc4fed64a0c3 /items.xml | |
parent | 479d6f997ec2a90553f76669d5517a7d85bb10b5 (diff) | |
download | clientdata-69a0e256eb9d3734a30357f154cd6191fe017f9c.tar.gz clientdata-69a0e256eb9d3734a30357f154cd6191fe017f9c.tar.bz2 clientdata-69a0e256eb9d3734a30357f154cd6191fe017f9c.tar.xz clientdata-69a0e256eb9d3734a30357f154cd6191fe017f9c.zip |
add cave snake hat
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -4547,6 +4547,17 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. weight="80"> <sprite>equipment/head/fairyhat.xml</sprite> </item> + <item id="3000" + image="equipment/head/standardheadband.png" + name="Cave Snake Hat" + description="Shine in the darkness of the cave." + defense="40" + level="20" + agi="2" + type="equip-head" + weight="46"> + <sprite>equipment/head/standardheadband.xml</sprite> + </item> <!-- Neck Armors --> <item id="3200" |