diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-11 16:58:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-11 16:58:58 -0300 |
commit | 26abfd4bc0ade99a027b9d0a01787db1cf2cbc5a (patch) | |
tree | b4aa465b628a23bc95f5fb5700ae61448968ba42 /items.xml | |
parent | b7a3699006b81a9791793eefae24a1eb20679e8e (diff) | |
download | clientdata-26abfd4bc0ade99a027b9d0a01787db1cf2cbc5a.tar.gz clientdata-26abfd4bc0ade99a027b9d0a01787db1cf2cbc5a.tar.bz2 clientdata-26abfd4bc0ade99a027b9d0a01787db1cf2cbc5a.tar.xz clientdata-26abfd4bc0ade99a027b9d0a01787db1cf2cbc5a.zip |
Improve some healing items performance as Micksha asked
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -195,7 +195,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. name="Bread" description="A baked food, ingredient or bait." useButton="Eat" - effect="Heal 25-40 HP" + effect="Heal 35-50 HP" type="usable" weight="25"/> <item id="503" @@ -212,15 +212,15 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. name="Cheese" description="A yummy food, ingredient or bait." useButton="Eat" - effect="Heal 30-50 HP" + effect="Heal 40-60 HP" type="usable" weight="3"/> <item id="505" image="usable/pioulegs.png" name="Piou Legs" - description="A tender food, ingredient or bait." + description="A tender food or ingredient." useButton="Eat" - effect="Heal 7-13 HP" + effect="Heal 12-20 HP" type="usable" weight="4"/> <item id="506" @@ -236,7 +236,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. name="Piberries" description="The famous staining fruit." useButton="Eat" - effect="Heal 12-23 HP" + effect="Heal 22-33 HP" type="usable" weight="2"/> <item id="508" @@ -252,7 +252,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. name="Aquada" description="A nutritious fruit of the sea." useButton="Eat" - effect="Heal 75-100 HP" + effect="Heal 80-110 HP" type="usable" weight="16"/> <item id="510" @@ -485,7 +485,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. name="Cactus Potion" description="A special potion for the desert places." useButton="Drink" - effect="Heal 10-1000 HP" + effect="Heal 80-200 HP" type="usable" weight="4"/> <item id="542" @@ -493,7 +493,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. name="Cactus Drink" description="A small drink for the desert places." useButton="Drink" - effect="Heal 4-400 HP" + effect="Heal 60-140 HP" type="usable" weight="4"/> <item id="543" @@ -509,7 +509,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. name="Beer" description="A fresh beer." useButton="Drink" - effect="Heal 4-5 HP" + effect="Heal 150-300 HP" type="usable" weight="10"/> <item id="545" |