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/007-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/007-1.tmx')
-rw-r--r-- | maps/007-1.tmx | 32 |
1 files changed, 24 insertions, 8 deletions
diff --git a/maps/007-1.tmx b/maps/007-1.tmx index 9d3942de..e6053190 100644 --- a/maps/007-1.tmx +++ b/maps/007-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="144" height="124" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="18"> +<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="144" height="124" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="20"> <properties> <property name="minimap" value="graphics/minimaps/007-1.png"/> <property name="music" value="the-forest.ogg"/> @@ -1007,6 +1007,29 @@ <property name="spawn" value="30"/> </properties> </object> + <object id="17" name="MegaManaBug" type="spawn" x="2336" y="2528" width="352" height="192"> + <properties> + <property name="death" value="250"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1175"/> + </properties> + </object> + <object id="19" 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="18" 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="13" name="graphics/particles/waterfall-1x2.particle.xml" type="particle_effect" x="2474" y="2272" width="12" height="16"/> <object id="14" name="graphics/particles/demonic-aura.particle.xml" type="particle_effect" x="2759" y="2122"/> <object id="15" name="To Witch's Hut" type="warp" x="2336" y="2432" width="32" height="32"> @@ -1016,12 +1039,5 @@ <property name="dest_y" value="34"/> </properties> </object> - <object id="17" name="MegaManaBug" type="spawn" x="2336" y="2528" width="352" height="192"> - <properties> - <property name="death" value="250"/> - <property name="max_beings" value="2"/> - <property name="monster_id" value="1175"/> - </properties> - </object> </objectgroup> </map> |