diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-03-14 00:16:45 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-03-14 00:16:45 +0100 |
commit | dce0857dcd52767d6bcaedf273c6a21e2467220e (patch) | |
tree | b05fff10f1bc3158b607019827cbf0a8365f9a82 /monsters.xml | |
parent | 596b8364f7d4e107cdcc7da7c05dee8b1a38575f (diff) | |
download | clientdata-dce0857dcd52767d6bcaedf273c6a21e2467220e.tar.gz clientdata-dce0857dcd52767d6bcaedf273c6a21e2467220e.tar.bz2 clientdata-dce0857dcd52767d6bcaedf273c6a21e2467220e.tar.xz clientdata-dce0857dcd52767d6bcaedf273c6a21e2467220e.zip |
better particule and color for big magic bif
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/monsters.xml b/monsters.xml index 3cacfeb5..cc642700 100644 --- a/monsters.xml +++ b/monsters.xml @@ -520,7 +520,6 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or </monster> <monster id="1115" name="Big Sapphire Bif" targetCursor="medium"> <sprite>monsters/bigbif.xml|#4b4bbd,888af4</sprite> - </monster> <!-- FIXME broken XML <monster id="1116" name="Demonic Mouboo" targetCursor="medium"> <sprite>monsters/demonicmouboo.xml</sprite> @@ -528,6 +527,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <particlefx>graphics/particles/demonicmouboo.particle.xml</particlefx> </monster> --> + </monster> <monster id="1117" name="Small Magic Bif" targetCursor="small"> <sprite>monsters/smallbif.xml|#4b4bbd,888af4</sprite> <particlefx>graphics/particles/magicbif.particle.xml</particlefx> @@ -537,7 +537,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <particlefx>graphics/particles/magicbif.particle.xml</particlefx>> </monster> <monster id="1119" name="Big Magic Bif" targetCursor="medium"> - <sprite>monsters/bigbif.xml|#ff008e,888af4</sprite> - <particlefx>graphics/particles/magicbif.particle.xml</particlefx> + <sprite>monsters/bigbif.xml|#ff059d,#ff0e93</sprite> + <particlefx>graphics/particles/bigmagicbif.particle.xml</particlefx> </monster> </monsters> |