diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-03-09 01:07:54 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-04-04 19:30:37 +0200 |
commit | 5a3bec62d24434426ce85f8d83ac089613b54dd2 (patch) | |
tree | 07e92545861e51e3382986e744b70d72478633b9 | |
parent | 45e50306d4dd5722ac1296b024ef00fa21383b06 (diff) | |
download | clientdata-5a3bec62d24434426ce85f8d83ac089613b54dd2.tar.gz clientdata-5a3bec62d24434426ce85f8d83ac089613b54dd2.tar.bz2 clientdata-5a3bec62d24434426ce85f8d83ac089613b54dd2.tar.xz clientdata-5a3bec62d24434426ce85f8d83ac089613b54dd2.zip |
removing zombies and fallens from 027-1
spawn will happen only via script in a special file to make crying child quest possible without conflicts with converter
-rw-r--r-- | maps/027-1.tmx | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/maps/027-1.tmx b/maps/027-1.tmx index 3eaa683b..2bea267c 100644 --- a/maps/027-1.tmx +++ b/maps/027-1.tmx @@ -155,14 +155,6 @@ </properties> </object> <object name="This aint that bad... few, weaker undeads" x="1792" y="1728" width="1024" height="736"/> - <object name="Zombie" type="spawn" x="1792" y="960" width="1024" height="736"> - <properties> - <property name="eA_death" value="120000"/> - <property name="eA_spawn" value="300000"/> - <property name="max_beings" value="2"/> - <property name="monster_id" value="34"/> - </properties> - </object> <object name="Skeleton" type="spawn" x="1792" y="960" width="1024" height="736"> <properties> <property name="eA_death" value="20000"/> @@ -195,14 +187,6 @@ <property name="monster_id" value="22"/> </properties> </object> - <object name="Zombie" type="spawn" x="672" y="960" width="1088" height="736"> - <properties> - <property name="eA_death" value="10000"/> - <property name="eA_spawn" value="200000"/> - <property name="max_beings" value="2"/> - <property name="monster_id" value="34"/> - </properties> - </object> <object name="Skeleton" type="spawn" x="672" y="960" width="1088" height="736"> <properties> <property name="eA_death" value="20000"/> @@ -251,22 +235,6 @@ <property name="monster_id" value="42"/> </properties> </object> - <object name="Zombie" type="spawn" x="672" y="1728" width="1088" height="736"> - <properties> - <property name="eA_death" value="30000"/> - <property name="eA_spawn" value="140000"/> - <property name="max_beings" value="3"/> - <property name="monster_id" value="34"/> - </properties> - </object> - <object name="Fallen" type="spawn" x="672" y="1728" width="1088" height="736"> - <properties> - <property name="eA_death" value="30000"/> - <property name="eA_spawn" value="120000"/> - <property name="max_beings" value="3"/> - <property name="monster_id" value="43"/> - </properties> - </object> <object name="Jack O" type="spawn" x="864" y="2154" width="96" height="64"> <properties> <property name="eA_death" value="200000"/> |