diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2012-01-08 15:08:24 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-01-08 15:08:24 +0100 |
commit | 298ac049997585ae5f229db275c5ad9909f671e9 (patch) | |
tree | f3e7793737025a09c9ff37c267efa8e1d46944d4 /maps/033-1.tmx | |
parent | 3363f5da3b3600009d28d6d778c79ec25b025edc (diff) | |
download | clientdata-298ac049997585ae5f229db275c5ad9909f671e9.tar.gz clientdata-298ac049997585ae5f229db275c5ad9909f671e9.tar.bz2 clientdata-298ac049997585ae5f229db275c5ad9909f671e9.tar.xz clientdata-298ac049997585ae5f229db275c5ad9909f671e9.zip |
Adding monsters on snow maps.
Diffstat (limited to 'maps/033-1.tmx')
-rw-r--r-- | maps/033-1.tmx | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/maps/033-1.tmx b/maps/033-1.tmx index 0f48259f..585fc114 100644 --- a/maps/033-1.tmx +++ b/maps/033-1.tmx @@ -64,5 +64,29 @@ </properties> </object> <object name="graphics/particles/bonfire-shifted.particle.xml" type="particle_effect" x="2240" y="960"/> + <object name="Wolvern" type="spawn" x="2176" y="1536" width="192" height="160"> + <properties> + <property name="eAthena_death" value="30000"/> + <property name="eAthena_spawn" value="100000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="88"/> + </properties> + </object> + <object name="Reinboo" type="spawn" x="832" y="448" width="512" height="1600"> + <properties> + <property name="eAthena_death" value="30000"/> + <property name="eAthena_spawn" value="100000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="92"/> + </properties> + </object> + <object name="Squirrel" type="spawn" x="992" y="2112" width="1632" height="1376"> + <properties> + <property name="eAthena_death" value="30000"/> + <property name="eAthena_spawn" value="100000"/> + <property name="max_beings" value="15"/> + <property name="monster_id" value="36"/> + </properties> + </object> </objectgroup> </map> |