wooden_bolt.xml

<items>
  <item>
    <key>wooden_bolt</key>
    <name>Twiggy Bolt</name>
    <description>
      Poorly carved wooden bolts that could double as kindling. Use only if you like to live dangerously or
      hate your crossbow.
    </description>
    <type>bolt</type>
    <icon>itembolts_1</icon>
    <sortKey>_arrow05</sortKey>
    <weight>0.01</weight>
    <modifiers>
      <modifiers>
        <type>Damage</type>
        <amount>-0.2</amount>
      </modifiers>
      <modifiers>
        <type>AmmoRecovery</type>
        <amount>-0.4</amount>
      </modifiers>
      <modifiers>
        <type>Range</type>
        <amount>-1.0</amount>
      </modifiers>
    </modifiers>
    <priceDetails>
      <buy>1</buy>
      <sell>0</sell>
      <canTrade>false</canTrade>
    </priceDetails>
  </item>
</items>