diff options
Diffstat (limited to 'maps')
-rw-r--r-- | maps/014-1.tmx | 20 | ||||
-rw-r--r-- | maps/015-1.tmx | 36 |
2 files changed, 54 insertions, 2 deletions
diff --git a/maps/014-1.tmx b/maps/014-1.tmx index 7c154233..ca2cb7e7 100644 --- a/maps/014-1.tmx +++ b/maps/014-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="120" tilewidth="32" tileheight="32" nextobjectid="48"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="200" height="120" tilewidth="32" tileheight="32" nextobjectid="51"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="1"/> @@ -902,4 +902,22 @@ </properties> </object> </objectgroup> + <objectgroup color="#fcff00" name="Spawns"> + <object id="48" name="Silk Worm" type="spawn" x="352" y="448" width="5568" height="2944"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="15"/> + <property name="monster_id" value="1034"/> + <property name="spawn" value="30000"/> + </properties> + </object> + <object id="50" name="Mouboo" type="spawn" x="1504" y="704" width="3264" height="2944"> + <properties> + <property name="death" value="45000"/> + <property name="max_beings" value="12"/> + <property name="monster_id" value="1023"/> + <property name="spawn" value="30000"/> + </properties> + </object> + </objectgroup> </map> 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> |