summaryrefslogtreecommitdiff
path: root/items/equip-head/item0511_SantaHat.xml
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2023-11-18 17:46:39 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-11-18 17:46:39 +0000
commit2fbfe721bd69d3ef30c9ee8f3caf7e178a434a7c (patch)
tree4a5e17afad0ee003a68a73b84cd403bec6a975f2 /items/equip-head/item0511_SantaHat.xml
parentb9abcc41bee46418c710ecbdabaa587ab17f45c9 (diff)
parented3fb4903b52bb5253cc5894f4f614f44cfaabc1 (diff)
downloadclientdata-2fbfe721bd69d3ef30c9ee8f3caf7e178a434a7c.tar.gz
clientdata-2fbfe721bd69d3ef30c9ee8f3caf7e178a434a7c.tar.bz2
clientdata-2fbfe721bd69d3ef30c9ee8f3caf7e178a434a7c.tar.xz
clientdata-2fbfe721bd69d3ef30c9ee8f3caf7e178a434a7c.zip
Merge branch 'items_cleanup' into 'master'
Items cleanup See merge request legacy/clientdata!552
Diffstat (limited to 'items/equip-head/item0511_SantaHat.xml')
-rw-r--r--items/equip-head/item0511_SantaHat.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/items/equip-head/item0511_SantaHat.xml b/items/equip-head/item0511_SantaHat.xml
new file mode 100644
index 00000000..a3755124
--- /dev/null
+++ b/items/equip-head/item0511_SantaHat.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<items>
+ <item id="511" image="equipment/head/santahat.png" name="Santa Hat" description="Ask Santa about this hat." mattack="-2" type="equip-head" weight="20" defense="2" sellProtected="true">
+ <sprite gender="unisex">equipment/head/santahat.xml|#580000,a40000,c02020;#87876c,bbc39c,edf4e1,ffffff</sprite>
+ <sprite gender="female">equipment/head/santahat-female.xml|#580000,a40000,c02020;#87876c,bbc39c,edf4e1,ffffff</sprite>
+ <replace sprite="hair">
+ <item from="-6" to="-1"/>
+ </replace>
+ <replace direction="left" sprite="hair">
+ <item from="-14" to="-1"/>
+ <item from="-15" to="-17"/>
+ <item from="-16" to="-9"/>
+ </replace>
+ <replace direction="right" sprite="hair">
+ <item from="-14" to="-1"/>
+ <item from="-15" to="-17"/>
+ <item from="-16" to="-9"/>
+ </replace>
+ <replace direction="upall" sprite="hair">
+ <item from="-15" to="-14"/>
+ <item from="-16" to="-14"/>
+ <item from="-19" to="-7"/>
+ </replace>
+ <replace direction="downall" sprite="hair">
+ <item from="-15" to="-14"/>
+ <item from="-16" to="-14"/>
+ <item from="-10" to="-2"/>
+ </replace>
+ </item>
+</items>