diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-05-02 08:49:54 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-05-02 08:49:54 -0400 |
commit | f102149e15ca1ac36cbb4e2627e5ce44f2d5273a (patch) | |
tree | fcf939ba1c26bd25c693ae7b05bd79c00ce2a691 /config/items.xml | |
parent | 6a728a46d837384074228959d6330ba29e03aee0 (diff) | |
parent | 13cd55136ffd09afd9f4828a00716ed9f94f0e0b (diff) |
Merge branch 'master' of https://github.com/tcsullivan/gamedev
Diffstat (limited to 'config/items.xml')
-rw-r--r-- | config/items.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/config/items.xml b/config/items.xml index a70dd9a..0918c33 100644 --- a/config/items.xml +++ b/config/items.xml @@ -1,12 +1,17 @@ <?xml version="1.0"?> +<!-- CURRENCY --> <currency name="Abe Lincoln" value="1" sprite="assets/items/coin1.png"/> <currency name="George Washington" value="25" sprite="assets/items/coin2.png"/> <currency name="Barack Hussein Obama" value="100" sprite="assets/items/coin3.png"/> +<!-- OLD ITEMS --> <item name="Debug" type="Tool" value="10" maxStackSize="1" width="1" height="1" sprite="assets/items/ITEM_TEST.png" /> <item name="Dank MayMay" type="Tool" value="10" maxStackSize="420" width="10" height="10" sprite="assets/items/ITEM_TEST.png" /> <item name="Your Bag" type="Equip" value="32" maxStackSize="1" width="5" height="5" sprite="assets/items/ITEM_TEST.png" /> <item name="Flashlight" type="Tool" value="1" maxStackSize="1" width="4" height="8" sprite="assets/items/flashlight_off.png" /> -<item name="Wood Sword" type="Sword" value="69" maxStackSize="1" width="4" height="10" sprite="assets/items/SWORD_WOOD.png" /> -<item name="Fried Chicken" type="Cooked Food" value="10" maxStackSize="6" width="4" height="6" sprite="assets/items/FOOD_CHICKEN_FRIED.png" /> +<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"/> |