diff options
-rw-r--r-- | items.xml | 16 | ||||
-rw-r--r-- | maps/001-3.tmx | 4 |
2 files changed, 10 insertions, 10 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" 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> |