simple_hatchet.xml
<items>
<item>
<key>simple_hatchet</key>
<name>Simple Hatchet</name>
<description>
A simple tool with a decent swing. The blade's still sharp, so get to chopping!
</description>
<type>axe</type>
<icon>itemaxes_1</icon>
<sortKey>_axe01</sortKey>
<weight>3.0</weight>
<levelRequirement>0</levelRequirement>
<twoHand>false</twoHand>
<tags>t1</tags>
<modifiers>
<modifiers>
<type>MinimumDamage</type>
<amount>12.0</amount>
</modifiers>
<modifiers>
<type>MaximumDamage</type>
<amount>14.0</amount>
</modifiers>
<modifiers>
<type>AttackSpeed</type>
<amount>90.0</amount>
</modifiers>
<modifiers>
<type>BleedChance</type>
<amount>0.15</amount>
</modifiers>
<modifiers>
<type>ArmorPen</type>
<amount>0.05</amount>
</modifiers>
</modifiers>
<sprites>
<equipLeft>simple_hatchet_left</equipLeft>
<equipRight>simple_hatchet</equipRight>
<stance>stance_1h</stance>
</sprites>
<salvageInfo>
<materials>scrap_metal, wood</materials>
<requiresBench>true</requiresBench>
</salvageInfo>
<repairInfo>
<materials>scrap_metal, wood</materials>
<durability>240.0</durability>
</repairInfo>
<priceDetails>
<buy>44</buy>
<canTrade>true</canTrade>
</priceDetails>
<weaponDetails>
<weaponSoundPack>chopper</weaponSoundPack>
</weaponDetails>
</item>
</items>