diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-27 21:17:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-27 21:17:59 -0300 |
commit | 887fdf8841d19cb29d10b55f0ef7b6fc9bb08547 (patch) | |
tree | ee89a276145dd86828fef34cab9b0c0cf680f48e /maps/017-2-1.tmx | |
parent | f6f49cee80a1f22e20f039aeeba0a0239f94500f (diff) | |
download | clientdata-887fdf8841d19cb29d10b55f0ef7b6fc9bb08547.tar.gz clientdata-887fdf8841d19cb29d10b55f0ef7b6fc9bb08547.tar.bz2 clientdata-887fdf8841d19cb29d10b55f0ef7b6fc9bb08547.tar.xz clientdata-887fdf8841d19cb29d10b55f0ef7b6fc9bb08547.zip |
Scatter some monsters on some maps
Diffstat (limited to 'maps/017-2-1.tmx')
-rw-r--r-- | maps/017-2-1.tmx | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/maps/017-2-1.tmx b/maps/017-2-1.tmx index a2f4ee76..5f6467b3 100644 --- a/maps/017-2-1.tmx +++ b/maps/017-2-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="150" height="150" tilewidth="32" tileheight="32" nextobjectid="9"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="150" height="150" tilewidth="32" tileheight="32" nextobjectid="11"> <properties> <property name="author" value="Pydsigner, Jesusalva, TMW2/LoF Team"/> <property name="license" value="GPL v2 ; CC BY-SA 3.0"/> @@ -18,8 +18,8 @@ <property name="overlay2scrollX" value="0.3"/> <property name="overlay2scrollY" value="0.2"/> <property name="overlay3image" value="graphics/images/ambient/night.png"/> - <property name="overlay3mask" value="8"/> <property name="overlay3keepratio" value="true"/> + <property name="overlay3mask" value="8"/> <property name="overlay4image" value="graphics/images/ambient/rain.png"/> <property name="overlay4mask" value="16"/> <property name="overlay4parallax" value="1.0"/> @@ -1595,11 +1595,11 @@ </data> </layer> <objectgroup name="Objects"> - <object id="4" name="Small Emerald Bif" type="spawn" x="1824" y="2464" width="384" height="416"> + <object id="4" name="Big Emerald Bif" type="spawn" x="1824" y="2464" width="384" height="416"> <properties> <property name="death" value="45000"/> <property name="max_beings" value="1"/> - <property name="monster_id" value="1104"/> + <property name="monster_id" value="1106"/> <property name="spawn" value="45000"/> </properties> </object> @@ -1619,6 +1619,14 @@ <property name="spawn" value="45000"/> </properties> </object> + <object id="10" name="Copper Slime" type="spawn" x="456" y="488" width="3784" height="1848"> + <properties> + <property name="death" value="45000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1088"/> + <property name="spawn" value="45000"/> + </properties> + </object> </objectgroup> <objectgroup color="#7f7fff" name="Warps"> <object id="1" name="Upstairs" type="warp" x="3872" y="3680" width="32" height="32"> |