diff options
Diffstat (limited to 'maps/014-1.tmx')
-rw-r--r-- | maps/014-1.tmx | 20 |
1 files changed, 19 insertions, 1 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> |