diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-11 21:08:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-11 21:08:38 -0300 |
commit | 9b6b93c7ae504b7fcdf29790c90794196471cacb (patch) | |
tree | 1f3d4227dcdf39ddc896ecb57af83e6bf2155338 /maps/014-1.tmx | |
parent | c987b4bceb9bc197f65bc9b1b629e7d7824e83e5 (diff) | |
download | clientdata-9b6b93c7ae504b7fcdf29790c90794196471cacb.tar.gz clientdata-9b6b93c7ae504b7fcdf29790c90794196471cacb.tar.bz2 clientdata-9b6b93c7ae504b7fcdf29790c90794196471cacb.tar.xz clientdata-9b6b93c7ae504b7fcdf29790c90794196471cacb.zip |
Add plants to 014-1, for... farming purposes.
Diffstat (limited to 'maps/014-1.tmx')
-rw-r--r-- | maps/014-1.tmx | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/maps/014-1.tmx b/maps/014-1.tmx index d2da5447..3220f706 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="52"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="200" height="120" tilewidth="32" tileheight="32" nextobjectid="57"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="1"/> @@ -933,4 +933,30 @@ </properties> </object> </objectgroup> + <objectgroup color="#55fe7f" name="Plants" visible="0"> + <object id="53" name="Cobalt Plant" type="spawn" x="-320" y="-32" width="6784" height="3840"> + <properties> + <property name="death" value="50000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1136"/> + <property name="spawn" value="45000"/> + </properties> + </object> + <object id="55" name="Mauve Plant" type="spawn" x="-512" y="800" width="6688" height="2784"> + <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="56" name="Gamboge Plant" type="spawn" x="736" y="-288" width="2816" height="4000"> + <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> + </objectgroup> </map> |