diff options
-rw-r--r-- | maps/017-1.tmx | 2 | ||||
-rw-r--r-- | maps/018-5.tmx | 12 | ||||
-rw-r--r-- | maps/020-1.tmx | 12 |
3 files changed, 21 insertions, 5 deletions
diff --git a/maps/017-1.tmx b/maps/017-1.tmx index 78039baf..8f557e55 100644 --- a/maps/017-1.tmx +++ b/maps/017-1.tmx @@ -2547,7 +2547,7 @@ <properties> <property name="death" value="30000"/> <property name="max_beings" value="25"/> - <property name="monster_id" value="1032"/> + <property name="monster_id" value="1053"/> <property name="spawn" value="30000"/> </properties> </object> diff --git a/maps/018-5.tmx b/maps/018-5.tmx index 22a4736c..1bc29e2a 100644 --- a/maps/018-5.tmx +++ b/maps/018-5.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="145" height="180" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="24"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="145" height="180" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="25"> <properties> <property name="background0image" value="graphics/images/ambient/spotlight.png"/> <property name="license" value="GPL v2+"/> @@ -1592,7 +1592,7 @@ </properties> </object> </objectgroup> - <objectgroup color="#00ff7f" id="10" name="spawns" visible="0"> + <objectgroup color="#00ff7f" id="10" name="spawns"> <object id="5" name="Water Fairy" type="spawn" x="1376" y="2272" width="1664" height="1088"> <properties> <property name="death" value="40000"/> @@ -1639,6 +1639,14 @@ <property name="spawn" value="120000"/> </properties> </object> + <object id="24" name="Squirrel" type="spawn" x="2528" y="1088" width="1376" height="1216"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="6"/> + <property name="monster_id" value="1055"/> + <property name="spawn" value="30000"/> + </properties> + </object> </objectgroup> <objectgroup id="11" name="Notes" visible="0"> <object id="9" name="Leona" type="fixme" x="3616" y="1632" width="32" height="32"/> diff --git a/maps/020-1.tmx b/maps/020-1.tmx index 8549d027..e1de5e2d 100644 --- a/maps/020-1.tmx +++ b/maps/020-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="128" height="148" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="28"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="128" height="148" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="29"> <properties> <property name="author" value="The Mana World Team, Jesusalva"/> <property name="license" value="GPL v2+"/> @@ -1513,10 +1513,18 @@ <object id="24" name="Fluffy" type="spawn" x="384" y="768" width="3264" height="3328"> <properties> <property name="death" value="30000"/> - <property name="max_beings" value="5"/> + <property name="max_beings" value="10"/> <property name="monster_id" value="1022"/> <property name="spawn" value="100000"/> </properties> </object> + <object id="28" name="Squirrel" type="spawn" x="576" y="864" width="3136" height="3168"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="5"/> + <property name="monster_id" value="1054"/> + <property name="spawn" value="100000"/> + </properties> + </object> </objectgroup> </map> |