pathfinder_boots.xml

<items>
  <item>
    <key>pathfinder_boots</key>
    <name>Pathfinder Boots</name>
    <description>
      Lightweight boots designed for the novice adventurer, offering enhanced movement and energy for
      traversing the wilderness.
    </description>
    <type>Boots</type>
    <icon>itemtraveller_1</icon>
    <sortKey>_boots05</sortKey>
    <weight>1.5</weight>
    <tags>t1</tags>
    <modifiers>
      <modifiers>
        <type>PhysicalResist</type>
        <amount>0.03</amount>
      </modifiers>
      <modifiers>
        <type>Dodge</type>
        <amount>2.0</amount>
      </modifiers>
      <modifiers>
        <type>MoveSpeedBonus</type>
        <amount>5.0</amount>
      </modifiers>
      <modifiers>
        <type>TravelFortitude</type>
        <amount>5.0</amount>
      </modifiers>
    </modifiers>
    <spriteOptions>
      <spriteOptions>
        <physique>human_male</physique>
        <equipLeft>pathfinder_boots_left</equipLeft>
        <equipRight>pathfinder_boots</equipRight>
      </spriteOptions>
      <spriteOptions>
        <physique>human_female</physique>
        <equipLeft>pathfinder_boots_f_left</equipLeft>
        <equipRight>pathfinder_boots_f</equipRight>
      </spriteOptions>
    </spriteOptions>
    <salvageInfo>
      <materials>leather, cloth</materials>
      <requiresBench>true</requiresBench>
    </salvageInfo>
    <repairInfo>
      <materials>leather, cloth</materials>
      <durability>58.0</durability>
    </repairInfo>
    <priceDetails>
      <buy>18</buy>
      <canTrade>true</canTrade>
    </priceDetails>
  </item>
</items>