summaryrefslogtreecommitdiff
path: root/graphics/particles/bigmagicbif.particle.xml
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-03-14 00:16:45 +0100
committerSaulc <lucashelaine14@gmail.com>2018-03-14 00:16:45 +0100
commitdce0857dcd52767d6bcaedf273c6a21e2467220e (patch)
treeb05fff10f1bc3158b607019827cbf0a8365f9a82 /graphics/particles/bigmagicbif.particle.xml
parent596b8364f7d4e107cdcc7da7c05dee8b1a38575f (diff)
downloadclientdata-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 'graphics/particles/bigmagicbif.particle.xml')
-rw-r--r--graphics/particles/bigmagicbif.particle.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/particles/bigmagicbif.particle.xml b/graphics/particles/bigmagicbif.particle.xml
new file mode 100644
index 00000000..1700d241
--- /dev/null
+++ b/graphics/particles/bigmagicbif.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="50">
+ <emitter>
+ <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="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.15"/>
+ <property name="alpha" value="0.5"/>
+ <property name="image" value="graphics/particles/star-small2.png|W:#ff059d,ff0e93"/>
+ <property name="follow-parent"/>
+ </emitter>
+ </particle>
+</effect>