From 56b375ecf75639025f87ae0af6f1a4ee6f150cee Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 20 Apr 2020 06:05:04 -0300 Subject: Doomsday Support Patch (Act 4/5) (#371) Contains Act 5 maps (by kytty), and Act 4 monsters, items, music, and cutscenes. --- graphics/images/ambient/warning.png | Bin 0 -> 16104 bytes graphics/items/generic/wumpus-egg.png | Bin 0 -> 1164 bytes graphics/sprites/monsters/golem.png | Bin 0 -> 1088605 bytes graphics/sprites/monsters/golem.xml | 153 ++++++++++++++++++++++++++++++ graphics/tiles/artis-indoor.png | Bin 0 -> 81555 bytes graphics/tiles/artis-lamps-x1x3.png | Bin 0 -> 1913 bytes graphics/tiles/dark-tileset-accessory.png | Bin 0 -> 32981 bytes graphics/tiles/light-flickering-x1x4.png | Bin 0 -> 84819 bytes 8 files changed, 153 insertions(+) create mode 100644 graphics/images/ambient/warning.png create mode 100644 graphics/items/generic/wumpus-egg.png create mode 100644 graphics/sprites/monsters/golem.png create mode 100644 graphics/sprites/monsters/golem.xml create mode 100644 graphics/tiles/artis-indoor.png create mode 100644 graphics/tiles/artis-lamps-x1x3.png create mode 100644 graphics/tiles/dark-tileset-accessory.png create mode 100644 graphics/tiles/light-flickering-x1x4.png (limited to 'graphics') diff --git a/graphics/images/ambient/warning.png b/graphics/images/ambient/warning.png new file mode 100644 index 00000000..41abacf1 Binary files /dev/null and b/graphics/images/ambient/warning.png differ diff --git a/graphics/items/generic/wumpus-egg.png b/graphics/items/generic/wumpus-egg.png new file mode 100644 index 00000000..5b66dfa4 Binary files /dev/null and b/graphics/items/generic/wumpus-egg.png differ diff --git a/graphics/sprites/monsters/golem.png b/graphics/sprites/monsters/golem.png new file mode 100644 index 00000000..81287408 Binary files /dev/null and b/graphics/sprites/monsters/golem.png differ diff --git a/graphics/sprites/monsters/golem.xml b/graphics/sprites/monsters/golem.xml new file mode 100644 index 00000000..cc124814 --- /dev/null +++ b/graphics/sprites/monsters/golem.xml @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/tiles/artis-indoor.png b/graphics/tiles/artis-indoor.png new file mode 100644 index 00000000..c531e4d5 Binary files /dev/null and b/graphics/tiles/artis-indoor.png differ diff --git a/graphics/tiles/artis-lamps-x1x3.png b/graphics/tiles/artis-lamps-x1x3.png new file mode 100644 index 00000000..b5a1c091 Binary files /dev/null and b/graphics/tiles/artis-lamps-x1x3.png differ diff --git a/graphics/tiles/dark-tileset-accessory.png b/graphics/tiles/dark-tileset-accessory.png new file mode 100644 index 00000000..b5657a1a Binary files /dev/null and b/graphics/tiles/dark-tileset-accessory.png differ diff --git a/graphics/tiles/light-flickering-x1x4.png b/graphics/tiles/light-flickering-x1x4.png new file mode 100644 index 00000000..26d286b6 Binary files /dev/null and b/graphics/tiles/light-flickering-x1x4.png differ -- cgit v1.2.3-70-g09d2