worker_gloves.xml

<items>
  <item>
    <key>worker_gloves</key>
    <name>Worker Gloves</name>
    <description>
      Basic cloth hand-wraps for workers in the field. More for comfort than protection.
    </description>
    <type>Gloves</type>
    <icon>itemworker_gloves</icon>
    <sortKey>_gloves01</sortKey>
    <weight>1.0</weight>
    <tags>t1</tags>
    <modifiers>
      <modifiers>
        <type>PhysicalResist</type>
        <amount>0.03</amount>
      </modifiers>
      <modifiers>
        <type>Accuracy</type>
        <amount>4.0</amount>
      </modifiers>
    </modifiers>
    <spriteOptions>
      <spriteOptions>
        <physique>human_male</physique>
        <stanceSprite>worker_gloves</stanceSprite>
      </spriteOptions>
      <spriteOptions>
        <physique>human_female</physique>
        <stanceSprite>worker_gloves</stanceSprite>
      </spriteOptions>
    </spriteOptions>
    <salvageInfo>
      <materials>2 cloth</materials>
      <requiresBench>false</requiresBench>
    </salvageInfo>
    <repairInfo>
      <materials>2 cloth</materials>
      <durability>59.0</durability>
    </repairInfo>
    <priceDetails>
      <buy>20</buy>
      <canTrade>true</canTrade>
    </priceDetails>
  </item>
</items>