diff options
author | Jesusaves <jesusalva@themanaworld.org> | 2020-04-20 06:05:04 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-20 09:05:04 +0000 |
commit | 56b375ecf75639025f87ae0af6f1a4ee6f150cee (patch) | |
tree | 0c2b7381a062076908fdab319bfb430a8af2108d /maps.xml | |
parent | 157f773f55532c71c99f241593868572b8d34079 (diff) | |
download | clientdata-56b375ecf75639025f87ae0af6f1a4ee6f150cee.tar.gz clientdata-56b375ecf75639025f87ae0af6f1a4ee6f150cee.tar.bz2 clientdata-56b375ecf75639025f87ae0af6f1a4ee6f150cee.tar.xz clientdata-56b375ecf75639025f87ae0af6f1a4ee6f150cee.zip |
Doomsday Support Patch (Act 4/5) (#371)
Contains Act 5 maps (by kytty), and Act 4 monsters, items, music, and cutscenes.
Diffstat (limited to 'maps.xml')
-rw-r--r-- | maps.xml | 41 |
1 files changed, 41 insertions, 0 deletions
@@ -379,6 +379,19 @@ <map name="070-3.tmx"> <atlas name="wormhole"/> </map> + <!-- Doomsday --> + <map name="099-1.tmx"> + <atlas name="doomsday"/> + </map> + <map name="099-2.tmx"> + <atlas name="doomsday"/> + </map> + <map name="099-3.tmx"> + <atlas name="doomsday"/> + </map> + <map name="099-4.tmx"> + <atlas name="doomsday"/> + </map> <!-- Atlas All --> <atlas name="all"> <file name="graphics/particles/aniblaze-medium.png|W:#746767"/> @@ -694,6 +707,34 @@ <file name="graphics/tiles/woodland_village.png"/> <file name="graphics/tiles/woodland_village_x2.png"/> </atlas> + <!-- Doomsday Atlas --> + <atlas name="doomsday"> + <file name="graphics/tiles/arena.png"/> + <file name="graphics/tiles/cave.png"/> + <file name="graphics/tiles/light-flickering-x1x4.png"/> + <file name="graphics/tiles/wood_lab.png"/> + <file name="graphics/tiles/stone_lab.png"/> + <file name="graphics/tiles/artis-indoor.png"/> + <file name="graphics/tiles/artis-lamps-x1x3.png"/> + <file name="graphics/tiles/castle1.png"/> + <file name="graphics/tiles/cave2.png"/> + <file name="graphics/tiles/crypt_blockwall.png"/> + <file name="graphics/tiles/crypt_fringe_x3.png"/> + <file name="graphics/tiles/crypt_reaper_room.png"/> + <file name="graphics/tiles/crypt_x4.png"/> + <file name="graphics/tiles/crypt_x5.png"/> + <file name="graphics/tiles/crypt_x8.png"/> + <file name="graphics/tiles/forge_x4.png"/> + <file name="graphics/tiles/inn_x3.png"/> + <file name="graphics/tiles/inn_x4.png"/> + <file name="graphics/tiles/woodland_indoor.png"/> + <file name="graphics/tiles/woodland_indoor_x2.png"/> + <file name="graphics/tiles/woodland_indoor_x3.png"/> + <file name="graphics/tiles/woodland_ground.png"/> + <file name="graphics/tiles/woodland_x3.png"/> + <file name="graphics/tiles/woodland_x4.png"/> + <file name="graphics/tiles/woodland_x8.png"/> + </atlas> <atlas name="ignored"> <file name="graphics/tiles/collision.png"/> </atlas> |