diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-12 22:35:57 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-12 22:36:05 +0100 |
commit | c222321c60a39080941ae6c03e315baabb8ff23c (patch) | |
tree | 6273847e1bbb0e5486fd41cd468c05ab400bc4ba /items.xml | |
parent | 386d54f02aab77b0771e91bc5d68c5282672e78c (diff) | |
download | clientdata-c222321c60a39080941ae6c03e315baabb8ff23c.tar.gz clientdata-c222321c60a39080941ae6c03e315baabb8ff23c.tar.bz2 clientdata-c222321c60a39080941ae6c03e315baabb8ff23c.tar.xz clientdata-c222321c60a39080941ae6c03e315baabb8ff23c.zip |
add white funky hat
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -3011,13 +3011,15 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <replace sprite="hair"/> </item> <item id="2908" - image="equipment/head/funkyhat.png" - name="Funky Hat" + image="equipment/head/funkyhat.png|W" + name="%Color% Funky Hat" description="Yawn." defense="130" level="30" type="equip-head" - weight="20"> + weight="20" + colors="simple" + maxFloorOffset="10"> <sprite>equipment/head/funkyhat.xml</sprite> <replace sprite="hair"> <item from="-5" to="-4"/> |