summaryrefslogtreecommitdiff
path: root/items/equip-head/item885_GreenEggshellHat.xml
blob: f541c58ae2e42021f5b8f334bbfb6e80b68d9b0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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="885" image="equipment/head/eggshell-hat.png|W:#2A9409,70BA59,ACF696" name="Green Eggshell Hat" description="A novelty hat shaped like an eggshell half." type="equip-head" mdefense="3" defense="9" weight="15" sellProtected="true">
    <sprite gender="unisex">equipment/head/eggshell.xml|#2A9409,70BA59,ACF696</sprite>
    <sprite gender="female">equipment/head/eggshell-female.xml|#2A9409,70BA59,ACF696</sprite>
    <replace direction="upall" sprite="hair">
      <item from="-6" to="-1"/>
    </replace>
  </item>
</items>