ZeeBeast
Preferable Beta Tester
I want to know if there is any possible way I can add a BreakChance to arrows so they do not break after every shot. I have tried this but it did not work:
I will be thankful for any help 
Code:
<item id="2544" article="an" name="arrow" plural="arrows">
<attribute key="weight" value="70"/>
<attribute key="slotType" value="ammo"/>
<attribute key="attack" value="25"/>
<attribute key="hitChance" value="90"/>
<attribute key="weaponType" value="ammunition"/>
<attribute key="ammoType" value="arrow"/>
<attribute key="shootType" value="arrow"/>
<attribute key="breakChance" value="7"/>
<attribute key="ammoAction" value="removecount"/>
</item>