diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-11-03 12:35:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-11-03 12:35:47 -0300 |
commit | 6f6129a4cb8466971608ae746c1b6237809651f7 (patch) | |
tree | f83a8bc6684a67f7132bd5707283d50c601b4663 /maps | |
parent | 5bc6bc1f15411553c5219fcf763fa7001fbcfcc5 (diff) | |
download | clientdata-6f6129a4cb8466971608ae746c1b6237809651f7.tar.gz clientdata-6f6129a4cb8466971608ae746c1b6237809651f7.tar.bz2 clientdata-6f6129a4cb8466971608ae746c1b6237809651f7.tar.xz clientdata-6f6129a4cb8466971608ae746c1b6237809651f7.zip |
Tweak Pinkie Caves monster population
Diffstat (limited to 'maps')
-rw-r--r-- | maps/025-2-3.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/025-2-3.tmx b/maps/025-2-3.tmx index 18f44d1d..5e985bae 100644 --- a/maps/025-2-3.tmx +++ b/maps/025-2-3.tmx @@ -793,7 +793,7 @@ <object id="7" name="Pinkie Suseran" type="spawn" x="1248" y="928" width="1024" height="800"> <properties> <property name="death" value="8000"/> - <property name="max_beings" value="15"/> + <property name="max_beings" value="12"/> <property name="monster_id" value="1419"/> <property name="spawn" value="4000"/> </properties> @@ -801,7 +801,7 @@ <object id="8" name="Pinkie Maximus" type="spawn" x="1248" y="992" width="1152" height="704"> <properties> <property name="death" value="2500"/> - <property name="max_beings" value="13"/> + <property name="max_beings" value="11"/> <property name="monster_id" value="1249"/> <property name="spawn" value="20000"/> </properties> @@ -809,7 +809,7 @@ <object id="9" name="Cave Maggot" type="spawn" x="704" y="1088" width="1696" height="448"> <properties> <property name="death" value="20000"/> - <property name="max_beings" value="6"/> + <property name="max_beings" value="9"/> <property name="monster_id" value="1027"/> <property name="spawn" value="2000"/> </properties> |