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/034-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/034-1.tmx')
-rw-r--r-- | maps/034-1.tmx | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/maps/034-1.tmx b/maps/034-1.tmx index 76446c80..9f2fc156 100644 --- a/maps/034-1.tmx +++ b/maps/034-1.tmx @@ -98,5 +98,29 @@ <property name="dest_y" value="1888"/> </properties> </object> + <object name="Reinboo" type="spawn" x="0" y="0"> + <properties> + <property name="eAthena_death" value="30000"/> + <property name="eAthena_spawn" value="100000"/> + <property name="max_beings" value="40"/> + <property name="monster_id" value="92"/> + </properties> + </object> + <object name="Fluffy" type="spawn" x="0" y="0"> + <properties> + <property name="eAthena_death" value="30000"/> + <property name="eAthena_spawn" value="100000"/> + <property name="max_beings" value="50"/> + <property name="monster_id" value="18"/> + </properties> + </object> + <object name="Squirrel" type="spawn" x="0" y="0"> + <properties> + <property name="eAthena_death" value="30000"/> + <property name="eAthena_spawn" value="100000"/> + <property name="max_beings" value="50"/> + <property name="monster_id" value="36"/> + </properties> + </object> </objectgroup> </map> |