diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-09-11 20:10:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-09-11 20:10:07 -0300 |
commit | ae9bc72b835138c2ae6b9c5464f5b14e7b694cf5 (patch) | |
tree | 7d34208540442a9b575a9b41be58140c0e7a8d17 | |
parent | 241da2d630f81afa054e12e208fbc2999e883921 (diff) | |
download | clientdata-ae9bc72b835138c2ae6b9c5464f5b14e7b694cf5.tar.gz clientdata-ae9bc72b835138c2ae6b9c5464f5b14e7b694cf5.tar.bz2 clientdata-ae9bc72b835138c2ae6b9c5464f5b14e7b694cf5.tar.xz clientdata-ae9bc72b835138c2ae6b9c5464f5b14e7b694cf5.zip |
Add some cobalt plants to Nivalis, to make it slightly less boring
-rw-r--r-- | maps/020-1.tmx | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/maps/020-1.tmx b/maps/020-1.tmx index 9f0d3d0b..9be0d5fe 100644 --- a/maps/020-1.tmx +++ b/maps/020-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" width="128" height="148" tilewidth="32" tileheight="32" infinite="0" nextlayerid="14" nextobjectid="30"> +<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" width="128" height="148" tilewidth="32" tileheight="32" infinite="0" nextlayerid="14" nextobjectid="33"> <properties> <property name="author" value="The Mana World Team, Jesusalva"/> <property name="background0image" value="graphics/images/spit23loginwallpaper_800x600.png"/> @@ -1712,5 +1712,29 @@ <property name="spawn" value="90000"/> </properties> </object> + <object id="30" name="Cobalt Plant" type="spawn" x="2592" y="1056" width="576" height="256"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="1136"/> + <property name="spawn" value="180000"/> + </properties> + </object> + <object id="31" name="Cobalt Plant" type="spawn" x="1472" y="3648" width="576" height="352"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1136"/> + <property name="spawn" value="180000"/> + </properties> + </object> + <object id="32" name="Cobalt Plant" type="spawn" x="1120" y="1664" width="416" height="288"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1136"/> + <property name="spawn" value="180000"/> + </properties> + </object> </objectgroup> </map> |