diff options
author | Reid <reidyaro@gmail.com> | 2016-02-22 22:50:28 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-02-22 22:50:28 +0100 |
commit | a7aa37429bed9f57c4d2abfdc14b620a479083e5 (patch) | |
tree | d1b72e388fdfd705e53e2da3f888429fc2a98a25 /items.xml | |
parent | c6e6a49ba00e7d9238ceeaa4e45a443f0eb7e2f9 (diff) | |
download | clientdata-a7aa37429bed9f57c4d2abfdc14b620a479083e5.tar.gz clientdata-a7aa37429bed9f57c4d2abfdc14b620a479083e5.tar.bz2 clientdata-a7aa37429bed9f57c4d2abfdc14b620a479083e5.tar.xz clientdata-a7aa37429bed9f57c4d2abfdc14b620a479083e5.zip |
Add hair replace for the brimmed hat and its variants.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -895,6 +895,11 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. type="equip-head" weight="20"> <sprite>equipment/head/brimmedhat.xml</sprite> + <replace sprite="hair"> + <item from="-5" to="-4"/> + <item from="-14" to="-9"/> + <item from="-15" to="-19"/> + </replace> </item> <item id="2904" image="equipment/head/brimmedfeatherhat.png" @@ -905,6 +910,11 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. type="equip-head" weight="23"> <sprite>equipment/head/brimmedfeatherhat.xml</sprite> + <replace sprite="hair"> + <item from="-5" to="-4"/> + <item from="-14" to="-9"/> + <item from="-15" to="-19"/> + </replace> </item> <item id="2905" image="equipment/head/brimmedflowerhat.png" @@ -915,6 +925,11 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. type="equip-head" weight="22"> <sprite>equipment/head/brimmedflowerhat.xml</sprite> + <replace sprite="hair"> + <item from="-5" to="-4"/> + <item from="-14" to="-9"/> + <item from="-15" to="-19"/> + </replace> </item> <!-- Neck Armors |