diff options
Diffstat (limited to 'maps')
-rw-r--r-- | maps/006-0.tmx | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/maps/006-0.tmx b/maps/006-0.tmx index 7d802a86..6db0740a 100644 --- a/maps/006-0.tmx +++ b/maps/006-0.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="100" height="80" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="3"> +<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="100" height="80" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="5"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> @@ -436,7 +436,7 @@ 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 </data> </layer> - <layer id="6" name="Heights" width="100" height="80"> + <layer id="6" name="Heights" width="100" height="80" visible="0"> <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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, @@ -520,7 +520,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 </data> </layer> - <objectgroup id="7" name="Objects"> + <objectgroup id="7" name="Objects" visible="0"> <object id="1" name="Margin" type="fixme" x="1152" y="1792" width="640" height="640"/> <object id="2" name="To Candor" type="warp" x="1568" y="1728" width="32" height="32"> <properties> @@ -529,5 +529,21 @@ <property name="dest_y" value="63"/> </properties> </object> + <object id="3" name="Little Yellow Slime" type="spawn" x="960" y="768" width="1088" height="928"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="6"/> + <property name="monster_id" value="1233"/> + <property name="spawn" value="120000"/> + </properties> + </object> + <object id="4" name="Little Red Slime" type="spawn" x="928" y="704" width="1088" height="576"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="4"/> + <property name="monster_id" value="1234"/> + <property name="spawn" value="120000"/> + </properties> + </object> </objectgroup> </map> |