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/012-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/012-1.tmx')
-rw-r--r-- | maps/012-1.tmx | 42 |
1 files changed, 29 insertions, 13 deletions
diff --git a/maps/012-1.tmx b/maps/012-1.tmx index d764ebad..ea07d330 100644 --- a/maps/012-1.tmx +++ b/maps/012-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="168" height="188" tilewidth="32" tileheight="32" infinite="0" nextlayerid="6" nextobjectid="47"> +<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="168" height="188" tilewidth="32" tileheight="32" infinite="0" nextlayerid="6" nextobjectid="49"> <properties> <property name="minimap" value="graphics/minimaps/012-1.png"/> <property name="music" value="the-forest.ogg"/> @@ -952,14 +952,6 @@ <property name="spawn" value="30"/> </properties> </object> - <object id="37" name="MegaManaBug" type="spawn" x="0" y="0"> - <properties> - <property name="death" value="30000"/> - <property name="max_beings" value="33"/> - <property name="monster_id" value="1175"/> - <property name="spawn" value="100000"/> - </properties> - </object> <object id="46" name="Butterfly" type="spawn" x="0" y="0"> <properties> <property name="death" value="20"/> @@ -968,10 +960,14 @@ <property name="spawn" value="30"/> </properties> </object> - <object id="38" name="graphics/particles/apple.particle.xml" type="particle_effect" x="2732" y="3308"/> - <object id="39" name="graphics/particles/apple.particle.xml" type="particle_effect" x="2729" y="3318"/> - <object id="40" name="graphics/particles/apple.particle.xml" type="particle_effect" x="2717" y="3306"/> - <object id="41" name="graphics/particles/apple.particle.xml" type="particle_effect" x="2707" y="3312"/> + <object id="37" name="MegaManaBug" type="spawn" x="0" y="0"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="33"/> + <property name="monster_id" value="1175"/> + <property name="spawn" value="100000"/> + </properties> + </object> <object id="45" name="MegaManaBug" type="spawn" x="4320" y="2944" width="320" height="288"> <properties> <property name="death" value="250"/> @@ -1000,5 +996,25 @@ <property name="monster_id" value="12"/> </properties> </object> + <object id="48" 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="47" 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="38" name="graphics/particles/apple.particle.xml" type="particle_effect" x="2732" y="3308"/> + <object id="39" name="graphics/particles/apple.particle.xml" type="particle_effect" x="2729" y="3318"/> + <object id="40" name="graphics/particles/apple.particle.xml" type="particle_effect" x="2717" y="3306"/> + <object id="41" name="graphics/particles/apple.particle.xml" type="particle_effect" x="2707" y="3312"/> </objectgroup> </map> |