summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--effects.xml4
-rw-r--r--graphics/sprites/npcs/mouboo-injured.xml9
-rw-r--r--graphics/tiles/woodland_graveyard_ground.pngbin29658 -> 24332 bytes
-rw-r--r--graphics/tiles/woodland_graveyard_x3.pngbin150359 -> 82722 bytes
-rw-r--r--license.md4
-rw-r--r--npcs/npc171.xml2
6 files changed, 14 insertions, 5 deletions
diff --git a/effects.xml b/effects.xml
index 794b04d3..5d558a45 100644
--- a/effects.xml
+++ b/effects.xml
@@ -129,7 +129,7 @@
<!-- (grow plant) spawn -->
<effect id="511" audio="magic/spawn_burst.ogg" particle="graphics/particles/pentagram-burst.xml"/>
<!-- #lum (lesser heal) cast -->
- <effect id="512" particle="graphics/particles/magic.white.xml"/>
+ <effect id="512" audio="magic/inma.ogg" particle="graphics/particles/magic.white.xml"/>
<!-- #lum (lesser heal) hit -->
<effect id="513" audio="magic/inma.ogg" particle="graphics/particles/magic.white.xml"/>
<!-- #chiza (magic blade) cast -->
@@ -169,7 +169,7 @@
<!-- #anwiltyp (hide) end -->
<effect id="532" audio="magic/default_magic.ogg" particle="graphics/particles/magic.generic.xml"/>
<!-- #inma (lay on hands) cast -->
- <effect id="533" particle="graphics/particles/magic.white.xml"/>
+ <effect id="533" audio="magic/inma.ogg" particle="graphics/particles/magic.white.xml"/>
<!-- #inma (lay on hands) hit -->
<effect id="534" audio="magic/inma.ogg" particle="graphics/particles/magic.white.xml"/>
<!-- #ingrav (lightning strike) cast -->
diff --git a/graphics/sprites/npcs/mouboo-injured.xml b/graphics/sprites/npcs/mouboo-injured.xml
new file mode 100644
index 00000000..af469330
--- /dev/null
+++ b/graphics/sprites/npcs/mouboo-injured.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite variants="60" variant_offset="1">
+ <imageset name="mob" src="graphics/sprites/monsters/mouboo.png" width="80" height="80"/>
+ <action name="stand" imageset="mob">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/tiles/woodland_graveyard_ground.png b/graphics/tiles/woodland_graveyard_ground.png
index 961638dc..8fd88e4e 100644
--- a/graphics/tiles/woodland_graveyard_ground.png
+++ b/graphics/tiles/woodland_graveyard_ground.png
Binary files differ
diff --git a/graphics/tiles/woodland_graveyard_x3.png b/graphics/tiles/woodland_graveyard_x3.png
index 726525e7..857a9820 100644
--- a/graphics/tiles/woodland_graveyard_x3.png
+++ b/graphics/tiles/woodland_graveyard_x3.png
Binary files differ
diff --git a/license.md b/license.md
index c18ea4c7..ac8d31f3 100644
--- a/license.md
+++ b/license.md
@@ -1125,8 +1125,8 @@ File | Artists | Licenses
`graphics/tiles/wood_lab.png` | Fate, Varuna, Enchilado, Wushin | GPLv2
`graphics/tiles/wood_lab_small.png` | Fate, Varuna, Enchilado, Wushin | GPLv2
`graphics/tiles/woodland_graveyard_crypt.png` | :grey_question:, Spit23 | GPLv2
-`graphics/tiles/woodland_graveyard_ground.png` | :grey_question:, Crush | GPLv2
-`graphics/tiles/woodland_graveyard_x3.png` | :grey_question:, Black Don, Crush | GPLv2
+`graphics/tiles/woodland_graveyard_ground.png` | Micksha, :grey_question:, Crush | GPLv2
+`graphics/tiles/woodland_graveyard_x3.png` | Micksha, :grey_question:, Black Don, Crush | GPLv2
`graphics/tiles/woodland_graveyard_x4.png` | :grey_question:, Crush, Spit23 | GPLv2
`graphics/tiles/woodland_ground.png` | :grey_question:, Crush, Wombat, enchilado | GPLv2
`graphics/tiles/woodland_indoor_x2.png` | :grey_question:, Crush, tux9th | GPLv2
diff --git a/npcs/npc171.xml b/npcs/npc171.xml
index e0e7f020..9ae592a5 100644
--- a/npcs/npc171.xml
+++ b/npcs/npc171.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<npcs>
<npc id="171">
- <sprite variant="59">monsters/mouboo.xml</sprite>
+ <sprite variant="59">npcs/mouboo-injured.xml</sprite>
</npc>
</npcs>