summaryrefslogtreecommitdiff
path: root/items/equip-head/item0638_InfantryHelmet.xml
blob: fe98275f8805d56b2ea9d1d34de9a6cf048565a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<items>
  <item id="638" image="equipment/head/infantryhelm.png" name="Infantry Helmet" description="A helmet for soldiers and guards." mattack="-30" type="equip-head" defense="15" weight="400">
    <sprite gender="unisex">equipment/head/infantryhelm.xml</sprite>
    <sprite gender="female">equipment/head/infantryhelm-female.xml</sprite>
    <replace direction="downall" sprite="hair">
      <item from="-7" to="-4"/>
    </replace>
    <replace sprite="hair">
      <item from="-6" to="-1"/>
      <item from="-10" to="-1"/>
    </replace>
  </item>
</items>