diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-11 21:11:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-11 21:11:07 -0300 |
commit | e3e69af8cb5cc0838313c6be6c0569c7b419a593 (patch) | |
tree | 6d3b8ea6b425c4382b8cf39e2f9ed72dde091b07 /maps | |
parent | 9b6b93c7ae504b7fcdf29790c90794196471cacb (diff) | |
download | clientdata-e3e69af8cb5cc0838313c6be6c0569c7b419a593.tar.gz clientdata-e3e69af8cb5cc0838313c6be6c0569c7b419a593.tar.bz2 clientdata-e3e69af8cb5cc0838313c6be6c0569c7b419a593.tar.xz clientdata-e3e69af8cb5cc0838313c6be6c0569c7b419a593.zip |
Add some monsters to 014-1 to make it a more interesting map.
Diffstat (limited to 'maps')
-rw-r--r-- | maps/014-1.tmx | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/maps/014-1.tmx b/maps/014-1.tmx index 3220f706..bba48c25 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="57"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="200" height="120" tilewidth="32" tileheight="32" nextobjectid="59"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="1"/> @@ -932,6 +932,22 @@ <property name="spawn" value="30000"/> </properties> </object> + <object id="57" name="Tipiou" type="spawn" x="1120" y="1984" width="3392" height="1216"> + <properties> + <property name="death" value="45000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="1016"/> + <property name="spawn" value="30000"/> + </properties> + </object> + <object id="58" name="Blub" type="spawn" x="4128" y="2016" width="448" height="1856"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1008"/> + <property name="spawn" value="30000"/> + </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"> |