diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-05 09:22:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-05 09:22:24 -0300 |
commit | 4b78afb02967c61bca5ed3ca6ed3a9f74e3cec1c (patch) | |
tree | 3db49e2e462bac234cf53d5a232a66604f972a5b /maps | |
parent | 00835c2e557c7633e3a4e34c122d155836749a52 (diff) | |
download | clientdata-4b78afb02967c61bca5ed3ca6ed3a9f74e3cec1c.tar.gz clientdata-4b78afb02967c61bca5ed3ca6ed3a9f74e3cec1c.tar.bz2 clientdata-4b78afb02967c61bca5ed3ca6ed3a9f74e3cec1c.tar.xz clientdata-4b78afb02967c61bca5ed3ca6ed3a9f74e3cec1c.zip |
Plant plants on 014-2
Diffstat (limited to 'maps')
-rw-r--r-- | maps/014-2.tmx | 46 |
1 files changed, 36 insertions, 10 deletions
diff --git a/maps/014-2.tmx b/maps/014-2.tmx index d231da58..7571c8cd 100644 --- a/maps/014-2.tmx +++ b/maps/014-2.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="256" height="125" tilewidth="32" tileheight="32" nextobjectid="28"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="256" height="125" tilewidth="32" tileheight="32" infinite="0" nextobjectid="35"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> @@ -1091,7 +1091,7 @@ <object id="19" name="Margin" type="fixme" x="0" y="3360" width="640" height="640"/> <object id="20" name="Margin" type="fixme" x="0" y="0" width="640" height="640"/> </objectgroup> - <objectgroup color="#ffcf00" name="Spawn"> + <objectgroup color="#ffcf00" name="Monster Spawn"> <object id="21" name="Log Head" type="spawn" x="2048" y="640" width="5536" height="2816"> <properties> <property name="death" value="30000"/> @@ -1116,14 +1116,6 @@ <property name="spawn" value="60000"/> </properties> </object> - <object id="24" name="Clover Field" type="spawn" x="-288" y="-512" width="8064" height="2400"> - <properties> - <property name="death" value="50000"/> - <property name="max_beings" value="6"/> - <property name="monster_id" value="1028"/> - <property name="spawn" value="45000"/> - </properties> - </object> <object id="25" name="Fluffy" type="spawn" x="-32" y="1504" width="4480" height="1760"> <properties> <property name="death" value="30000"/> @@ -1149,4 +1141,38 @@ </properties> </object> </objectgroup> + <objectgroup color="#55ff7f" name="Plant Spawn" visible="0"> + <object id="31" name="Cobalt Plant" type="spawn" x="192" y="-1376" width="8800" height="7552"> + <properties> + <property name="death" value="50000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="1136"/> + <property name="spawn" value="45000"/> + </properties> + </object> + <object id="32" name="Mauve Plant" type="spawn" x="352" y="-1504" width="8800" height="7552"> + <properties> + <property name="death" value="50000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="1135"/> + <property name="spawn" value="45000"/> + </properties> + </object> + <object id="33" name="Gamboge Plant" type="spawn" x="544" y="-1632" width="8800" height="7552"> + <properties> + <property name="death" value="50000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="1134"/> + <property name="spawn" value="45000"/> + </properties> + </object> + <object id="34" name="Clover Field" type="spawn" x="0" y="-448" width="8064" height="2400"> + <properties> + <property name="death" value="50000"/> + <property name="max_beings" value="6"/> + <property name="monster_id" value="1028"/> + <property name="spawn" value="45000"/> + </properties> + </object> + </objectgroup> </map> |