worker_boots.xml

<items>
  <item>
    <key>worker_boots</key>
    <name>Worker Boots</name>
    <description>
      Budget leather boots which already show signs of wear. Your average farmer goes through 3 pairs
                      of these a year.
    </description>
    <type>Boots</type>
    <icon>itemworker_boots</icon>
    <sortKey>_boots03</sortKey>
    <weight>1.0</weight>
    <tags>t1, light</tags>
    <modifiers>
      <modifiers>
        <type>PhysicalResist</type>
        <amount>0.03</amount>
      </modifiers>
      <modifiers>
        <type>MoveSpeedBonus</type>
        <amount>5.0</amount>
      </modifiers>
    </modifiers>
    <spriteOptions>
      <spriteOptions>
        <physique>human_male</physique>
        <equipLeft>worker_boots_left</equipLeft>
        <equipRight>worker_boots</equipRight>
      </spriteOptions>
      <spriteOptions>
        <physique>human_female</physique>
        <equipLeft>worker_boots_f_left</equipLeft>
        <equipRight>worker_boots_f</equipRight>
      </spriteOptions>
    </spriteOptions>
    <salvageInfo>
      <materials>leather</materials>
      <requiresBench>true</requiresBench>
    </salvageInfo>
    <repairInfo>
      <materials>leather</materials>
      <durability>54.0</durability>
    </repairInfo>
    <priceDetails>
      <buy>15</buy>
      <canTrade>true</canTrade>
    </priceDetails>
  </item>
</items>