diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-04 16:43:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-04 16:43:21 -0300 |
commit | 5d42a6a6da2ffbefd125dd4d2be58c3da4971394 (patch) | |
tree | 046e19eea30fc29454620d6b090899d25c122f0e | |
parent | 0d0f9d3349545cd1f345ac67c9f97d6d3781c406 (diff) | |
download | clientdata-5d42a6a6da2ffbefd125dd4d2be58c3da4971394.tar.gz clientdata-5d42a6a6da2ffbefd125dd4d2be58c3da4971394.tar.bz2 clientdata-5d42a6a6da2ffbefd125dd4d2be58c3da4971394.tar.xz clientdata-5d42a6a6da2ffbefd125dd4d2be58c3da4971394.zip |
Make Black Scorpions from Tulimshar Mines to respawn faster at night
-rw-r--r-- | maps/007-1.tmx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/maps/007-1.tmx b/maps/007-1.tmx index fdd11f9ca..98bba6307 100644 --- a/maps/007-1.tmx +++ b/maps/007-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="205" height="210" tilewidth="32" tileheight="32" infinite="0" nextlayerid="17" nextobjectid="139"> +<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="205" height="210" tilewidth="32" tileheight="32" infinite="0" nextlayerid="17" nextobjectid="139"> <properties> <property name="author" value="Saulc"/> <property name="license" value="CC BY-SA 4.0"/> @@ -2197,11 +2197,11 @@ </object> <object id="106" name="Black Scorpion" type="Spawn" x="3680" y="1152" width="928" height="928"> <properties> - <property name="death" value="210000"/> + <property name="death" value="200000"/> <property name="max_beings" value="5"/> <property name="monster_id" value="1074"/> <property name="script" value="Tycoon::OnKillBlackScorpion"/> - <property name="spawn" value="32000"/> + <property name="spawn" value="42000"/> </properties> </object> <object id="107" name="Ratto" type="Spawn" x="1632" y="1376" width="1312" height="1184"> @@ -2258,11 +2258,11 @@ </object> <object id="124" name="Black Scorpion" type="Spawn" x="3424" y="2784" width="672" height="480"> <properties> - <property name="death" value="220000"/> + <property name="death" value="200000"/> <property name="max_beings" value="1"/> <property name="monster_id" value="1074"/> <property name="script" value="Tycoon::OnKillBlackScorpion"/> - <property name="spawn" value="35000"/> + <property name="spawn" value="55000"/> </properties> </object> <object id="125" name="Cave Maggot" type="Spawn" x="2688" y="3232" width="640" height="640"> |