diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-17 14:46:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-17 14:46:20 -0300 |
commit | eeacd9e29a1c221b0fd758e6c38f0c5dcecc8064 (patch) | |
tree | 61f0d66d617e0edafd43fbe3a7c934a7409e2a7a /maps/021-1.tmx | |
parent | a718cd517ebdefc1821e5029b41a113b230d193c (diff) | |
download | clientdata-eeacd9e29a1c221b0fd758e6c38f0c5dcecc8064.tar.gz clientdata-eeacd9e29a1c221b0fd758e6c38f0c5dcecc8064.tar.bz2 clientdata-eeacd9e29a1c221b0fd758e6c38f0c5dcecc8064.tar.xz clientdata-eeacd9e29a1c221b0fd758e6c38f0c5dcecc8064.zip |
Monsters to 021-1
Diffstat (limited to 'maps/021-1.tmx')
-rw-r--r-- | maps/021-1.tmx | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/maps/021-1.tmx b/maps/021-1.tmx index de2531da..b858c670 100644 --- a/maps/021-1.tmx +++ b/maps/021-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="321" height="320" tilewidth="32" tileheight="32" nextobjectid="193"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="321" height="320" tilewidth="32" tileheight="32" infinite="0" nextobjectid="196"> <properties> <property name="author" value="The Mana World Team, Jesusalva"/> <property name="license" value="GPL v2+"/> @@ -1630,7 +1630,7 @@ </data> </layer> <objectgroup name="Objects" visible="0"/> - <objectgroup name="Warps"> + <objectgroup name="Warps" visible="0"> <object id="140" name="To Ice Labyrinth" type="warp" x="3296" y="1280" width="32" height="32"> <properties> <property name="dest_map" value="021-1"/> @@ -1983,4 +1983,30 @@ </properties> </object> </objectgroup> + <objectgroup color="#ff5500" name="Spawns"> + <object id="193" name="White Slime" type="spawn" x="576" y="640" width="9248" height="5184"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="75"/> + <property name="monster_id" value="1094"/> + <property name="spawn" value="100000"/> + </properties> + </object> + <object id="194" name="Blue Slime" type="spawn" x="1056" y="1984" width="8192" height="7200"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="90"/> + <property name="monster_id" value="1087"/> + <property name="spawn" value="100000"/> + </properties> + </object> + <object id="195" name="Moggun" type="spawn" x="448" y="4992" width="9472" height="4800"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="62"/> + <property name="monster_id" value="1070"/> + <property name="spawn" value="100000"/> + </properties> + </object> + </objectgroup> </map> |