soldiers_helm.xml

<items>
  <item>
    <key>soldiers_helm</key>
    <name>Soldier's Helm</name>
    <description>
      An exceptionally average metal helmet crafted en masse by journeyman blacksmiths.
    </description>
    <type>Helm</type>
    <icon>itemsoldier_4</icon>
    <sortKey>_hat12</sortKey>
    <weight>4.0</weight>
    <tags>t2</tags>
    <modifiers>
      <modifiers>
        <type>Protection</type>
        <amount>1.0</amount>
      </modifiers>
      <modifiers>
        <type>PhysicalResist</type>
        <amount>0.14</amount>
      </modifiers>
      <modifiers>
        <type>CrippleResist</type>
        <amount>0.06</amount>
      </modifiers>
      <modifiers>
        <type>StunResist</type>
        <amount>0.15</amount>
      </modifiers>
      <modifiers>
        <type>Dodge</type>
        <amount>-5.0</amount>
      </modifiers>
      <modifiers>
        <type>MaxEnergy</type>
        <amount>-5.0</amount>
      </modifiers>
    </modifiers>
    <spriteOptions>
      <spriteOptions>
        <physique>human_male</physique>
        <equipLeft>soldiers_helm_left</equipLeft>
        <equipRight>soldiers_helm</equipRight>
      </spriteOptions>
      <spriteOptions>
        <physique>human_female</physique>
        <equipLeft>soldiers_helm_f_left</equipLeft>
        <equipRight>soldiers_helm_f</equipRight>
      </spriteOptions>
    </spriteOptions>
    <salvageInfo>
      <materials>2 scrap_metal</materials>
      <requiresBench>true</requiresBench>
    </salvageInfo>
    <repairInfo>
      <materials>2 scrap_metal</materials>
      <durability>95.0</durability>
    </repairInfo>
    <priceDetails>
      <buy>255</buy>
      <canTrade>true</canTrade>
    </priceDetails>
  </item>
</items>