straw_hat.xml

<items>
  <item>
    <key>straw_hat</key>
    <name>Straw Hat</name>
    <description>
      A common hat made of straw, worn by many folks to protect them from the sun.
    </description>
    <type>Helm</type>
    <icon>itemstraw_hat</icon>
    <sortKey>_hat03</sortKey>
    <weight>0.5</weight>
    <tags>t0.5, unique</tags>
    <modifiers>
      <modifiers>
        <type>PhysicalResist</type>
        <amount>0.04</amount>
      </modifiers>
      <modifiers>
        <type>Dodge</type>
        <amount>3.0</amount>
      </modifiers>
    </modifiers>
    <spriteOptions>
      <spriteOptions>
        <physique>human_male</physique>
        <equipLeft>straw_hat_left</equipLeft>
        <equipRight>straw_hat</equipRight>
      </spriteOptions>
      <spriteOptions>
        <physique>human_female</physique>
        <equipLeft>straw_hat_f_left</equipLeft>
        <equipRight>straw_hat_f</equipRight>
      </spriteOptions>
    </spriteOptions>
    <salvageInfo>
      <materials>cloth</materials>
      <requiresBench>false</requiresBench>
    </salvageInfo>
    <repairInfo>
      <materials>cloth</materials>
      <durability>53.0</durability>
    </repairInfo>
    <priceDetails>
      <buy>16</buy>
      <canTrade>true</canTrade>
    </priceDetails>
  </item>
</items>