diff options
author | Cassy1 <cassy.tmw@gmail.com> | 2014-07-17 20:29:04 +0200 |
---|---|---|
committer | Cassy1 <cassy.tmw@gmail.com> | 2014-07-17 20:30:17 +0200 |
commit | 08c316124ad81380b2885890ba9f7ff68da04662 (patch) | |
tree | 74aa17c8c356aa8bc1fdc92cbf3ccf89ae9f59f1 /maps | |
parent | 08ae0d45060c1228013d5257a8d28049bfefc6b0 (diff) | |
download | clientdata-08c316124ad81380b2885890ba9f7ff68da04662.tar.gz clientdata-08c316124ad81380b2885890ba9f7ff68da04662.tar.bz2 clientdata-08c316124ad81380b2885890ba9f7ff68da04662.tar.xz clientdata-08c316124ad81380b2885890ba9f7ff68da04662.zip |
Increasing respawn time for Terranites
Diffstat (limited to 'maps')
-rw-r--r-- | maps/043-4.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/043-4.tmx b/maps/043-4.tmx index ab746808..0785c126 100644 --- a/maps/043-4.tmx +++ b/maps/043-4.tmx @@ -1029,7 +1029,7 @@ 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 </data> </layer> - <objectgroup name="Objects" visible="0"> + <objectgroup name="Objects" width="0" height="0" visible="0"> <object name="graphics/particles/flame.particle.xml" type="particle_effect" x="1632" y="1376" width="32" height="32"/> <object name="graphics/particles/flame.particle.xml" type="particle_effect" x="1632" y="1216" width="32" height="32"/> <object name="graphics/particles/flame.particle.xml" type="particle_effect" x="1440" y="1216" width="32" height="32"/> @@ -1046,8 +1046,8 @@ </object> <object name="Terranite" type="spawn" x="4362" y="5144" width="265" height="247"> <properties> - <property name="eA_death" value="100000"/> - <property name="eA_spawn" value="200000"/> + <property name="eA_death" value="120000"/> + <property name="eA_spawn" value="240000"/> <property name="max_beings" value="2"/> <property name="monster_id" value="60"/> </properties> |