aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-07-29 18:25:01 -0400
committerClyne Sullivan <tullivan99@gmail.com>2017-07-29 18:37:26 -0400
commit738c3c59a03135f2adeed3804c5a45faf441c947 (patch)
tree83a533c5a32807bea05ccd55e0a08edb3847c4ef /config
parent9e540db7d6492168cadcafddbf145ffdd7b21981 (diff)
added gif support
Diffstat (limited to 'config')
-rw-r--r--config/items.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/items.xml b/config/items.xml
index e4b5b5a..6225062 100644
--- a/config/items.xml
+++ b/config/items.xml
@@ -18,9 +18,11 @@
<!-- WEAPONS -->
<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" />
+ <attack range="6, 2" power="1" effect="assets/effects/starAttack.gif"/>
+</item>
+<item name="Hunters Bow" type="Bow" damage="2" maxStackSize="1" sprite="assets/items/bow.png" cooldown="600">
+ <attack power="4" effect="assets/effects/starAttack.gif"/>
</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"/>
<!-- UTILITIES -->