diff options
-rw-r--r-- | maps/003-1-3.tmx | 12 | ||||
-rw-r--r-- | maps/004-2-1.tmx | 10 | ||||
-rw-r--r-- | maps/011-1.tmx | 6 |
3 files changed, 22 insertions, 6 deletions
diff --git a/maps/003-1-3.tmx b/maps/003-1-3.tmx index 8d77c7c0..864dc134 100644 --- a/maps/003-1-3.tmx +++ b/maps/003-1-3.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="110" height="110" tilewidth="32" tileheight="32" nextobjectid="42"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="110" height="110" tilewidth="32" tileheight="32" nextobjectid="43"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -809,7 +809,7 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 </data> </layer> - <objectgroup name="Objects"> + <objectgroup name="Objects" visible="0"> <object id="31" name="To Outside" type="warp" x="2656" y="2624" width="32" height="32"> <properties> <property name="dest_map" value="003-1"/> @@ -856,5 +856,13 @@ <property name="spawn" value="40000"/> </properties> </object> + <object id="42" name="Plushroom Field" type="Spawn" x="896" y="928" width="1472" height="1504"> + <properties> + <property name="death" value="250000"/> + <property name="max_beings" value="6"/> + <property name="monster_id" value="1011"/> + <property name="spawn" value="35000"/> + </properties> + </object> </objectgroup> </map> diff --git a/maps/004-2-1.tmx b/maps/004-2-1.tmx index 3c89a1f2..2ced8177 100644 --- a/maps/004-2-1.tmx +++ b/maps/004-2-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.1.6" orientation="orthogonal" renderorder="right-down" width="110" height="110" tilewidth="32" tileheight="32" infinite="0" nextobjectid="49"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="110" height="110" tilewidth="32" tileheight="32" nextobjectid="50"> <properties> <property name="author" value="Pookie, Saulc"/> <property name="license" value="CC BY-SA 3.0"/> @@ -910,5 +910,13 @@ <property name="spawn" value="35000"/> </properties> </object> + <object id="49" name="Chagashroom Field" type="Spawn" x="2176" y="896" width="800" height="1664"> + <properties> + <property name="death" value="150000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="1128"/> + <property name="spawn" value="35000"/> + </properties> + </object> </objectgroup> </map> diff --git a/maps/011-1.tmx b/maps/011-1.tmx index b72c6c9a..02ced7cf 100644 --- a/maps/011-1.tmx +++ b/maps/011-1.tmx @@ -1060,7 +1060,7 @@ <object id="3" name="Fire Goblin" type="spawn" x="608" y="704" width="5120" height="5120"> <properties> <property name="death" value="60000"/> - <property name="max_beings" value="100"/> + <property name="max_beings" value="90"/> <property name="monster_id" value="1067"/> <property name="spawn" value="60000"/> </properties> @@ -1068,7 +1068,7 @@ <object id="4" name="Lava Slime" type="spawn" x="672" y="640" width="5120" height="5120"> <properties> <property name="death" value="60000"/> - <property name="max_beings" value="65"/> + <property name="max_beings" value="60"/> <property name="monster_id" value="1097"/> <property name="spawn" value="60000"/> </properties> @@ -1076,7 +1076,7 @@ <object id="5" name="Red Slime" type="spawn" x="704" y="608" width="5120" height="5120"> <properties> <property name="death" value="60000"/> - <property name="max_beings" value="110"/> + <property name="max_beings" value="100"/> <property name="monster_id" value="1092"/> <property name="spawn" value="60000"/> </properties> |