summaryrefslogtreecommitdiff
path: root/monsters
diff options
context:
space:
mode:
authorJesusaves <jesusalva@themanaworld.org>2020-08-17 18:24:08 -0300
committerGitHub <noreply@github.com>2020-08-17 21:24:08 +0000
commitee4aae7fd329b62a7d5f50e497b021bf266d6b5c (patch)
tree0abd0b6071c8ebd3c7c8f5aca4f7627609fb9fe7 /monsters
parent766ac42d9f70a5b438217277d4af53da3316f28c (diff)
downloadclientdata-ee4aae7fd329b62a7d5f50e497b021bf266d6b5c.tar.gz
clientdata-ee4aae7fd329b62a7d5f50e497b021bf266d6b5c.tar.bz2
clientdata-ee4aae7fd329b62a7d5f50e497b021bf266d6b5c.tar.xz
clientdata-ee4aae7fd329b62a7d5f50e497b021bf266d6b5c.zip
Doomsday Act 5 - Keshlam's Adventurer Guild Utils (#378)
Maps, monsters, effects, also includes the katzei ears with edits. Additional (bonus) content: * PvP Coin ("Murderer Coin") * Golden PVP Cap
Diffstat (limited to 'monsters')
-rw-r--r--monsters/_include.xml11
-rw-r--r--monsters/monster1142_Kage.xml1
-rw-r--r--monsters/monster1151_VoidFlower.xml9
-rw-r--r--monsters/monster1152_VoidArchant.xml11
-rw-r--r--monsters/monster1153_VoidSlime.xml8
-rw-r--r--monsters/monster1154_VoidSnake.xml7
-rw-r--r--monsters/monster1155_VoidBat.xml8
-rw-r--r--monsters/monster1156_VoidMaggot.xml10
-rw-r--r--monsters/monster1157_VoidSoldier.xml12
-rw-r--r--monsters/monster1158_VoidMouboo.xml6
-rw-r--r--monsters/monster1159_VoidScorpion.xml11
-rw-r--r--monsters/monster1160_VoidShroom.xml7
-rw-r--r--monsters/monster1161_Xakelbael.xml14
13 files changed, 115 insertions, 0 deletions
diff --git a/monsters/_include.xml b/monsters/_include.xml
index 70b43f45..d1f34016 100644
--- a/monsters/_include.xml
+++ b/monsters/_include.xml
@@ -145,4 +145,15 @@
<include name="monsters/monster1148_DoomGolem.xml"/>
<include name="monsters/monster1149_TheEnchanter.xml"/>
<include name="monsters/monster1150_ManaTyrant.xml"/>
+ <include name="monsters/monster1151_VoidFlower.xml"/>
+ <include name="monsters/monster1152_VoidArchant.xml"/>
+ <include name="monsters/monster1153_VoidSlime.xml"/>
+ <include name="monsters/monster1154_VoidSnake.xml"/>
+ <include name="monsters/monster1155_VoidBat.xml"/>
+ <include name="monsters/monster1156_VoidMaggot.xml"/>
+ <include name="monsters/monster1157_VoidSoldier.xml"/>
+ <include name="monsters/monster1158_VoidMouboo.xml"/>
+ <include name="monsters/monster1159_VoidScorpion.xml"/>
+ <include name="monsters/monster1160_VoidShroom.xml"/>
+ <include name="monsters/monster1161_Xakelbael.xml"/>
</monsters>
diff --git a/monsters/monster1142_Kage.xml b/monsters/monster1142_Kage.xml
index f57c160d..8fb7155e 100644
--- a/monsters/monster1142_Kage.xml
+++ b/monsters/monster1142_Kage.xml
@@ -10,6 +10,7 @@
<particlefx>graphics/particles/monster-luvia.particle.xml</particlefx>
<particlefx>graphics/particles/soulpool.xml</particlefx>
<particlefx>graphics/particles/angel.particle.xml</particlefx>
+ <sprite>equipment/head/katzeur.xml</sprite>
<attack id="1" critical-hit-effect-id="42" missile-particle="graphics/particles/luvia-attack.particle.xml" action="attack"/>
</monster>
</monsters>
diff --git a/monsters/monster1151_VoidFlower.xml b/monsters/monster1151_VoidFlower.xml
new file mode 100644
index 00000000..7f523aaf
--- /dev/null
+++ b/monsters/monster1151_VoidFlower.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<monsters offset="0">
+ <monster id="1151" name="V0id Flower">
+ <sprite>monsters/flower.xml|#f08808,e06808;#f6ffbd;#23285f</sprite>
+ <sound event="hit">monsters/flower/flower-hit1.ogg</sound>
+ <sound event="hit">monsters/flower/flower-hit2.ogg</sound>
+ <sound event="miss">monsters/flower/flower-miss1.ogg</sound>
+ </monster>
+</monsters>
diff --git a/monsters/monster1152_VoidArchant.xml b/monsters/monster1152_VoidArchant.xml
new file mode 100644
index 00000000..e0fac6e4
--- /dev/null
+++ b/monsters/monster1152_VoidArchant.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<monsters offset="0">
+ <monster id="1152" name="V0id Archant">
+ <sprite>monsters/archant.xml</sprite>
+ <sound event="hit">monsters/scorpion/scorpion-hit1.ogg</sound>
+ <sound event="hit">monsters/scorpion/scorpion-hit2.ogg</sound>
+ <sound event="hit">monsters/scorpion/scorpion-hit3.ogg</sound>
+ <sound event="hit">monsters/scorpion/scorpion-hit4.ogg</sound>
+ <sound event="miss">monsters/scorpion/scorpion-miss1.ogg</sound>
+ </monster>
+</monsters>
diff --git a/monsters/monster1153_VoidSlime.xml b/monsters/monster1153_VoidSlime.xml
new file mode 100644
index 00000000..7ad3459e
--- /dev/null
+++ b/monsters/monster1153_VoidSlime.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<monsters offset="0">
+ <monster id="1153" name="V0id Slime">
+ <sprite>monsters/slime.xml|#fc6e00,ffffff</sprite>
+ <sprite>monsters/accessories/slime-seajelly.xml|#ffaa00,ffffff</sprite>
+ <sound event="hit">monsters/slime/slime-hit1.ogg</sound>
+ </monster>
+</monsters>
diff --git a/monsters/monster1154_VoidSnake.xml b/monsters/monster1154_VoidSnake.xml
new file mode 100644
index 00000000..83791e8c
--- /dev/null
+++ b/monsters/monster1154_VoidSnake.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<monsters offset="0">
+ <monster id="1154" name="V0id Snake">
+ <sprite>monsters/snake.xml|#151515,505050,e02020;#a01010;#ffffff</sprite>
+ <sound event="hit">monsters/cavesnake/cavesnake-hit1.ogg</sound>
+ </monster>
+</monsters>
diff --git a/monsters/monster1155_VoidBat.xml b/monsters/monster1155_VoidBat.xml
new file mode 100644
index 00000000..f25b03df
--- /dev/null
+++ b/monsters/monster1155_VoidBat.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<monsters offset="0">
+ <monster id="1155" name="V0id Bat">
+ <sprite>monsters/crafty.xml</sprite>
+ <sound event="die">monsters/bat/bat-dying1.ogg</sound>
+ <sound event="hit">monsters/bat/bat-hit1.ogg</sound>
+ </monster>
+</monsters>
diff --git a/monsters/monster1156_VoidMaggot.xml b/monsters/monster1156_VoidMaggot.xml
new file mode 100644
index 00000000..8871e4c0
--- /dev/null
+++ b/monsters/monster1156_VoidMaggot.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<monsters offset="0">
+ <monster id="1156" name="V0id Maggot" targetCursor="small">
+ <sprite>monsters/void-maggot.xml</sprite>
+ <sound event="hit">monsters/maggot/maggot-hit1.ogg</sound>
+ <sound event="hit">monsters/maggot/maggot-hit2.ogg</sound>
+ <sound event="miss">monsters/maggot/maggot-miss1.ogg</sound>
+ <sound event="die">monsters/maggot/maggot-dying1.ogg</sound>
+ </monster>
+</monsters>
diff --git a/monsters/monster1157_VoidSoldier.xml b/monsters/monster1157_VoidSoldier.xml
new file mode 100644
index 00000000..dd9cd6fa
--- /dev/null
+++ b/monsters/monster1157_VoidSoldier.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<monsters offset="0">
+ <monster id="1157" name="V0id Soldier">
+ <sprite>model/male.xml|#166876,32992e,23a988,70cd87,a7f1b2;#0e0036,4c264b,a04f62,d2a391,e6d7b8;#3a3a3a,d5d5d5</sprite>
+ <sprite>equipment/feet/warlordboots.xml|#333333,878787</sprite>
+ <sprite>equipment/hands/generic.xml|#242424,626262</sprite>
+ <sprite>equipment/chest/warlordplate.xml|#444444,979797</sprite>
+ <sprite>equipment/head/bull.xml</sprite>
+ <sprite>equipment/weapons/bow-banshee.xml|#1c1b00,1b1a31,5b5660,827e85,9596e0</sprite>
+ <attack id="1" critical-hit-effect-id="28" missile-particle="graphics/particles/arrow.particle.xml" action="attack_bow"/>
+ </monster>
+</monsters>
diff --git a/monsters/monster1158_VoidMouboo.xml b/monsters/monster1158_VoidMouboo.xml
new file mode 100644
index 00000000..0990bcf4
--- /dev/null
+++ b/monsters/monster1158_VoidMouboo.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<monsters offset="0">
+ <monster id="1158" name="V0id Mouboo">
+ <sprite>monsters/moubi.xml</sprite>
+ </monster>
+</monsters>
diff --git a/monsters/monster1159_VoidScorpion.xml b/monsters/monster1159_VoidScorpion.xml
new file mode 100644
index 00000000..4a762d92
--- /dev/null
+++ b/monsters/monster1159_VoidScorpion.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<monsters offset="0">
+ <monster id="1159" name="V0id Scorpion">
+ <sprite>monsters/scorpion.xml|#fc6e00,fa9a00,ffff00,ffffff</sprite>
+ <sound event="hit">monsters/scorpion/scorpion-hit1.ogg</sound>
+ <sound event="hit">monsters/scorpion/scorpion-hit2.ogg</sound>
+ <sound event="hit">monsters/scorpion/scorpion-hit3.ogg</sound>
+ <sound event="hit">monsters/scorpion/scorpion-hit4.ogg</sound>
+ <sound event="miss">monsters/scorpion/scorpion-miss1.ogg</sound>
+ </monster>
+</monsters>
diff --git a/monsters/monster1160_VoidShroom.xml b/monsters/monster1160_VoidShroom.xml
new file mode 100644
index 00000000..fe8827ac
--- /dev/null
+++ b/monsters/monster1160_VoidShroom.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<monsters offset="0">
+ <monster id="1160" name="V0id Mushroom">
+ <sprite>monsters/mushroom-void.xml</sprite>
+ <sound event="hit">monsters/shroom/shroom-hit1.ogg</sound>
+ </monster>
+</monsters>
diff --git a/monsters/monster1161_Xakelbael.xml b/monsters/monster1161_Xakelbael.xml
new file mode 100644
index 00000000..9a8a6495
--- /dev/null
+++ b/monsters/monster1161_Xakelbael.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<monsters offset="0">
+ <monster id="1161" name="Xakelbael the Dark">
+ <sprite>model/base.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite>
+ <sprite>hairstyles/hairstyle06-male.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#000000,202020,404040,dddddd</sprite>
+ <sprite>equipment/feet/assassin-boots.xml</sprite>
+ <sprite>equipment/legs/shorts.xml|#121212,343434</sprite>
+ <sprite>equipment/chest/sorcerer-robe.xml|#121212,343434;#8F47D6</sprite>
+ <sprite>equipment/head/wizard-hat.xml|#070707,121212,663399</sprite>
+ <particlefx>graphics/particles/monster-luvia.particle.xml</particlefx>
+ <particlefx>graphics/particles/angel.particle.xml</particlefx>
+ <attack id="1" critical-hit-effect-id="42" missile-particle="graphics/particles/luvia-attack.particle.xml" action="attack"/>
+ </monster>
+</monsters>