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 | |
parent | 386d54f02aab77b0771e91bc5d68c5282672e78c (diff) | |
download | clientdata-c222321c60a39080941ae6c03e315baabb8ff23c.tar.gz clientdata-c222321c60a39080941ae6c03e315baabb8ff23c.tar.bz2 clientdata-c222321c60a39080941ae6c03e315baabb8ff23c.tar.xz clientdata-c222321c60a39080941ae6c03e315baabb8ff23c.zip |
add white funky hat
-rw-r--r-- | graphics/sprites/equipment/head/funkyhat.xml | 2 | ||||
-rw-r--r-- | items.xml | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/graphics/sprites/equipment/head/funkyhat.xml b/graphics/sprites/equipment/head/funkyhat.xml index 16b4173d..a9b7c770 100644 --- a/graphics/sprites/equipment/head/funkyhat.xml +++ b/graphics/sprites/equipment/head/funkyhat.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/funkyhat.png" width="21" height="20"/> + <imageset name="base" src="graphics/sprites/equipment/head/funkyhat.png|W" width="21" height="20"/> <action name="stand" imageset="base"> <animation direction="down"> <frame index="0" offsetX="0" offsetY="-42"/> @@ -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"/> |