diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-01 13:04:44 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-01 13:04:44 -0200 |
commit | 6229bfdff421c3232744728cea3004bc2665b3f8 (patch) | |
tree | 1fec92776349067627b594257409b7dd91e0e116 /maps/017-2-2.tmx | |
parent | e76f91df54d9ffae9f8203a3558e04c6f482b887 (diff) | |
download | clientdata-6229bfdff421c3232744728cea3004bc2665b3f8.tar.gz clientdata-6229bfdff421c3232744728cea3004bc2665b3f8.tar.bz2 clientdata-6229bfdff421c3232744728cea3004bc2665b3f8.tar.xz clientdata-6229bfdff421c3232744728cea3004bc2665b3f8.zip |
Connect 017-2-1 to 017-2-2 and backwards. Boss fight script missing.
Diffstat (limited to 'maps/017-2-2.tmx')
-rw-r--r-- | maps/017-2-2.tmx | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/maps/017-2-2.tmx b/maps/017-2-2.tmx index 281f331f..c6aeb357 100644 --- a/maps/017-2-2.tmx +++ b/maps/017-2-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="150" height="150" tilewidth="32" tileheight="32" nextobjectid="3"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="150" height="150" tilewidth="32" tileheight="32" nextobjectid="4"> <properties> <property name="author" value="Pydsigner, Jesusalva, TMW2/LoF Team"/> <property name="license" value="GPL v2 ; CC BY-SA 3.0"/> @@ -971,9 +971,9 @@ <objectgroup name="Objects"> <object id="1" name="Exit" type="warp" x="2240" y="2496" width="64" height="32"> <properties> - <property name="dest_map" value="018-3"/> - <property name="dest_x" value="0"/> - <property name="dest_y" value="0"/> + <property name="dest_map" value="017-2-1"/> + <property name="dest_x" value="39"/> + <property name="dest_y" value="24"/> </properties> </object> <object id="2" name="Shadow Plant" type="spawn" x="1728" y="1184" width="1088" height="1344"> @@ -984,5 +984,13 @@ <property name="spawn" value="60000"/> </properties> </object> + <object id="3" name="Dark Lizard" type="spawn" x="1792" y="1120" width="960" height="1344"> + <properties> + <property name="death" value="25000"/> + <property name="max_beings" value="18"/> + <property name="monster_id" value="1051"/> + <property name="spawn" value="25000"/> + </properties> + </object> </objectgroup> </map> |