summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-08 00:40:05 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-08 00:40:05 -0300
commit92036bf8d253399b3d1c63142f75a4ed36f34bbb (patch)
tree24d148d5c216362b55d658f4d624ffc3653d903f
parent8a07c486f30baa6a38a4f7974ad45ab846f26113 (diff)
downloadclientdata-92036bf8d253399b3d1c63142f75a4ed36f34bbb.tar.gz
clientdata-92036bf8d253399b3d1c63142f75a4ed36f34bbb.tar.bz2
clientdata-92036bf8d253399b3d1c63142f75a4ed36f34bbb.tar.xz
clientdata-92036bf8d253399b3d1c63142f75a4ed36f34bbb.zip
Fix item descriptions. Fix warp bug.
-rw-r--r--items.xml16
-rw-r--r--maps/001-3.tmx4
2 files changed, 10 insertions, 10 deletions
diff --git a/items.xml b/items.xml
index 99d3cbb9..273010c5 100644
--- a/items.xml
+++ b/items.xml
@@ -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"
diff --git a/maps/001-3.tmx b/maps/001-3.tmx
index 957cc607..79e6204b 100644
--- a/maps/001-3.tmx
+++ b/maps/001-3.tmx
@@ -3315,7 +3315,7 @@
<properties>
<property name="dest_map" value="001-3-1"/>
<property name="dest_x" value="116"/>
- <property name="dest_y" value="127"/>
+ <property name="dest_y" value="126"/>
</properties>
</object>
<object id="32" name="To Patreon Tower" type="warp" x="4064" y="2048" width="32" height="32">
@@ -3329,7 +3329,7 @@
<properties>
<property name="dest_map" value="001-3-1"/>
<property name="dest_x" value="97"/>
- <property name="dest_y" value="127"/>
+ <property name="dest_y" value="126"/>
</properties>
</object>
</objectgroup>