diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-30 12:48:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-30 12:48:13 -0300 |
commit | d870d34282b8e497c8616b11ba427b75bcf71166 (patch) | |
tree | f9d839f420cf22bdcee8824e6be8501b18866a95 /monsters | |
parent | f230b9dce72336351ac7d3c880569c42f3c29c69 (diff) | |
download | clientdata-d870d34282b8e497c8616b11ba427b75bcf71166.tar.gz clientdata-d870d34282b8e497c8616b11ba427b75bcf71166.tar.bz2 clientdata-d870d34282b8e497c8616b11ba427b75bcf71166.tar.xz clientdata-d870d34282b8e497c8616b11ba427b75bcf71166.zip |
Tormenta
Diffstat (limited to 'monsters')
-rw-r--r-- | monsters/_include.xml | 1 | ||||
-rw-r--r-- | monsters/monster1137_Tormenta.xml | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/monsters/_include.xml b/monsters/_include.xml index c36b23bc..121d8f14 100644 --- a/monsters/_include.xml +++ b/monsters/_include.xml @@ -131,4 +131,5 @@ <include name="monsters/monster1134_SUSAN.xml"/> <include name="monsters/monster1135_LovelyMaggot.xml"/> <include name="monsters/monster1136_LesserGhost.xml"/> + <include name="monsters/monster1137_Tormenta.xml"/> </monsters> diff --git a/monsters/monster1137_Tormenta.xml b/monsters/monster1137_Tormenta.xml new file mode 100644 index 00000000..3b584a25 --- /dev/null +++ b/monsters/monster1137_Tormenta.xml @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1137" name="Tormenta"> + <sprite>model/base.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> + <sprite>hairstyles/hairstyle13-female.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/soulpool.xml</particlefx> + <attack id="1" critical-hit-effect-id="42" missile-particle="graphics/particles/luvia-attack.particle.xml" action="attack"/> + </monster> +</monsters> |