diff options
author | Jesusaves <jesusalva@themanaworld.org> | 2020-03-31 16:46:30 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 19:46:30 +0000 |
commit | e5a7e9e65b6814f506aa7d6995fc766918cda7cc (patch) | |
tree | f540a974bb4b326b51060e1b5cb08c7a998b15ac /monsters | |
parent | 0d954660590f76d05abc8be10808ca4f836b614a (diff) | |
download | clientdata-e5a7e9e65b6814f506aa7d6995fc766918cda7cc.tar.gz clientdata-e5a7e9e65b6814f506aa7d6995fc766918cda7cc.tar.bz2 clientdata-e5a7e9e65b6814f506aa7d6995fc766918cda7cc.tar.xz clientdata-e5a7e9e65b6814f506aa7d6995fc766918cda7cc.zip |
End March Update (#367)
* Sand Cutter with SFX by Ledmitz.
* Add Virus monster by Hocus and Micksha
(it have graphical issues)
* Update Assassin Set effects
* Update Banshee Bow
Diffstat (limited to 'monsters')
-rw-r--r-- | monsters/_include.xml | 1 | ||||
-rw-r--r-- | monsters/monster1139_Virus.xml | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/monsters/_include.xml b/monsters/_include.xml index 5e472147..d149e455 100644 --- a/monsters/_include.xml +++ b/monsters/_include.xml @@ -133,4 +133,5 @@ <include name="monsters/monster1136_LesserGhost.xml"/> <include name="monsters/monster1137_Tormenta.xml"/> <include name="monsters/monster1138_ManaGuardian.xml"/> + <include name="monsters/monster1139_Virus.xml"/> </monsters> diff --git a/monsters/monster1139_Virus.xml b/monsters/monster1139_Virus.xml new file mode 100644 index 00000000..ba8067e0 --- /dev/null +++ b/monsters/monster1139_Virus.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1139" name="Virus"> + <sprite>monsters/virus.xml</sprite> + <sound event="hit">monsters/slime/slime-hit1.ogg</sound> + <attack id="1" missile-particle="graphics/particles/monster-virus-foefire.particle.xml" action="attack"/> + </monster> +</monsters> |