diff options
author | Reid <reidyaro@gmail.com> | 2014-10-28 02:45:25 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2014-10-28 02:45:25 +0100 |
commit | 2643aaf19992837c03d8a433e69a6b1d01af9129 (patch) | |
tree | b613c76c30f469e01f451fbc7cfd94cfadd7fdfa /items.xml | |
parent | 210e749459af468dc4b62942bd3e153cda200ce6 (diff) | |
download | clientdata-2643aaf19992837c03d8a433e69a6b1d01af9129.tar.gz clientdata-2643aaf19992837c03d8a433e69a6b1d01af9129.tar.bz2 clientdata-2643aaf19992837c03d8a433e69a6b1d01af9129.tar.xz clientdata-2643aaf19992837c03d8a433e69a6b1d01af9129.zip |
Add the second brimmed hat variation.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -731,13 +731,22 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. </item> <item id="2904" image="equipment/head/brimmedfeatherhat.png" - name="Brimmed Hat" + name="Brimmed Feather Hat" description="-" - defense="2" + defense="6" type="equip-head" - weight="20"> + weight="23"> <sprite>equipment/head/brimmedfeatherhat.xml</sprite> </item> + <item id="2905" + image="equipment/head/brimmedflowerhat.png" + name="Brimmed Flower Hat" + description="-" + defense="6" + type="equip-head" + weight="22"> + <sprite>equipment/head/brimmedflowerhat.xml</sprite> + </item> <!-- Neck Armors <item id="3200" |