diff options
author | Jesusaves <jesusalva@themanaworld.org> | 2020-08-17 18:24:08 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-17 21:24:08 +0000 |
commit | ee4aae7fd329b62a7d5f50e497b021bf266d6b5c (patch) | |
tree | 0abd0b6071c8ebd3c7c8f5aca4f7627609fb9fe7 /monsters/monster1152_VoidArchant.xml | |
parent | 766ac42d9f70a5b438217277d4af53da3316f28c (diff) | |
download | clientdata-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/monster1152_VoidArchant.xml')
-rw-r--r-- | monsters/monster1152_VoidArchant.xml | 11 |
1 files changed, 11 insertions, 0 deletions
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> |