diff options
Diffstat (limited to 'config/items.xml')
-rw-r--r-- | config/items.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/items.xml b/config/items.xml index 1192842..0abd40d 100644 --- a/config/items.xml +++ b/config/items.xml @@ -12,7 +12,15 @@ <item name="Flashlight" type="Tool" value="1" maxStackSize="1" width="4" height="8" sprite="assets/items/flashlight_off.png" /> <item name="Fried Chicken" type="Cooked Food" value="10" maxStackSize="6" sprite="assets/items/FOOD_CHICKEN_FRIED.png" /> +<!--###########--> <!-- NEW ITEMS --> +<!--##########--> + +<!-- WEAPONS --> <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"/> + +<!-- UTILITIES --> +<item name="Rusty Lantern" type="Light" radius="150" color="255|255|255" sprite="assets/items/rusty_lantern.png"/> +<item name="Mossy Torch" type="Light" fire="true" radius="150" color="245|220|200" sprite="assets/items/basic_torch.png"/> |