diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-06 01:56:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-06 01:56:41 -0300 |
commit | 744a7630d0b1b6b4d01c74839d9a7873da4c3521 (patch) | |
tree | 3463bcc6c9014a40f5ffcfa56efa2e82a944557f /maps | |
parent | 3a7dcd95962f7cba82b653a0d6a2c39cce29b58a (diff) | |
download | clientdata-744a7630d0b1b6b4d01c74839d9a7873da4c3521.tar.gz clientdata-744a7630d0b1b6b4d01c74839d9a7873da4c3521.tar.bz2 clientdata-744a7630d0b1b6b4d01c74839d9a7873da4c3521.tar.xz clientdata-744a7630d0b1b6b4d01c74839d9a7873da4c3521.zip |
Add some shrooms to 014-5
Diffstat (limited to 'maps')
-rw-r--r-- | maps/014-5.tmx | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/maps/014-5.tmx b/maps/014-5.tmx index 34bd36b8..0084225e 100644 --- a/maps/014-5.tmx +++ b/maps/014-5.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="230" height="250" tilewidth="32" tileheight="32" nextobjectid="46"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="230" height="250" tilewidth="32" tileheight="32" nextobjectid="49"> <properties> <property name="minimap" value="graphics/minimaps/014-4.png"/> <property name="music" value="the-forest.ogg"/> @@ -2313,7 +2313,24 @@ <object id="42" name="Margin" type="fixme" x="0" y="320" width="640" height="640"/> </objectgroup> <objectgroup color="#ff007f" name="Spawns" visible="0"/> - <objectgroup color="#ff607f" name="Plants" visible="0"/> + <objectgroup color="#ff607f" name="Plants"> + <object id="46" name="Plushroom Field" type="spawn" x="896" y="832" width="3136" height="2848"> + <properties> + <property name="death" value="80000"/> + <property name="max_beings" value="16"/> + <property name="monster_id" value="1011"/> + <property name="spawn" value="80000"/> + </properties> + </object> + <object id="47" name="Chagashroom Field" type="spawn" x="704" y="2304" width="2880" height="2496"> + <properties> + <property name="death" value="80000"/> + <property name="max_beings" value="16"/> + <property name="monster_id" value="1128"/> + <property name="spawn" value="80000"/> + </properties> + </object> + </objectgroup> <objectgroup color="#7fff00" name="Warps"> <object id="19" name="To Small Cave" type="warp" x="1536" y="5152" width="32" height="32"> <properties> |