heavy_bolt.xml

<items>
  <item>
    <key>heavy_bolt</key>
    <name>Heavy Bolt</name>
    <description>
      A bolt with a head of heavier metal for a hefty impact at the cost of range.
    </description>
    <type>bolt</type>
    <icon>itembolts_5</icon>
    <sortKey>_arrow09</sortKey>
    <weight>0.01</weight>
    <modifiers>
      <modifiers>
        <type>Damage</type>
        <amount>0.1</amount>
      </modifiers>
      <modifiers>
        <type>KnockbackChance</type>
        <amount>0.5</amount>
      </modifiers>
      <modifiers>
        <type>Range</type>
        <amount>-2.0</amount>
      </modifiers>
    </modifiers>
    <priceDetails>
      <buy>6-8</buy>
      <sell>2</sell>
      <canTrade>true</canTrade>
    </priceDetails>
  </item>
</items>