diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-29 22:25:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-29 22:25:36 -0300 |
commit | cf6ccf273c44020e82b7d849b740a059eadeee94 (patch) | |
tree | 1c4bac841739484dd52bb01b91526ed7746104a1 | |
parent | 6566917830b08f987316157f5fe247a00b1b2035 (diff) | |
download | clientdata-cf6ccf273c44020e82b7d849b740a059eadeee94.tar.gz clientdata-cf6ccf273c44020e82b7d849b740a059eadeee94.tar.bz2 clientdata-cf6ccf273c44020e82b7d849b740a059eadeee94.tar.xz clientdata-cf6ccf273c44020e82b7d849b740a059eadeee94.zip |
Plushroom, Chagashroom, and Mauve plants to 014-3, respawn every 3 minutes.
-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> |