diff options
Diffstat (limited to 'maps/002-1.tmx')
-rw-r--r-- | maps/002-1.tmx | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/maps/002-1.tmx b/maps/002-1.tmx index b983e46c..f4aa5863 100644 --- a/maps/002-1.tmx +++ b/maps/002-1.tmx @@ -167,5 +167,84 @@ <property name="dest_y" value="1024"/> </properties> </object> + <object name="Maggot" type="spawn" x="2816" y="2944" width="608" height="416"> + <properties> + <property name="max_beings" value="10"/> + <property name="monster_id" value="0"/> + </properties> + </object> + <object name="Maggot" type="spawn" x="2848" y="1120" width="128" height="96"> + <properties> + <property name="max_beings" value="3"/> + <property name="monster_id" value="0"/> + </properties> + </object> + <object name="Maggot" type="spawn" x="2208" y="1792" width="128" height="96"> + <properties> + <property name="max_beings" value="3"/> + <property name="monster_id" value="0"/> + </properties> + </object> + <object name="Maggot" type="spawn" x="1984" y="2624" width="128" height="96"> + <properties> + <property name="max_beings" value="3"/> + <property name="monster_id" value="0"/> + </properties> + </object> + <object name="Maggot" type="spawn" x="480" y="3072" width="128" height="96"> + <properties> + <property name="max_beings" value="3"/> + <property name="monster_id" value="0"/> + </properties> + </object> + <object name="Maggot" type="spawn" x="1376" y="1088" width="128" height="96"> + <properties> + <property name="max_beings" value="3"/> + <property name="monster_id" value="0"/> + </properties> + </object> + <object name="Maggot" type="spawn" x="1184" y="896" width="128" height="96"> + <properties> + <property name="max_beings" value="3"/> + <property name="monster_id" value="0"/> + </properties> + </object> + <object name="Maggot" type="spawn" x="2272" y="2816" width="128" height="96"> + <properties> + <property name="max_beings" value="3"/> + <property name="monster_id" value="0"/> + </properties> + </object> + <object name="Fire Goblin" type="spawn" x="1312" y="1696" width="1344" height="1408"> + <properties> + <property name="max_beings" value="15"/> + <property name="monster_id" value="9"/> + </properties> + </object> + <object name="Scorpion" type="spawn" x="2080" y="544" width="1120" height="512"> + <properties> + <property name="max_beings" value="8"/> + <property name="monster_id" value="1"/> + </properties> + </object> + <object name="Scorpion" type="spawn" x="480" y="608" width="1120" height="1088"> + <properties> + <property name="max_beings" value="8"/> + <property name="monster_id" value="1"/> + </properties> + </object> + <object name="Scorpion" type="spawn" x="576" y="1920" width="736" height="1408"> + <properties> + <property name="max_beings" value="8"/> + <property name="monster_id" value="1"/> + </properties> + </object> + <object name="Black Scorpion" type="spawn" x="3104" y="2336" width="224" height="224"> + <properties> + <property name="ea_death" value="1800000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="7"/> + </properties> + </object> </objectgroup> </map> |