diff options
-rw-r--r-- | items.xml | 4 | ||||
-rw-r--r-- | maps/025-2-3.tmx | 6 | ||||
-rw-r--r-- | maps/025-2-4.tmx | 8 |
3 files changed, 9 insertions, 9 deletions
@@ -1116,9 +1116,9 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item id="619" image="usable/food/bewitchedmanapple.png" name="Manapple" - description="Work in progress, Blame Saulc" + description="A rare apple with magic properties." useButton="Eat" - effect="Heal 30%-54% HP" + effect="Heal 30%-54% HP. MP Healing." type="usable" weight="10"/> <item id="620" diff --git a/maps/025-2-3.tmx b/maps/025-2-3.tmx index da32cf63..926358f6 100644 --- a/maps/025-2-3.tmx +++ b/maps/025-2-3.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="100" height="80" tilewidth="32" tileheight="32" infinite="0" nextlayerid="12" nextobjectid="10"> +<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="100" height="80" tilewidth="32" tileheight="32" infinite="0" nextlayerid="12" nextobjectid="10"> <properties> <property name="license" value="CC BY-SA 4.0"/> <property name="manaplus version" value="2"/> @@ -793,7 +793,7 @@ <object id="7" name="Pinkie Suseran" type="spawn" x="1248" y="928" width="1024" height="800"> <properties> <property name="death" value="8000"/> - <property name="max_beings" value="11"/> + <property name="max_beings" value="10"/> <property name="monster_id" value="1419"/> <property name="spawn" value="4000"/> </properties> @@ -801,7 +801,7 @@ <object id="8" name="Pinkie Maximus" type="spawn" x="1248" y="992" width="1152" height="704"> <properties> <property name="death" value="2500"/> - <property name="max_beings" value="10"/> + <property name="max_beings" value="9"/> <property name="monster_id" value="1249"/> <property name="spawn" value="20000"/> </properties> diff --git a/maps/025-2-4.tmx b/maps/025-2-4.tmx index ca0d3e32..b15f5412 100644 --- a/maps/025-2-4.tmx +++ b/maps/025-2-4.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="80" height="120" tilewidth="32" tileheight="32" infinite="0" nextlayerid="12" nextobjectid="13"> +<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="80" height="120" tilewidth="32" tileheight="32" infinite="0" nextlayerid="12" nextobjectid="13"> <properties> <property name="license" value="CC BY-SA 4.0"/> <property name="manaplus version" value="2"/> @@ -1159,7 +1159,7 @@ <object id="6" name="Red Skull Slime" type="spawn" x="864" y="800" width="864" height="256"> <properties> <property name="death" value="75000"/> - <property name="max_beings" value="4"/> + <property name="max_beings" value="3"/> <property name="monster_id" value="1404"/> <property name="spawn" value="20000"/> </properties> @@ -1175,7 +1175,7 @@ <object id="8" name="Azul Slime Mother" type="spawn" x="864" y="896" width="640" height="512"> <properties> <property name="death" value="10000"/> - <property name="max_beings" value="5"/> + <property name="max_beings" value="4"/> <property name="monster_id" value="1243"/> <property name="spawn" value="40000"/> </properties> @@ -1191,7 +1191,7 @@ <object id="11" name="Yellow Skull Slime" type="spawn" x="864" y="1056" width="864" height="256"> <properties> <property name="death" value="75000"/> - <property name="max_beings" value="4"/> + <property name="max_beings" value="3"/> <property name="monster_id" value="1403"/> <property name="spawn" value="20000"/> </properties> |