diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-26 01:25:11 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-26 01:25:11 +0100 |
commit | 5c570aed7c22927c4e11b804e9a33f486b4bc89a (patch) | |
tree | 106bc2ee442f6c33dbced58d8ad4ef2423a0d6ff /graphics | |
parent | 3604e8120d4ae0cad5f9e1e331ce806235703d20 (diff) | |
download | clientdata-5c570aed7c22927c4e11b804e9a33f486b4bc89a.tar.gz clientdata-5c570aed7c22927c4e11b804e9a33f486b4bc89a.tar.bz2 clientdata-5c570aed7c22927c4e11b804e9a33f486b4bc89a.tar.xz clientdata-5c570aed7c22927c4e11b804e9a33f486b4bc89a.zip |
add moonshroom particules
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/particles/moonshroom-attack.particle.xml | 30 | ||||
-rw-r--r-- | graphics/particles/moonshroom.particle.xml | 24 |
2 files changed, 54 insertions, 0 deletions
diff --git a/graphics/particles/moonshroom-attack.particle.xml b/graphics/particles/moonshroom-attack.particle.xml new file mode 100644 index 00000000..95eed9e1 --- /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="randomness" 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="randomness" value="75"/> + <property name="vertical-angle" min="0" max="90"/> + </emitter> + </particle> +</effect> diff --git a/graphics/particles/moonshroom.particle.xml b/graphics/particles/moonshroom.particle.xml new file mode 100644 index 00000000..c3da0639 --- /dev/null +++ b/graphics/particles/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> |