diff options
author | HoraK-FDF <horak-fdf@web.de> | 2023-12-07 23:04:06 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2023-12-07 23:04:06 +0000 |
commit | c39ea8b59eb5a9adb5e0849fc36c11ea54453174 (patch) | |
tree | 7e3f17e39b057fd0a362c0640aa483fd2e4cbb0c /maps/018-1.tmx | |
parent | 94f02571fad03b927d4ec475b2b30bcc8e8ecafc (diff) | |
download | clientdata-c39ea8b59eb5a9adb5e0849fc36c11ea54453174.tar.gz clientdata-c39ea8b59eb5a9adb5e0849fc36c11ea54453174.tar.bz2 clientdata-c39ea8b59eb5a9adb5e0849fc36c11ea54453174.tar.xz clientdata-c39ea8b59eb5a9adb5e0849fc36c11ea54453174.zip |
mobs
Diffstat (limited to 'maps/018-1.tmx')
-rw-r--r-- | maps/018-1.tmx | 50 |
1 files changed, 33 insertions, 17 deletions
diff --git a/maps/018-1.tmx b/maps/018-1.tmx index da99bd6e..8fbb58d2 100644 --- a/maps/018-1.tmx +++ b/maps/018-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.10" tiledversion="1.10.1" orientation="orthogonal" renderorder="right-down" width="200" height="120" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="48"> +<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="200" height="120" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="50"> <properties> <property name="minimap" value="graphics/minimaps/018-1.png"/> <property name="music" value="the-forest.ogg"/> @@ -767,7 +767,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,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> - <objectgroup id="7" name="Objects" visible="0"> + <objectgroup id="7" name="Objects"> <object id="1" name="To Northern Mine" type="warp" x="2496" y="1888" width="64" height="32"> <properties> <property name="dest_map" value="018-3"/> @@ -1065,7 +1065,6 @@ <property name="spawn" value="100000"/> </properties> </object> - <object id="40" name="graphics/particles/waterfall-1x3.particle.xml" type="particle_effect" x="3468" y="1290"/> <object id="41" name="CloverPatch" type="spawn" x="0" y="0"> <properties> <property name="death" value="1000"/> @@ -1081,6 +1080,37 @@ <property name="spawn" value="30"/> </properties> </object> + <object id="46" name="Maggot" type="spawn" x="4064" y="1952" width="480" height="1280"> + <properties> + <property name="max_beings" value="15"/> + <property name="monster_id" value="1002"/> + <property name="spawn" value="30"/> + </properties> + </object> + <object id="47" name="PinkFlower" type="spawn" x="832" y="2944" width="352" height="256"> + <properties> + <property name="death" value="250"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="12"/> + </properties> + </object> + <object id="49" name="BigFrog" type="spawn" x="0" y="0"> + <properties> + <property name="death" value="7000"/> + <property name="max_beings" value="8"/> + <property name="monster_id" value="1182"/> + <property name="spawn" value="150000"/> + </properties> + </object> + <object id="48" name="SmallFrog" type="spawn" x="0" y="0"> + <properties> + <property name="death" value="7000"/> + <property name="max_beings" value="16"/> + <property name="monster_id" value="1181"/> + <property name="spawn" value="150000"/> + </properties> + </object> + <object id="40" name="graphics/particles/waterfall-1x3.particle.xml" type="particle_effect" x="3468" y="1290"/> <object id="43" name="graphics/particles/bonfire.particle.xml" type="particle_effect" x="2080" y="2528" width="32" height="32"/> <object id="44" name="To Woodland Mining Camp Indoor" type="warp" x="2048" y="2240" width="32" height="32"> <properties> @@ -1096,19 +1126,5 @@ <property name="dest_y" value="147"/> </properties> </object> - <object id="46" name="Maggot" type="spawn" x="4064" y="1952" width="480" height="1280"> - <properties> - <property name="max_beings" value="15"/> - <property name="monster_id" value="1002"/> - <property name="spawn" value="30"/> - </properties> - </object> - <object id="47" name="PinkFlower" type="spawn" x="832" y="2944" width="352" height="256"> - <properties> - <property name="death" value="250"/> - <property name="max_beings" value="2"/> - <property name="monster_id" value="12"/> - </properties> - </object> </objectgroup> </map> |