diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-11-02 10:34:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-11-02 10:34:36 -0300 |
commit | 81e1c0b45f4920e070e8e7eb90ea858eb79f3ad7 (patch) | |
tree | 3e740104151887fb6a4ef276a1a819cab05fa344 /monsters.xml | |
parent | e590d6dc878a95882af620309399d979fab78499 (diff) | |
download | clientdata-81e1c0b45f4920e070e8e7eb90ea858eb79f3ad7.tar.gz clientdata-81e1c0b45f4920e070e8e7eb90ea858eb79f3ad7.tar.bz2 clientdata-81e1c0b45f4920e070e8e7eb90ea858eb79f3ad7.tar.xz clientdata-81e1c0b45f4920e070e8e7eb90ea858eb79f3ad7.zip |
Missing sprite + bugfix
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index c1a7f573..ac654fb0 100644 --- a/monsters.xml +++ b/monsters.xml @@ -935,4 +935,18 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s <monster id="1204" name="Pumpkandy" targetCursor="medium"> <sprite>monsters/pumpkandy.xml</sprite> </monster> + <monster id="1205" name="The Monster King"> + <sprite>races/human-male.xml</sprite> + <sprite>hairstyles/hairstyle7.xml|#2b2b2b,3d2613,3f3f3f,4e3117,585858,774c20,858585,8f5d22,a7a7a7,ae772d,d6d6d6,dbae5c,ffffff,f7e1ad</sprite> + + <sprite>equipment/chest/warlordplate-male.xml|#573f10,9c8226,d3c04b,ffffff</sprite> + <sprite>equipment/weapons/lidersword.xml</sprite> + <sprite>equipment/legs/bromenalpants-male.xml</sprite> + <sprite>equipment/feet/boots-male.xml|#212121</sprite> + + <sound event="hit">special/nature-thunder.ogg</sound> + <sound event="miss">weapons/piouslayer/miss1.ogg</sound> + <!--sound event="die">short-sword-die1.ogg</sound--> + <!--attack id="1" missile-particle="graphics/particles/lightning-lunovox.xml" action="attack"/--> + </monster> </monsters> |