diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-13 21:56:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-13 21:56:15 -0300 |
commit | dd75bc2e72e5bd4d8591f4c693b342565a3db31a (patch) | |
tree | bc72e9ad65a9c1baaa3601d1751699cbf0ce8d1f /maps/007-1.tmx | |
parent | 5e0f3ec8285a1a7fbd0d877401337815614c8663 (diff) | |
download | clientdata-dd75bc2e72e5bd4d8591f4c693b342565a3db31a.tar.gz clientdata-dd75bc2e72e5bd4d8591f4c693b342565a3db31a.tar.bz2 clientdata-dd75bc2e72e5bd4d8591f4c693b342565a3db31a.tar.xz clientdata-dd75bc2e72e5bd4d8591f4c693b342565a3db31a.zip |
Readjust several spawn points.
Diffstat (limited to 'maps/007-1.tmx')
-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 ebf583d0..5c7ae99e 100644 --- a/maps/007-1.tmx +++ b/maps/007-1.tmx @@ -2193,16 +2193,16 @@ </object> <object id="106" name="Black Scorpion" type="Spawn" x="3680" y="1152" width="928" height="928"> <properties> - <property name="death" value="220000"/> + <property name="death" value="210000"/> <property name="max_beings" value="5"/> <property name="monster_id" value="1074"/> <property name="script" value="Tycoon::OnKillBlackScorpion"/> - <property name="spawn" value="35000"/> + <property name="spawn" value="32000"/> </properties> </object> <object id="107" name="Ratto" type="Spawn" x="1632" y="1440" width="1280" height="1024"> <properties> - <property name="death" value="300000"/> + <property name="death" value="220000"/> <property name="max_beings" value="4"/> <property name="monster_id" value="1005"/> <property name="script" value="Tycoon::OnKillRatto"/> @@ -2237,7 +2237,7 @@ </object> <object id="112" name="Cave Maggot" type="Spawn" x="1024" y="3808" width="480" height="448"> <properties> - <property name="death" value="300000"/> + <property name="death" value="270000"/> <property name="max_beings" value="5"/> <property name="monster_id" value="1027"/> <property name="script" value="Tycoon::OnKillCaveMaggot"/> @@ -2262,7 +2262,7 @@ </object> <object id="124" name="Black Scorpion" type="Spawn" x="3424" y="2784" width="672" height="480"> <properties> - <property name="death" value="300000"/> + <property name="death" value="220000"/> <property name="max_beings" value="1"/> <property name="monster_id" value="1074"/> <property name="script" value="Tycoon::OnKillBlackScorpion"/> |