summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--maps.xml10
-rw-r--r--maps/015-8.tmx10
2 files changed, 18 insertions, 2 deletions
diff --git a/maps.xml b/maps.xml
index 937b0891..16aa9fba 100644
--- a/maps.xml
+++ b/maps.xml
@@ -315,7 +315,7 @@ Copyright (C) 2018 TMW2 -->
<atlas name="cave"/>
</map>
<map name="015-8.tmx">
- <atlas name="cave2"/>
+ <atlas name="cave3"/>
</map>
<map name="016-1.tmx">
<atlas name="ship"/>
@@ -672,6 +672,14 @@ Copyright (C) 2018 TMW2 -->
<file name="graphics/tilesets/mushrooms.png"/>
</atlas>
+ <atlas name="cave3">
+ <file name="graphics/tilesets/arena.png"/>
+ <file name="graphics/tilesets/cave.png"/>
+ <file name="graphics/tilesets/cave_x2.png"/>
+ <file name="graphics/tilesets/cave_bilevel.png"/>
+ <file name="graphics/tilesets/lof/castle_1.png"/>
+ </atlas>
+
<atlas name="cave-evol">
<file name="graphics/tilesets/cave.png"/>
<file name="graphics/tilesets/cave_x2.png"/>
diff --git a/maps/015-8.tmx b/maps/015-8.tmx
index 7b2c96ea..bff62667 100644
--- a/maps/015-8.tmx
+++ b/maps/015-8.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="200" height="200" tilewidth="32" tileheight="32" infinite="0" nextlayerid="432" nextobjectid="15">
+<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" infinite="0" nextlayerid="432" nextobjectid="16">
<properties>
<property name="author" value="Jesusalva"/>
<property name="license" value="GPL v2+, CC BY SA 3.0+"/>
@@ -1321,5 +1321,13 @@
<property name="spawn" value="30000"/>
</properties>
</object>
+ <object id="15" name="Cave Maggot" type="spawn" x="1088" y="448" width="4480" height="5248">
+ <properties>
+ <property name="death" value="20000"/>
+ <property name="max_beings" value="32"/>
+ <property name="monster_id" value="1027"/>
+ <property name="spawn" value="20000"/>
+ </properties>
+ </object>
</objectgroup>
</map>