summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--effects.xml4
-rw-r--r--graphics/sprites/npcs/mouboo-injured.xml9
-rw-r--r--monsters/monster1129_GeneralTerogan.xml2
-rw-r--r--npcs/npc171.xml2
4 files changed, 13 insertions, 4 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/monsters/monster1129_GeneralTerogan.xml b/monsters/monster1129_GeneralTerogan.xml
index f1d58217..94f9921c 100644
--- a/monsters/monster1129_GeneralTerogan.xml
+++ b/monsters/monster1129_GeneralTerogan.xml
@@ -4,7 +4,7 @@
<sprite>monsters/skeleton.xml|#aca379</sprite>
<sprite>equipment/chest/robe.xml|#ea0000,333333</sprite>
<sprite>equipment/head/phylactery.xml</sprite>
- <sprite>equipment/head/evileyes.xml</sprite>
+ <!-- <sprite>equipment/head/evileyes.xml</sprite> Commented due to missing frame errors, which cause lag. evileyes.xml needs rework -->
<sprite>equipment/hands/magefire.xml</sprite>
<attack id="1" critical-hit-effect-id="42" missile-particle="graphics/particles/thelost-attack.particle.xml" action="attack"/>
</monster>
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>