aboutsummaryrefslogtreecommitdiffstats
path: root/config/items.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/items.xml')
-rw-r--r--config/items.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/items.xml b/config/items.xml
index 3601c18..7e3a1fb 100644
--- a/config/items.xml
+++ b/config/items.xml
@@ -17,8 +17,8 @@
<!--##########-->
<!-- WEAPONS -->
-<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="Wood Sword" type="Sword" damage="3" maxStackSize="1" sound="assets/sounds/longSwing.wav" sprite="assets/items/SWORD_WOOD.png" cooldown="250" />
+<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"/>
<!-- UTILITIES -->