diff options
author | wushin <pasekei@gmail.com> | 2014-07-28 22:09:30 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-07-28 22:09:30 -0500 |
commit | e39fd6c7595d9ccb1353a54e54169a255e2e64c6 (patch) | |
tree | 79bacc1f5c05bce958026487a5d86446d0ceb00c /maps | |
parent | a995565ab9b8ab78761811e044b281757b5dba6a (diff) | |
parent | 08c316124ad81380b2885890ba9f7ff68da04662 (diff) | |
download | clientdata-e39fd6c7595d9ccb1353a54e54169a255e2e64c6.tar.gz clientdata-e39fd6c7595d9ccb1353a54e54169a255e2e64c6.tar.bz2 clientdata-e39fd6c7595d9ccb1353a54e54169a255e2e64c6.tar.xz clientdata-e39fd6c7595d9ccb1353a54e54169a255e2e64c6.zip |
Merge remote-tracking branch 'cassy/troll-cave-terranite-spawns'
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> |