diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-20 20:57:11 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-20 20:57:11 +0100 |
commit | 2bcbb890e3056f4f9b3a511eed187c9a8e8b5141 (patch) | |
tree | 9bae0a7dcddb80ee44a2ce5338f3c76a1fbb3007 /items.xml | |
parent | 60c2d35030ae2ef7a9ee98e159ed9502bc94d8b2 (diff) | |
download | clientdata-2bcbb890e3056f4f9b3a511eed187c9a8e8b5141.tar.gz clientdata-2bcbb890e3056f4f9b3a511eed187c9a8e8b5141.tar.bz2 clientdata-2bcbb890e3056f4f9b3a511eed187c9a8e8b5141.tar.xz clientdata-2bcbb890e3056f4f9b3a511eed187c9a8e8b5141.zip |
Add sailor and corsair hats
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -3503,7 +3503,39 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item from="-14" to="-9"/> <item from="-15" to="-19"/> </replace> + </item> + <item id="2944" + image="equipment/head/sailorhat.png" + name="Sailor Hat" + description="Rakinorf" + defense="1" + level="1" + type="equip-head" + weight="22"> + <sprite gender="unisex">equipment/head/sailorhat.xml</sprite> + <sprite gender="female">equipment/head/sailorhat-female.xml</sprite> + <replace sprite="hair"> + <item from="-5" to="-4"/> + <item from="-14" to="-9"/> + <item from="-15" to="-19"/> + </replace> </item> + <item id="2945" + image="equipment/head/corsairhat.png" + name="Corsair Hat" + description="Rakinorf" + defense="1" + level="1" + type="equip-head" + weight="22"> + <sprite>equipment/head/corsairhat.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" |