summaryrefslogtreecommitdiff
path: root/items/equip-head/item524_FancyHat.xml
blob: 34eb0a0aba5ba9ededca6b07a139aa755274028c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<items>
  </its:rules>
  <item id="524" image="equipment/head/fancyhat.png" name="Fancy Hat" description="A fancy hat." type="equip-head" defense="5" weight="20">
    <sprite gender="unisex">equipment/head/fancyhat.xml</sprite>
    <sprite gender="female">equipment/head/fancyhat-female.xml</sprite>
    <replace sprite="hair">
      <item from="-6" to="-1"/>
    </replace>
    <replace direction="left" sprite="hair">
      <item from="-14" to="-3"/>
      <item from="-16" to="-15"/>
    </replace>
    <replace direction="right" sprite="hair">
      <item from="-14" to="-3"/>
      <item from="-16" to="-15"/>
    </replace>
  </item>
</items>