diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-01 19:26:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-01 19:26:54 -0300 |
commit | 6a7328b797bcbbddfe413dadaad8136892bf60c9 (patch) | |
tree | bea5c16b29d4e1e690a757834c819df0f8c54140 | |
parent | 5b38a3a8177f5adc5d0e40ef3a59052e475de966 (diff) | |
download | clientdata-6a7328b797bcbbddfe413dadaad8136892bf60c9.tar.gz clientdata-6a7328b797bcbbddfe413dadaad8136892bf60c9.tar.bz2 clientdata-6a7328b797bcbbddfe413dadaad8136892bf60c9.tar.xz clientdata-6a7328b797bcbbddfe413dadaad8136892bf60c9.zip |
Cave Maggots on 015-8
-rw-r--r-- | maps.xml | 10 | ||||
-rw-r--r-- | maps/015-8.tmx | 10 |
2 files changed, 18 insertions, 2 deletions
@@ -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> |