summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/sprites/npcs/mouboo-injured.xml9
-rw-r--r--monsters/monster1129_GeneralTerogan.xml2
-rw-r--r--npcs/npc171.xml2
3 files changed, 11 insertions, 2 deletions
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>