diff options
Diffstat (limited to 'config/items.xml')
-rw-r--r-- | config/items.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/items.xml b/config/items.xml index 7e3a1fb..e4b5b5a 100644 --- a/config/items.xml +++ b/config/items.xml @@ -17,7 +17,9 @@ <!--##########--> <!-- WEAPONS --> -<item name="Wood Sword" type="Sword" damage="3" maxStackSize="1" sound="assets/sounds/longSwing.wav" sprite="assets/items/SWORD_WOOD.png" cooldown="250" /> +<item name="Wood Sword" type="Sword" damage="3" maxStackSize="1" sound="assets/sounds/longSwing.wav" sprite="assets/items/SWORD_WOOD.png" cooldown="250"> + <attack range="6, 2" power="1" /> +</item> <item name="Hunters Bow" type="Bow" damage="2" maxStackSize="1" sprite="assets/items/bow.png" cooldown="600" /> <item name="Arrow" type="Arrow" damage="1" maxStackSize="99" sprite="assets/items/arrow_crude.png"/> |