diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-22 13:42:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-22 13:42:31 -0300 |
commit | 8571c1ddf04f50d98451391fdd060aac27bc9876 (patch) | |
tree | c483a2bbd5d98af756447cd36eb4c79b66d5b498 | |
parent | 93c04a650fe73237df91f2739811ba3e5a506519 (diff) | |
download | clientdata-8571c1ddf04f50d98451391fdd060aac27bc9876.tar.gz clientdata-8571c1ddf04f50d98451391fdd060aac27bc9876.tar.bz2 clientdata-8571c1ddf04f50d98451391fdd060aac27bc9876.tar.xz clientdata-8571c1ddf04f50d98451391fdd060aac27bc9876.zip |
Monster density adjustment (Fortress Southeastern Area)
-rw-r--r-- | maps/025-4-1.tmx | 24 | ||||
-rw-r--r-- | maps/025-4.tmx | 2 |
2 files changed, 21 insertions, 5 deletions
diff --git a/maps/025-4-1.tmx b/maps/025-4-1.tmx index a0f728189..ddd5fa9b4 100644 --- a/maps/025-4-1.tmx +++ b/maps/025-4-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" width="104" height="104" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="14"> +<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" width="104" height="104" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="16"> <properties> <property name="background0image" value="graphics/images/spit23loginwallpaper_800x600.png"/> <property name="license" value="GPL"/> @@ -607,10 +607,10 @@ <property name="spawn" value="120000"/> </properties> </object> - <object id="10" name="Terranite Protector" type="spawn" x="640" y="704" width="1664" height="1728"> + <object id="10" name="Terranite Protector" type="spawn" x="672" y="704" width="1632" height="1728"> <properties> <property name="death" value="30000"/> - <property name="max_beings" value="15"/> + <property name="max_beings" value="14"/> <property name="monster_id" value="1212"/> <property name="spawn" value="60000"/> </properties> @@ -618,7 +618,7 @@ <object id="11" name="Crafty" type="spawn" x="704" y="576" width="1888" height="2112"> <properties> <property name="death" value="60000"/> - <property name="max_beings" value="37"/> + <property name="max_beings" value="32"/> <property name="monster_id" value="1018"/> <property name="spawn" value="90000"/> </properties> @@ -631,5 +631,21 @@ <property name="spawn" value="90000"/> </properties> </object> + <object id="14" name="Shadow Plant" type="spawn" x="1920" y="1248" width="416" height="800"> + <properties> + <property name="death" value="60000"/> + <property name="max_beings" value="5"/> + <property name="monster_id" value="1189"/> + <property name="spawn" value="240000"/> + </properties> + </object> + <object id="15" name="Shadow Plant" type="spawn" x="1344" y="768" width="704" height="2016"> + <properties> + <property name="death" value="60000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="1189"/> + <property name="spawn" value="90000"/> + </properties> + </object> </objectgroup> </map> diff --git a/maps/025-4.tmx b/maps/025-4.tmx index dea32f5e1..31f4d38b1 100644 --- a/maps/025-4.tmx +++ b/maps/025-4.tmx @@ -1042,7 +1042,7 @@ <object id="64" name="Nightmare Dragon" type="spawn" x="640" y="832" width="1152" height="864"> <properties> <property name="death" value="30000"/> - <property name="max_beings" value="12"/> + <property name="max_beings" value="8"/> <property name="monster_id" value="1230"/> <property name="spawn" value="60000"/> </properties> |