aboutsummaryrefslogtreecommitdiffstats
path: root/config/items.xml
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-05-03 08:49:33 -0400
committerClyne Sullivan <tullivan99@gmail.com>2016-05-03 08:49:33 -0400
commitd2b7f062a0240bfdc8b84593834fc711c7a53dca (patch)
tree2406c6b8809933772661204a3f0c2887744d01ce /config/items.xml
parentafb0ada00a2c50ea541ba6dc93058ccdb0286cdd (diff)
parent30d454d7ffc102f2503dfa84937e706e6fc01a4b (diff)
Merge branch 'master' of https://github.com/tcsullivan/gamedev
Diffstat (limited to 'config/items.xml')
-rw-r--r--config/items.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/items.xml b/config/items.xml
index 0918c33..1192842 100644
--- a/config/items.xml
+++ b/config/items.xml
@@ -13,5 +13,6 @@
<item name="Fried Chicken" type="Cooked Food" value="10" maxStackSize="6" sprite="assets/items/FOOD_CHICKEN_FRIED.png" />
<!-- NEW ITEMS -->
-<item name="Wood Sword" type="Sword" damage="69" maxStackSize="1" sprite="assets/items/SWORD_WOOD.png" />
-<item name="Clyne is shit bow" type="Bow" damage="10" maxStackSize="1" sprite="assets/items/bow.png"/>
+<item name="Wood Sword" type="Sword" damage="3" maxStackSize="1" 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"/>