aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-03-17 22:17:30 -0400
committerClyne Sullivan <tullivan99@gmail.com>2017-03-17 22:17:30 -0400
commit19ade83b74aa66c80129409d97c2c98fa8b8534c (patch)
treeed8fdfb53a302d1e236cb74b7f0413f83f55020d /config
parentbf01660ab468f49d63a133c28131ab21bba3a1a1 (diff)
bow & arrow draft
Diffstat (limited to 'config')
-rw-r--r--config/items.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/items.xml b/config/items.xml
index 6767bc0..3601c18 100644
--- a/config/items.xml
+++ b/config/items.xml
@@ -17,9 +17,9 @@
<!--##########-->
<!-- WEAPONS -->
-<item name="Wood Sword" type="Sword" damage="3" maxStackSize="1" sprite="assets/items/SWORD_WOOD.png" />
+<item name="Wood Sword" type="Sword" damage="3" maxStackSize="1" sound="assets/sounds/longSwing.wav" sprite="assets/items/SWORD_WOOD.png" />
<item name="Hunters Bow" type="Bow" damage="2" maxStackSize="1" sprite="assets/items/bow.png"/>
-<item name="Crude Arrow" type="Arrow" damage="1" maxStackSize="99" sprite="assets/items/arrow_crude.png"/>
+<item name="Arrow" type="Arrow" damage="1" maxStackSize="99" sprite="assets/items/arrow_crude.png"/>
<!-- UTILITIES -->
<!--<item name="Rusty Lantern" type="Light" radius="150" color="255|255|255" sprite="assets/items/rusty_lantern.png"/>-->