summaryrefslogtreecommitdiff
path: root/items/equip-head/item654_Cap.xml
blob: f802ab2e61de1b7e5e891f3c3c5537df2669fafa (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 xmlns:its="http://www.w3.org/2005/11/its" version="1.0">
    <its:translateRule selector="//item/@name" translate="yes"/>
    <its:translateRule selector="//item/@description" translate="yes"/>
    <its:translateRule selector="//item/@effect" translate="yes"/>
    <its:translateRule selector="//*" translate="no"/>
  </its:rules>
  <item id="654" image="equipment/head/cap.png|R:#d94800" name="Cap" description="A hat with a peak to shield your eyes from the sun." type="equip-head" defense="5" weight="20" sellProtected="true">
    <sprite gender="male">equipment/head/cap-male.xml|#d94800</sprite>
    <sprite gender="female">equipment/head/cap-female.xml|#d94800</sprite>
    <replace sprite="hair">
      <item from="-5"/>
    </replace>
    <replace direction="upall" sprite="hair">
      <item from="-5" to="-5"/>
    </replace>
  </item>
</items>