diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-18 15:22:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-18 15:22:26 -0300 |
commit | 92cf933df9e4000faf044f10a31312da2d716ef3 (patch) | |
tree | 38583170ecbbf4c1b702276241fd230fbb3aaf3c /monsters.xml | |
parent | 72aeb8df3f869cdf410a535ca4473bc7571b2580 (diff) | |
download | clientdata-92cf933df9e4000faf044f10a31312da2d716ef3.tar.gz clientdata-92cf933df9e4000faf044f10a31312da2d716ef3.tar.bz2 clientdata-92cf933df9e4000faf044f10a31312da2d716ef3.tar.xz clientdata-92cf933df9e4000faf044f10a31312da2d716ef3.zip |
[Experimental] Add three new monsters: Pollet, Energy Ball and Psi Brain (BOSS).
Pipelines may fail.
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index 2e36101e..e1b5dfcc 100644 --- a/monsters.xml +++ b/monsters.xml @@ -1052,6 +1052,18 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s <sprite>monsters/pixie.xml|#aaff88</sprite> <sound event="hit">monsters/frostiana/hit1.ogg</sound> </monster> + <monster id="1219" name="Pollet"> + <sprite>monsters/penguin.xml</sprite> + <sound event="hit">monsters/frostiana/hit1.ogg</sound> + </monster> + <monster id="1220" name="Energy Ball"> + <sprite>monsters/ball-lightning.xml</sprite> + <sound event="hit">monsters/frostiana/hit1.ogg</sound> + </monster> + <monster id="1221" name="Psi Conscience"> + <sprite>monsters/psi-brain.xml</sprite> + <sound event="hit">monsters/frostiana/hit1.ogg</sound> + </monster> <!-- RESERVED --> <monster id="1500" name="Moubootaur"> |