diff options
-rw-r--r-- | graphics/particles/bigmagicbif.particle.xml (renamed from graphics/particles/magicbif.particle.xml) | 18 | ||||
-rw-r--r-- | graphics/particles/star-small2.png | bin | 799 -> 816 bytes | |||
-rw-r--r-- | monsters.xml | 6 |
3 files changed, 12 insertions, 12 deletions
diff --git a/graphics/particles/magicbif.particle.xml b/graphics/particles/bigmagicbif.particle.xml index d2aa5177..1700d241 100644 --- a/graphics/particles/magicbif.particle.xml +++ b/graphics/particles/bigmagicbif.particle.xml @@ -4,21 +4,21 @@ A small cloud particle effect intended for use with the bif mob Copyright (C) 2018 TMW2 --> <effect> - <particle position-x="0" position-y="0" position-z="28"> + <particle position-x="0" position-y="0" position-z="50"> <emitter> - <property name="position-x" min="-16" max="32"/> - <property name="position-y" min="-16" max="16"/> - <property name="position-z" min="-16" max="16"/> + <property name="position-x" min="-15" max="35"/> + <property name="position-y" min="-17" max="17"/> + <property name="position-z" min="-17" max="17"/> <property name="horizontal-angle" min="0" max="360"/> <property name="vertical-angle" min="0" max="360"/> <property name="power" min="0.4" max="2"/> - <property name="lifetime" value="320"/> - <property name="fade-out" value="40"/> - <property name="fade-in" value="40"/> + <property name="lifetime" value="300"/> + <property name="fade-out" value="60"/> + <property name="fade-in" value="60"/> <property name="output" min="-20" max="1"/> - <property name="acceleration" value="0.1"/> + <property name="acceleration" value="0.15"/> <property name="alpha" value="0.5"/> - <property name="image" value="graphics/particles/star-small2.png|W:#581a1a,ffffff"/> + <property name="image" value="graphics/particles/star-small2.png|W:#ff059d,ff0e93"/> <property name="follow-parent"/> </emitter> </particle> diff --git a/graphics/particles/star-small2.png b/graphics/particles/star-small2.png Binary files differindex f537f317..3951b78f 100644 --- a/graphics/particles/star-small2.png +++ b/graphics/particles/star-small2.png 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> |