diff options
Diffstat (limited to 'maps/015-1.tmx')
-rw-r--r-- | maps/015-1.tmx | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/maps/015-1.tmx b/maps/015-1.tmx index 1ef94c57..84ff88f5 100644 --- a/maps/015-1.tmx +++ b/maps/015-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" nextobjectid="64"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" nextobjectid="68"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> @@ -1458,4 +1458,38 @@ </properties> </object> </objectgroup> + <objectgroup color="#fcff00" name="Spawns"> + <object id="64" name="Silk Worm" type="spawn" x="-1280" y="-448" width="7680" height="6272"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="5"/> + <property name="monster_id" value="1034"/> + <property name="spawn" value="30000"/> + </properties> + </object> + <object id="65" name="Bif" type="spawn" x="64" y="256" width="7680" height="6272"> + <properties> + <property name="death" value="45000"/> + <property name="max_beings" value="8"/> + <property name="monster_id" value="1058"/> + <property name="spawn" value="45000"/> + </properties> + </object> + <object id="66" name="Red Slime" type="spawn" x="-1472" y="448" width="7680" height="6272"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="60"/> + <property name="monster_id" value="1092"/> + <property name="spawn" value="30000"/> + </properties> + </object> + <object id="67" name="Cave Bat" type="spawn" x="352" y="-512" width="7680" height="6272"> + <properties> + <property name="death" value="60000"/> + <property name="max_beings" value="40"/> + <property name="monster_id" value="1039"/> + <property name="spawn" value="60000"/> + </properties> + </object> + </objectgroup> </map> |