diff options
Diffstat (limited to 'maps')
-rw-r--r-- | maps/019-1.tmx | 8 | ||||
-rw-r--r-- | maps/020-1.tmx | 10 | ||||
-rw-r--r-- | maps/030-1.tmx | 8 | ||||
-rw-r--r-- | maps/031-1.tmx | 8 | ||||
-rw-r--r-- | maps/033-1.tmx | 8 | ||||
-rw-r--r-- | maps/034-1.tmx | 8 | ||||
-rw-r--r-- | maps/044-1.tmx | 8 | ||||
-rw-r--r-- | maps/045-1.tmx | 8 |
8 files changed, 65 insertions, 1 deletions
diff --git a/maps/019-1.tmx b/maps/019-1.tmx index 5441de23..8688ad3a 100644 --- a/maps/019-1.tmx +++ b/maps/019-1.tmx @@ -119,5 +119,13 @@ <property name="monster_id" value="92"/> </properties> </object> + <object name="White Bell" type="spawn" x="0" y="0"> + <properties> + <property name="eA_death" value="30000"/> + <property name="eA_spawn" value="100000"/> + <property name="max_beings" value="5"/> + <property name="monster_id" value="93"/> + </properties> + </object> </objectgroup> </map> diff --git a/maps/020-1.tmx b/maps/020-1.tmx index 099ce89b..42734041 100644 --- a/maps/020-1.tmx +++ b/maps/020-1.tmx @@ -24,7 +24,7 @@ <image source="../graphics/tiles/Snow_ground.png" trans="000000" width="352" height="224"/> </tileset> <tileset firstgid="612" name="Snow_tree_x3" tilewidth="64" tileheight="96"> - <image source="../graphics/tiles/Snow_tree_x3.png" width="192" height="96"/> + <image source="../graphics/tiles/Snow_tree_x3.png" width="256" height="96"/> </tileset> <layer name="Ground" width="128" height="148" opacity="0.98"> <data encoding="base64" compression="gzip"> @@ -134,5 +134,13 @@ <property name="dest_y" value="2176"/> </properties> </object> + <object name="White Bell" type="spawn" x="0" y="0"> + <properties> + <property name="eA_death" value="30000"/> + <property name="eA_spawn" value="100000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="93"/> + </properties> + </object> </objectgroup> </map> diff --git a/maps/030-1.tmx b/maps/030-1.tmx index 23474553..10cf813c 100644 --- a/maps/030-1.tmx +++ b/maps/030-1.tmx @@ -94,5 +94,13 @@ <property name="dest_y" value="3296"/> </properties> </object> + <object name="White Bell" type="spawn" x="0" y="0"> + <properties> + <property name="eA_death" value="30000"/> + <property name="eA_spawn" value="100000"/> + <property name="max_beings" value="4"/> + <property name="monster_id" value="93"/> + </properties> + </object> </objectgroup> </map> diff --git a/maps/031-1.tmx b/maps/031-1.tmx index 7d0e5c2d..a923f524 100644 --- a/maps/031-1.tmx +++ b/maps/031-1.tmx @@ -101,5 +101,13 @@ <property name="monster_id" value="91"/> </properties> </object> + <object name="White Bell" type="spawn" x="0" y="0"> + <properties> + <property name="eA_death" value="30000"/> + <property name="eA_spawn" value="100000"/> + <property name="max_beings" value="4"/> + <property name="monster_id" value="93"/> + </properties> + </object> </objectgroup> </map> diff --git a/maps/033-1.tmx b/maps/033-1.tmx index 1e0dcd92..2ad7dbc8 100644 --- a/maps/033-1.tmx +++ b/maps/033-1.tmx @@ -91,5 +91,13 @@ <property name="monster_id" value="36"/> </properties> </object> + <object name="White Bell" type="spawn" x="0" y="0"> + <properties> + <property name="eAthena_death" value="30000"/> + <property name="eAthena_spawn" value="100000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="93"/> + </properties> + </object> </objectgroup> </map> diff --git a/maps/034-1.tmx b/maps/034-1.tmx index 10599fcd..e4c93ce7 100644 --- a/maps/034-1.tmx +++ b/maps/034-1.tmx @@ -102,6 +102,14 @@ <property name="monster_id" value="18"/> </properties> </object> + <object name="White Bell" type="spawn" x="0" y="0"> + <properties> + <property name="eAthena_death" value="30000"/> + <property name="eAthena_spawn" value="100000"/> + <property name="max_beings" value="5"/> + <property name="monster_id" value="93"/> + </properties> + </object> <object name="Squirrel" type="spawn" x="0" y="0"> <properties> <property name="eAthena_death" value="30000"/> diff --git a/maps/044-1.tmx b/maps/044-1.tmx index 69730a71..00081d75 100644 --- a/maps/044-1.tmx +++ b/maps/044-1.tmx @@ -246,5 +246,13 @@ <property name="monster_id" value="56"/> </properties> </object> + <object name="White Bell" type="spawn" x="0" y="0"> + <properties> + <property name="eAthena_death" value="30000"/> + <property name="eAthena_spawn" value="100000"/> + <property name="max_beings" value="10"/> + <property name="monster_id" value="93"/> + </properties> + </object> </objectgroup> </map> diff --git a/maps/045-1.tmx b/maps/045-1.tmx index 0d1cf285..2c9a708f 100644 --- a/maps/045-1.tmx +++ b/maps/045-1.tmx @@ -157,5 +157,13 @@ <property name="monster_id" value="18"/> </properties> </object> + <object name="White Bell" type="spawn" x="0" y="0"> + <properties> + <property name="eAthena_death" value="30000"/> + <property name="eAthena_spawn" value="100000"/> + <property name="max_beings" value="5"/> + <property name="monster_id" value="93"/> + </properties> + </object> </objectgroup> </map> |