diff options
-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> |