diff options
-rw-r--r-- | maps/004-1.tmx | 34 |
1 files changed, 21 insertions, 13 deletions
diff --git a/maps/004-1.tmx b/maps/004-1.tmx index 8d66c604..85793cc3 100644 --- a/maps/004-1.tmx +++ b/maps/004-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.1.1" orientation="orthogonal" renderorder="right-down" width="140" height="140" tilewidth="32" tileheight="32" infinite="0" nextobjectid="67"> +<map version="1.0" tiledversion="1.1.1" orientation="orthogonal" renderorder="right-down" width="140" height="140" tilewidth="32" tileheight="32" infinite="0" nextobjectid="71"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -321,7 +321,7 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1336,1337,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,323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1336,1337,0,0,0,0,0,0,299,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> - <layer name="Ground 3" width="140" height="140" visible="0"> + <layer name="Ground 3" width="140" height="140"> <data encoding="csv"> 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,1195,1224,1225,1225,1226,1196,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1211,1218,0,0,1218,1212,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, @@ -1330,14 +1330,6 @@ </data> </layer> <objectgroup name="Object"> - <object id="19" name="Plushroom Field" type="spawn" x="1984" y="1952" width="96" height="96"> - <properties> - <property name="death" value="150000"/> - <property name="max_beings" value="1"/> - <property name="monster_id" value="1011"/> - <property name="spawn" value="35000"/> - </properties> - </object> <object id="48" name="To Tulimshar" type="warp" x="1952" y="1792" width="160" height="32"> <properties> <property name="dest_map" value="003-1"/> @@ -1348,15 +1340,15 @@ <object id="60" name="Maggot" type="spawn" x="1632" y="577" width="2144" height="3136"> <properties> <property name="death" value="450000"/> - <property name="max_beings" value="50"/> + <property name="max_beings" value="45"/> <property name="monster_id" value="1030"/> <property name="spawn" value="35000"/> </properties> </object> - <object id="63" name="croc" type="spawn" x="2528" y="1920" width="192" height="224"> + <object id="63" name="croc" type="spawn" x="1184" y="672" width="480" height="384"> <properties> <property name="death" value="150000"/> - <property name="max_beings" value="1"/> + <property name="max_beings" value="3"/> <property name="monster_id" value="1006"/> <property name="spawn" value="35000"/> </properties> @@ -1375,5 +1367,21 @@ <property name="dest_y" value="36"/> </properties> </object> + <object id="67" name="Black scorpion " type="Spawn" x="1536" y="1824" width="1024" height="704"> + <properties> + <property name="death" value="300000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1074"/> + <property name="spawn" value="35000"/> + </properties> + </object> + <object id="69" name="Scorpion" type="Spawn" x="960" y="1792" width="576" height="1376"> + <properties> + <property name="death" value="300000"/> + <property name="max_beings" value="20"/> + <property name="monster_id" value="1071"/> + <property name="spawn" value="35000"/> + </properties> + </object> </objectgroup> </map> |