summaryrefslogtreecommitdiff
path: root/items/equip-head/item1216_MoubooHead.xml
blob: cc6534751bd694b4b26b27503f84ab53c5778e83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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="1216" image="equipment/head/mouboohead.png" name="Mouboo Head" description="A tightly fitting mouboo head." type="equip-head" defense="1" weight="80" sellProtected="true">
    <sprite gender="female">equipment/head/mouboohead-female.xml</sprite>
    <sprite gender="male">equipment/head/mouboohead.xml</sprite>
    <sprite gender="other">equipment/head/mouboohead.xml</sprite>
    <replace direction="downall" sprite="hair">
      <item from="-6" to="-1"/>
    </replace>
  </item>
</items>