diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-16 07:43:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-16 07:43:25 -0300 |
commit | eb5d610da7f38aefd3367bd208a6e61a15ea5562 (patch) | |
tree | 356d7055a6e8f223f9d54b06563ea5f0baaf673c | |
parent | 4b4c7da312d9a5647cd4845bd5b663afc5a8ff12 (diff) | |
download | clientdata-eb5d610da7f38aefd3367bd208a6e61a15ea5562.tar.gz clientdata-eb5d610da7f38aefd3367bd208a6e61a15ea5562.tar.bz2 clientdata-eb5d610da7f38aefd3367bd208a6e61a15ea5562.tar.xz clientdata-eb5d610da7f38aefd3367bd208a6e61a15ea5562.zip |
Slime mothers, not all of them are ingame (yet)
-rw-r--r-- | monsters.xml | 53 |
1 files changed, 51 insertions, 2 deletions
diff --git a/monsters.xml b/monsters.xml index 05f4515e..ab21f490 100644 --- a/monsters.xml +++ b/monsters.xml @@ -1028,14 +1028,14 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s <sprite>monsters/moubooslime.xml</sprite> <sound event="hit">monsters/slime/slime-hit1.ogg</sound> </monster> - <monster id="1202" name="Forest Ghost" targetCursor="medium"> + <monster id="1202" name="Forest Ghost" targetCursor="medium"> <sprite>monsters/candorghost.xml</sprite> <sprite>monsters/forestpiou.xml</sprite> </monster> <monster id="1203" name="Michel" targetCursor="medium"> <sprite>monsters/michel.xml</sprite> </monster> - <monster id="1204" name="Pumpkandy" targetCursor="medium"> + <monster id="1204" name="Pumpkandy" targetCursor="medium"> <sprite>monsters/pumpkandy.xml</sprite> </monster> <monster id="1205" name="Andrei Sakar"> @@ -1240,6 +1240,55 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s <attack id="1" missile-particle="graphics/particles/arrow-directions.xml" action="attack"/> </monster> + <monster id="1236" name="Green Slime Mother"> + <sprite>monsters/slime-mother.xml|#72982c,ffffff</sprite> + <sound event="hit">monsters/slime/slime-hit1.ogg</sound> + </monster> + <monster id="1237" name="Blue Slime Mother"> + <sprite>monsters/slime-mother.xml|#2121ae,ffffff</sprite> + <sound event="hit">monsters/slime/slime-hit1.ogg</sound> + </monster> + <monster id="1238" name="Copper Slime Mother"> + <sprite>monsters/slime-mother.xml|#a1734c,ffffff</sprite> + <sound event="hit">monsters/slime/slime-hit1.ogg</sound> + </monster> + <monster id="1239" name="Yellow Slime Mother"> + <sprite>monsters/slime-mother.xml|#b47f00,ffffff</sprite> + <sound event="hit">monsters/slime/slime-hit1.ogg</sound> + </monster> + <monster id="1240" name="Red Slime Mother"> + <sprite>monsters/slime-mother.xml|#7e0000,ffffff</sprite> + <sound event="hit">monsters/slime/slime-hit1.ogg</sound> + </monster> + <monster id="1241" name="Sea Slime Mother"> + <sprite>monsters/slime-mother.xml|#4ca1a0,ffffff</sprite> + <sound event="hit">monsters/slime/slime-hit1.ogg</sound> + </monster> + <monster id="1242" name="White Slime Mother"> + <sprite>monsters/slime-mother.xml|#dcdcff,ffffff</sprite> + <sound event="die">monsters/slime/slime-hit1.ogg</sound> + </monster> + <monster id="1243" name="Azul Slime Mother"> + <sprite>monsters/slime-mother.xml|#3080e4,d2f4ff</sprite> + <sound event="die">monsters/slime/slime-hit1.ogg</sound> + </monster> + <monster id="1244" name="Lava Slime Mother"> + <sprite>monsters/slime-mother.xml|#bb0201,ff9934,ffd366</sprite> + <sound event="hit">monsters/slime/slime-hit1.ogg</sound> + </monster> + <monster id="1245" name="Black Slime Mother"> + <sprite>monsters/slime-mother.xml|#494949,ffffff</sprite> + <sound event="hit">monsters/slime/slime-hit1.ogg</sound> + </monster> + <monster id="1246" name="Chocolate Slime Mother"> + <sprite>monsters/slime-mother.xml|#8a5825</sprite> + <sound event="hit">monsters/slime/slime-hit1.ogg</sound> + </monster> + <monster id="1247" name="Great Mouboo Slime"> + <sprite>monsters/slime-mother.xml|#ae6244,ffffff</sprite> + <sound event="hit">monsters/slime/slime-hit1.ogg</sound> + </monster> + <!-- RESERVED --> <monster id="1493" name="Game Master"> <!-- Male Game Master --> |