diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-01-14 02:20:07 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-01-14 02:20:07 +0000 |
commit | fe957c4a45479b99591f11cbb04fde1d411d379e (patch) | |
tree | e40ce79375d45f6ab748d025347bbfed5afaf731 /maps/025-1.tmx | |
parent | c0aa3502e8b3d689ae08a20e3c6b6f2200e56e59 (diff) | |
download | clientdata-fe957c4a45479b99591f11cbb04fde1d411d379e.tar.gz clientdata-fe957c4a45479b99591f11cbb04fde1d411d379e.tar.bz2 clientdata-fe957c4a45479b99591f11cbb04fde1d411d379e.tar.xz clientdata-fe957c4a45479b99591f11cbb04fde1d411d379e.zip |
Mobs 2 Maps
Diffstat (limited to 'maps/025-1.tmx')
-rw-r--r-- | maps/025-1.tmx | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/maps/025-1.tmx b/maps/025-1.tmx index 6b20cab5..e4c1ae8b 100644 --- a/maps/025-1.tmx +++ b/maps/025-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="150" height="120" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="22"> +<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="150" height="120" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="27"> <properties> <property name="minimap" value="graphics/minimaps/025-1.png"/> <property name="music" value="mystique-forest.ogg"/> @@ -879,5 +879,45 @@ <property name="spawn" value="150000"/> </properties> </object> + <object id="22" name="ShadowPlant" type="spawn" x="2208" y="3264" width="224" height="160"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="1189"/> + <property name="spawn" value="60000"/> + </properties> + </object> + <object id="23" name="Tortuga" type="spawn" x="2944" y="1472" width="320" height="736"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1191"/> + <property name="spawn" value="10000"/> + </properties> + </object> + <object id="24" name="Tortuga" type="spawn" x="3040" y="2432" width="448" height="512"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1191"/> + <property name="spawn" value="10000"/> + </properties> + </object> + <object id="26" name="Tortuga" type="spawn" x="3296" y="1568" width="320" height="672"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1191"/> + <property name="spawn" value="10000"/> + </properties> + </object> + <object id="25" name="Tortuga" type="spawn" x="3488" y="2400" width="576" height="320"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1191"/> + <property name="spawn" value="10000"/> + </properties> + </object> </objectgroup> </map> |