villagers_longbow.xml
<items>
<item>
<key>villagers_longbow</key>
<name>Villager's Longbow</name>
<description>
The work of an apprentice bowyer: A rough wooden longbow capable of taking down man-sized game.
</description>
<type>bow</type>
<icon>itembows_1</icon>
<sortKey>_bow02</sortKey>
<weight>2.5</weight>
<levelRequirement>0</levelRequirement>
<ammo>arrow</ammo>
<twoHand>true</twoHand>
<tags>t1</tags>
<modifiers>
<modifiers>
<type>AmmoRecovery</type>
<amount>0.55</amount>
</modifiers>
<modifiers>
<type>MinimumDamage</type>
<amount>10.0</amount>
</modifiers>
<modifiers>
<type>MaximumDamage</type>
<amount>14.0</amount>
</modifiers>
<modifiers>
<type>AttackSpeed</type>
<amount>50.0</amount>
</modifiers>
<modifiers>
<type>BleedChance</type>
<amount>0.06</amount>
</modifiers>
<modifiers>
<type>Armorpen</type>
<amount>0.08</amount>
</modifiers>
<modifiers>
<type>Accuracy</type>
<amount>-18.0</amount>
</modifiers>
<modifiers>
<type>Range</type>
<amount>8.0</amount>
</modifiers>
</modifiers>
<sprites>
<equipLeft>villagers_longbow_left</equipLeft>
<equipRight>villagers_longbow</equipRight>
<stance>stance_bow_idle</stance>
</sprites>
<salvageInfo>
<materials>2 wood, cloth</materials>
<requiresBench>true</requiresBench>
</salvageInfo>
<repairInfo>
<materials>2 wood, cloth</materials>
<durability>215.0</durability>
</repairInfo>
<weaponAnimations>
<onHit>spell_arrowhit</onHit>
</weaponAnimations>
<attackAnimation>
<frames>
<frame>
<time>250</time>
<equipLeft>longbow_attack_left</equipLeft>
<equipRight>longbow_attack</equipRight>
<stance>stance_bow</stance>
</frame>
<frame>
<time>100</time>
<equipLeft>villagers_longbow_left</equipLeft>
<equipRight>villagers_longbow</equipRight>
<stance>stance_bow</stance>
</frame>
</frames>
<hitSplashOffSet>100</hitSplashOffSet>
</attackAnimation>
<priceDetails>
<buy>56</buy>
<canTrade>true</canTrade>
</priceDetails>
<weaponDetails>
<weaponSoundPack>bow</weaponSoundPack>
</weaponDetails>
</item>
</items>