diff options
author | Hello=) <hello@themanaworld.org> | 2024-04-06 06:57:17 +0300 |
---|---|---|
committer | Hello TMW <hello@themanaworld.org> | 2024-04-09 04:26:23 +0000 |
commit | 893d8b69ca5eac39acd0b8151ccc8cbe5cca5789 (patch) | |
tree | 7ace4df20c67bc980d4fbc314981033563180b45 /graphics | |
parent | 369a54e1d88a8edf7640c96e78da6a3be7b8abeb (diff) | |
download | clientdata-893d8b69ca5eac39acd0b8151ccc8cbe5cca5789.tar.gz clientdata-893d8b69ca5eac39acd0b8151ccc8cbe5cca5789.tar.bz2 clientdata-893d8b69ca5eac39acd0b8151ccc8cbe5cca5789.tar.xz clientdata-893d8b69ca5eac39acd0b8151ccc8cbe5cca5789.zip |
+2 FX spell channeling effects for boss spells, based on Illia particles
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/particles/channelling-raise-blue.particle.xml | 28 | ||||
-rw-r--r-- | graphics/particles/channelling-raise-red.particle.xml | 28 |
2 files changed, 56 insertions, 0 deletions
diff --git a/graphics/particles/channelling-raise-blue.particle.xml b/graphics/particles/channelling-raise-blue.particle.xml new file mode 100644 index 00000000..7c3f8a6b --- /dev/null +++ b/graphics/particles/channelling-raise-blue.particle.xml @@ -0,0 +1,28 @@ +<?xml version="1.0"?> +<!-- + Blue lines raising to the sky - more intense blueish - by Hello=) +--> +<effect> + <particle position-x="0" position-y="0" position-z="20" lifetime="1"> + <emitter> + <property name="position-z" min="-32" max="32"/> + <property name="position-y" min="-32" max="32"/> + <property name="position-x" min="-16" max="16"/> + <property name="horizontal-angle" min="0" max="360"/> + <property name="vertical-angle" min="0" max="0"/> + <property name="power" value="10"/> + <property name="lifetime" value="1"/> + <property name="output" value="300"/> + <emitter> + <property name="gravity" value="-0.1"/> + <property name="image" value="graphics/particles/vline-small.png|W:#8CA0FF"/> + <property name="lifetime" value="100"/> + <property name="fade-in" value="10"/> + <property name="fade-out" value="90"/> + <property name="output" min="0" max="1"/> + <property name="vertical-angle" value="90"/> + <property name="power" min="0" max="4"/> + </emitter> + </emitter> + </particle> +</effect> diff --git a/graphics/particles/channelling-raise-red.particle.xml b/graphics/particles/channelling-raise-red.particle.xml new file mode 100644 index 00000000..4a0e9377 --- /dev/null +++ b/graphics/particles/channelling-raise-red.particle.xml @@ -0,0 +1,28 @@ +<?xml version="1.0"?> +<!-- + Red-orange lines raising to the sky for bossy spells - by Hello=) +--> +<effect> + <particle position-x="0" position-y="0" position-z="20" lifetime="1"> + <emitter> + <property name="position-z" min="-32" max="32"/> + <property name="position-y" min="-32" max="32"/> + <property name="position-x" min="-16" max="16"/> + <property name="horizontal-angle" min="0" max="360"/> + <property name="vertical-angle" min="0" max="0"/> + <property name="power" value="10"/> + <property name="lifetime" value="1"/> + <property name="output" value="300"/> + <emitter> + <property name="gravity" value="-0.1"/> + <property name="image" value="graphics/particles/vline-small.png|W:#FF7A50"/> + <property name="lifetime" value="100"/> + <property name="fade-in" value="10"/> + <property name="fade-out" value="90"/> + <property name="output" min="0" max="1"/> + <property name="vertical-angle" value="90"/> + <property name="power" min="0" max="4"/> + </emitter> + </emitter> + </particle> +</effect> |