diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-26 21:49:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-26 21:49:17 -0300 |
commit | 3f581254b8f02df19d07395a8795832f15e11dba (patch) | |
tree | 2c9ea80412bc553a6f1f132fb098d5e0b9f0c58f | |
parent | 2dd41413077d8a89124c70482bb2c2dfbc5a3a57 (diff) | |
download | clientdata-3f581254b8f02df19d07395a8795832f15e11dba.tar.gz clientdata-3f581254b8f02df19d07395a8795832f15e11dba.tar.bz2 clientdata-3f581254b8f02df19d07395a8795832f15e11dba.tar.xz clientdata-3f581254b8f02df19d07395a8795832f15e11dba.zip |
Ocean Crocs on La Marine Respawn Time: 66s -> 26s.
Try to kill them as fast as you can :>
-rw-r--r-- | maps/016-6.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/016-6.tmx b/maps/016-6.tmx index 3d930baa..fc2b1678 100644 --- a/maps/016-6.tmx +++ b/maps/016-6.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="80" height="62" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="4"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="80" height="62" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="4"> <properties> <property name="author" value="Saulc"/> <property name="license" value="CC BY-SA 3.0"/> @@ -566,10 +566,10 @@ <objectgroup color="#ff00c6" id="9" name="Spawn"> <object id="3" name="Ocean Croc" type="spawn" x="768" y="960" width="608" height="160"> <properties> - <property name="death" value="30000"/> + <property name="death" value="10000"/> <property name="max_beings" value="4"/> <property name="monster_id" value="1133"/> - <property name="spawn" value="36000"/> + <property name="spawn" value="16000"/> </properties> </object> </objectgroup> |