diff options
author | Wombat <hpwombat@yahoo.com> | 2010-12-09 15:21:16 -0500 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2010-12-09 15:21:16 -0500 |
commit | 5e60f1598c567f195f7233b96173df4587a53f94 (patch) | |
tree | ef49a8275d0b9cc34128b871dac4aeb799a57a9a /maps/019-3.tmx | |
parent | 2df3de68946c24ee0021eda5c72190b4b1fb392c (diff) | |
download | clientdata-5e60f1598c567f195f7233b96173df4587a53f94.tar.gz clientdata-5e60f1598c567f195f7233b96173df4587a53f94.tar.bz2 clientdata-5e60f1598c567f195f7233b96173df4587a53f94.tar.xz clientdata-5e60f1598c567f195f7233b96173df4587a53f94.zip |
Mobs added to snowland maps, art and xml for new monsters
Mobs added to new Kaizei maps, art and xml for Ice Element and Yeti
Diffstat (limited to 'maps/019-3.tmx')
-rw-r--r-- | maps/019-3.tmx | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/maps/019-3.tmx b/maps/019-3.tmx index ebc6509f..270cb29e 100644 --- a/maps/019-3.tmx +++ b/maps/019-3.tmx @@ -6,16 +6,16 @@ <property name="name" value="Snow field"/> </properties> <tileset firstgid="1" name="Snow" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/Snow.png" width="512" height="512"/> + <image source="../graphics/tiles/Snow.png"/> </tileset> <tileset firstgid="257" name="Snow x2" tilewidth="32" tileheight="64"> - <image source="../graphics/tiles/Snow_x2.png" width="512" height="64"/> + <image source="../graphics/tiles/Snow_x2.png"/> </tileset> <tileset firstgid="273" name="Collision" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/collision.png" trans="ff00ff" width="64" height="32"/> + <image source="../graphics/tiles/collision.png" trans="ff00ff"/> </tileset> <tileset firstgid="275" name="icecave" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/icecave.png" width="512" height="256"/> + <image source="../graphics/tiles/icecave.png"/> </tileset> <layer name="Ground" width="138" height="128"> <data encoding="base64" compression="gzip"> @@ -52,5 +52,21 @@ <property name="dest_y" value="1232"/> </properties> </object> + <object name="Moggun" type="spawn" x="0" y="0"> + <properties> + <property name="eA_death" value="30000"/> + <property name="eA_spawn" value="100000"/> + <property name="max_beings" value="10"/> + <property name="monster_id" value="59"/> + </properties> + </object> + <object name="Bats" type="spawn" x="0" y="0"> + <properties> + <property name="eA_death" value="30000"/> + <property name="eA_spawn" value="100000"/> + <property name="max_beings" value="50"/> + <property name="monster_id" value="15"/> + </properties> + </object> </objectgroup> </map> |