summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/particles/magicbif.particle.xml19
-rw-r--r--graphics/particles/smallmagicbif.particle.xml25
-rw-r--r--graphics/particles/smallmagicbif.particule.xml25
-rw-r--r--monsters.xml8
4 files changed, 64 insertions, 13 deletions
diff --git a/graphics/particles/magicbif.particle.xml b/graphics/particles/magicbif.particle.xml
index 9b5367b6..a60b9bb8 100644
--- a/graphics/particles/magicbif.particle.xml
+++ b/graphics/particles/magicbif.particle.xml
@@ -1,25 +1,26 @@
<?xml version="1.0"?>
-<!--
+<!-- Author: Saulc
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="45">
+ <particle position-x="0" position-y="0" position-z="40">
<emitter>
- <property name="position-x" min="-20" max="36"/>
- <property name="position-y" min="-18" max="18"/>
- <property name="position-z" min="-18" max="18"/>
+ <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="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="200"/>
- <property name="fade-out" value="60"/>
+ <property name="lifetime" value="120"/>
+ <property name="fade-out" value="50"/>
<property name="fade-in" value="60"/>
<property name="output" min="-20" max="1"/>
- <property name="acceleration" value="0.15"/>
+ <property name="acceleration" value="0.1"/>
<property name="alpha" value="0.5"/>
- <property name="image" value="graphics/particles/star-small2.png|W:#ffa10c,ff0e93"/>
+ <property name="image" value="graphics/particles/star-small2.png|W:#6a00fc,1c9fff"/>
<property name="follow-parent"/>
</emitter>
</particle>
</effect>
+
diff --git a/graphics/particles/smallmagicbif.particle.xml b/graphics/particles/smallmagicbif.particle.xml
new file mode 100644
index 00000000..78ddca71
--- /dev/null
+++ b/graphics/particles/smallmagicbif.particle.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+<!--
+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="40">
+ <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="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="120"/>
+ <property name="fade-out" value="50"/>
+ <property name="fade-in" value="60"/>
+ <property name="output" min="-20" max="1"/>
+ <property name="acceleration" value="0.1"/>
+ <property name="alpha" value="0.5"/>
+ <property name="image" value="graphics/particles/star-small2.png|W:ffa10c,ff0e93"/>
+ <property name="follow-parent"/>
+ </emitter>
+ </particle>
+</effect>
diff --git a/graphics/particles/smallmagicbif.particule.xml b/graphics/particles/smallmagicbif.particule.xml
new file mode 100644
index 00000000..9c1543a0
--- /dev/null
+++ b/graphics/particles/smallmagicbif.particule.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+<!-- Author: Saulc
+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="45">
+ <emitter>
+ <property name="position-x" min="-20" max="36"/>
+ <property name="position-y" min="-18" max="18"/>
+ <property name="position-z" min="-18" max="18"/>
+ <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="200"/>
+ <property name="fade-out" value="60"/>
+ <property name="fade-in" value="60"/>
+ <property name="output" min="-20" max="1"/>
+ <property name="acceleration" value="0.15"/>
+ <property name="alpha" value="0.5"/>
+ <property name="image" value="graphics/particles/star-small2.png|W:#ffa10c,ff0e93"/>
+ <property name="follow-parent"/>
+ </emitter>
+ </particle>
+</effect>
diff --git a/monsters.xml b/monsters.xml
index e60c58e3..65a11334 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -529,15 +529,15 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or
-->
</monster>
<monster id="1117" name="Small Magic Bif" targetCursor="small">
- <sprite>monsters/smallbif.xml|#4b4bbd,888af4</sprite>
- <particlefx>graphics/particles/magicbif.particle.xml</particlefx>
+ <sprite>monsters/smallbif.xml|#ffa10c,ff0e93</sprite>
+ <particlefx>graphics/particles/smallmagicbif.particle.xml</particlefx>
</monster>
<monster id="1118" name="Magic Bif" targetCursor="medium">
- <sprite>monsters/bif.xml|#ffa10c,ff0e93</sprite>
+ <sprite>monsters/bif.xml|#6a00fc,1c9fff</sprite>
<particlefx>graphics/particles/magicbif.particle.xml</particlefx>
</monster>
<monster id="1119" name="Big Magic Bif" targetCursor="medium">
- <sprite>monsters/bigbif.xml|#ff059d,#ff0e93</sprite>
+ <sprite>monsters/bigbif.xml|W:#ff059d,#ff0e93</sprite>
<particlefx>graphics/particles/bigmagicbif.particle.xml</particlefx>
</monster>
</monsters>