diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-25 00:56:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-25 00:56:06 -0300 |
commit | e8dc21371ba565f2c25382ea6323e97b46e8fd35 (patch) | |
tree | 535944219a463610a79955b81b2c22e7f1d637b0 /maps | |
parent | 33ed7a5e85f0ac0decde121f929b6b7b7e3ba6aa (diff) | |
download | clientdata-e8dc21371ba565f2c25382ea6323e97b46e8fd35.tar.gz clientdata-e8dc21371ba565f2c25382ea6323e97b46e8fd35.tar.bz2 clientdata-e8dc21371ba565f2c25382ea6323e97b46e8fd35.tar.xz clientdata-e8dc21371ba565f2c25382ea6323e97b46e8fd35.zip |
Push Forest Mushroom to the west, and add more Spiky Mushies at 014-3
Diffstat (limited to 'maps')
-rw-r--r-- | maps/014-3.tmx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/maps/014-3.tmx b/maps/014-3.tmx index 68e55bd5..f9c333cb 100644 --- a/maps/014-3.tmx +++ b/maps/014-3.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="236" height="155" tilewidth="32" tileheight="32" infinite="0" nextlayerid="30" nextobjectid="47"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="236" height="155" tilewidth="32" tileheight="32" infinite="0" nextlayerid="30" nextobjectid="48"> <properties> <property name="author" value="Saulc, jesusalva, TMW.org"/> <property name="license" value="CC BY-SA 3.0"/> @@ -1557,7 +1557,7 @@ <property name="spawn" value="30000"/> </properties> </object> - <object id="25" name="Forest Mushroom" type="spawn" x="832" y="2592" width="4544" height="1376"> + <object id="25" name="Forest Mushroom" type="spawn" x="704" y="832" width="2656" height="3136"> <properties> <property name="death" value="45000"/> <property name="max_beings" value="10"/> @@ -1598,6 +1598,14 @@ <property name="spawn" value="45000"/> </properties> </object> + <object id="47" name="Poison Spiky Mushroom" type="spawn" x="2688" y="2048" width="3200" height="1632"> + <properties> + <property name="death" value="45000"/> + <property name="max_beings" value="7"/> + <property name="monster_id" value="1043"/> + <property name="spawn" value="45000"/> + </properties> + </object> </objectgroup> <objectgroup color="#00fe7f" id="11" name="Plants" visible="0"> <object id="31" name="Mauve Plant" type="spawn" x="1856" y="2912" width="4544" height="1376"> |