diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-08 00:40:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-08 00:40:05 -0300 |
commit | 92036bf8d253399b3d1c63142f75a4ed36f34bbb (patch) | |
tree | 24d148d5c216362b55d658f4d624ffc3653d903f /items.xml | |
parent | 8a07c486f30baa6a38a4f7974ad45ab846f26113 (diff) | |
download | clientdata-92036bf8d253399b3d1c63142f75a4ed36f34bbb.tar.gz clientdata-92036bf8d253399b3d1c63142f75a4ed36f34bbb.tar.bz2 clientdata-92036bf8d253399b3d1c63142f75a4ed36f34bbb.tar.xz clientdata-92036bf8d253399b3d1c63142f75a4ed36f34bbb.zip |
Fix item descriptions. Fix warp bug.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -556,8 +556,8 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="usable/cherrycake.png" name="Cherry Cake" description="A nice cherry cake." - useButton="Drink" - effect="Heal 4-5 HP" + useButton="Eat" + effect="Heal 60-130 HP" type="usable" weight="1"/> <item id="551" @@ -573,15 +573,15 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. name="Chocolate Mouboo" description="Chocolate!" useButton="Eat" - effect="Heal 1000-5000 HP" + effect="Heal 100-800 HP" type="usable" - weight="1"/> + weight="4"/> <item id="553" image="usable/gingerbreadman.png" name="Ginger Bread Man" description="A tasty ginger bread man." - useButton="Drink" - effect="Heal 1000-5000 HP" + useButton="Eat" + effect="Heal 4-240 HP" type="usable" weight="4"/> <item id="554" @@ -644,8 +644,8 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="usable/orangecupcake.png" name="Orange Cupcake" description="A tangy orange cupcake. Made from real oranges." - useButton="Drink" - effect="Heal 1000-5000 HP" + useButton="Eat" + effect="Heal 200-400 HP" type="usable" weight="5"/> <item id="562" |