diff options
Diffstat (limited to 'maps')
-rw-r--r-- | maps/014-3.tmx | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/maps/014-3.tmx b/maps/014-3.tmx index ed05cb58..207c86a2 100644 --- a/maps/014-3.tmx +++ b/maps/014-3.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="254" height="174" tilewidth="32" tileheight="32" nextobjectid="30"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="254" height="174" tilewidth="32" tileheight="32" nextobjectid="36"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> @@ -1571,4 +1571,30 @@ </properties> </object> </objectgroup> + <objectgroup color="#00fe7f" name="Plants"> + <object id="31" name="Mauve Plant" type="spawn" x="2432" y="3520" width="4544" height="1376"> + <properties> + <property name="death" value="90000"/> + <property name="max_beings" value="4"/> + <property name="monster_id" value="1135"/> + <property name="spawn" value="90000"/> + </properties> + </object> + <object id="33" name="Chagashroom Field" type="spawn" x="800" y="2208" width="2400" height="2112"> + <properties> + <property name="death" value="90000"/> + <property name="max_beings" value="4"/> + <property name="monster_id" value="1128"/> + <property name="spawn" value="90000"/> + </properties> + </object> + <object id="35" name="Plushroom Field" type="spawn" x="2048" y="1888" width="3200" height="1632"> + <properties> + <property name="death" value="90000"/> + <property name="max_beings" value="4"/> + <property name="monster_id" value="1011"/> + <property name="spawn" value="90000"/> + </properties> + </object> + </objectgroup> </map> |