summaryrefslogtreecommitdiff
path: root/graphics/particles
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2014-06-15 23:55:34 -0500
committerwushin <pasekei@gmail.com>2014-06-16 09:16:49 -0500
commitb5d806229218ce5c01bf575f82ed553fc2c79646 (patch)
tree61b3b601f72a9ed3079f1863537c65293866c2ce /graphics/particles
parent9dac58a3ff7e6b4383ea7cb72d1a7ab5a1f8f86f (diff)
downloadclientdata-b5d806229218ce5c01bf575f82ed553fc2c79646.tar.gz
clientdata-b5d806229218ce5c01bf575f82ed553fc2c79646.tar.bz2
clientdata-b5d806229218ce5c01bf575f82ed553fc2c79646.tar.xz
clientdata-b5d806229218ce5c01bf575f82ed553fc2c79646.zip
Mushroom Sprite Sheets added
Diffstat (limited to 'graphics/particles')
-rw-r--r--graphics/particles/monster-moonshroom.particle.xml24
-rw-r--r--graphics/particles/moonshroom-attack.particle.xml30
2 files changed, 54 insertions, 0 deletions
diff --git a/graphics/particles/monster-moonshroom.particle.xml b/graphics/particles/monster-moonshroom.particle.xml
new file mode 100644
index 00000000..74df1d86
--- /dev/null
+++ b/graphics/particles/monster-moonshroom.particle.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<!--
+A small cloud particle effect intended for use with the Moonshroom mob
+-->
+<effect>
+ <particle position-x="0" position-y="0" position-z="48">
+ <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="160"/>
+ <property name="fade-out" value="40"/>
+ <property name="fade-in" value="40"/>
+ <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-small.png|W:#ffff00,ffffff"/>
+ <property name="follow-parent"/>
+ </emitter>
+ </particle>
+</effect>
diff --git a/graphics/particles/moonshroom-attack.particle.xml b/graphics/particles/moonshroom-attack.particle.xml
new file mode 100644
index 00000000..1fbdc01b
--- /dev/null
+++ b/graphics/particles/moonshroom-attack.particle.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<!--
+A energy ball like particle effect intended for use of the Moonshroom's attacks.
+-->
+<effect>
+ <particle position-x="0" position-y="0" position-z="8" lifetime="102">
+ <emitter>
+ <property name="image" value="graphics/particles/star-small.png|W:#f7fe70,dfeb01"/>
+ <property name="lifetime" value="200"/>
+ <property name="fade-out" value="100"/>
+ <property name="output" min="1" max="2"/>
+ <property name="power" min="1" max="3"/>
+ <property name="horizontal-angle" min="-15" max="-175"/>
+ <property name="momentum" value="0.95"/>
+ <property name="randomnes" value="200"/>
+ <property name="vertical-angle" min="0" max="90"/>
+ </emitter>
+ <emitter>
+ <property name="image" value="graphics/particles/orb-large.png|W:#f7fe70,dfeb01"/>
+ <property name="lifetime" value="225"/>
+ <property name="fade-out" value="100"/>
+ <property name="output" min="0" max="1"/>
+ <property name="power" value="1"/>
+ <property name="horizontal-angle" min="-10" max="-10"/>
+ <property name="momentum" value="0.95"/>
+ <property name="randomnes" value="75"/>
+ <property name="vertical-angle" min="0" max="90"/>
+ </emitter>
+ </particle>
+</effect>