cotton_shirt.xml

<items>
  <item>
    <key>cotton_shirt</key>
    <name>Cotton Shirt</name>
    <description>
      A typical peasant shirt made from rough cotton. Warm, but not very protective.
    </description>
    <type>Chest</type>
    <icon>itemcotton_shirt</icon>
    <sortKey>_chest01</sortKey>
    <weight>1.0</weight>
    <tags>t0.5</tags>
    <modifiers>
      <modifiers>
        <type>PhysicalResist</type>
        <amount>0.03</amount>
      </modifiers>
    </modifiers>
    <spriteOptions>
      <spriteOptions>
        <physique>human_male</physique>
        <equipLeft>cotton_shirt_left</equipLeft>
        <equipRight>cotton_shirt</equipRight>
      </spriteOptions>
      <spriteOptions>
        <physique>human_female</physique>
        <equipLeft>cotton_shirt_f_left</equipLeft>
        <equipRight>cotton_shirt_f</equipRight>
      </spriteOptions>
    </spriteOptions>
    <salvageInfo>
      <materials>2 cloth</materials>
      <requiresBench>false</requiresBench>
    </salvageInfo>
    <repairInfo>
      <materials>2 cloth</materials>
      <durability>59.0</durability>
    </repairInfo>
    <priceDetails>
      <buy>19</buy>
      <canTrade>true</canTrade>
    </priceDetails>
  </item>
</items>