diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-01-26 02:13:26 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-01-26 02:13:26 +0100 |
commit | 93e3eef6564d3301ca8e747ed5812d11eb2ddd8d (patch) | |
tree | 0d80d2b3aa5312b92e4f8f962c558e9f40858cfa /items.xml | |
parent | 2c29157c760c4a3d13d1d5fed2da46b59f741fc4 (diff) | |
download | clientdata-93e3eef6564d3301ca8e747ed5812d11eb2ddd8d.tar.gz clientdata-93e3eef6564d3301ca8e747ed5812d11eb2ddd8d.tar.bz2 clientdata-93e3eef6564d3301ca8e747ed5812d11eb2ddd8d.tar.xz clientdata-93e3eef6564d3301ca8e747ed5812d11eb2ddd8d.zip |
add new foods items
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -493,6 +493,38 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. useButton="Read"
type="usable"
weight="25"/>
+ <item id="539"
+ image="usable/roastedmaggot.png"
+ name="Roasted Maggot"
+ description="Tasty crunchy snack.."
+ useButton="Eat"
+ effect="Heal 55-155 HP"
+ type="usable"
+ weight="5"/>
+ <item id="540"
+ image="usable/redapple.png"
+ name="Red Apple"
+ description="A healthy apple"
+ useButton="Eat"
+ effect="Heal 100-400 HP"
+ type="usable"
+ weight="5"/>
+ <item id="541"
+ image="usable/cactuspotion.png"
+ name="Cactus Potion"
+ description="A special potion for the desert places."
+ useButton="Drink"
+ effect="Heal 10-1000 HP"
+ type="usable"
+ weight="4"/>
+ <item id="542"
+ image="usable/apotion.png"
+ name="Cactus Drink"
+ description="A small drink for the desert places."
+ useButton="Drink"
+ effect="Heal 4-400 HP"
+ type="usable"
+ weight="4"/>
<!-- Generic Items -->
<item id="700"
|