summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHello=) <hello@themanaworld.org>2024-04-06 06:57:17 +0300
committerHello TMW <hello@themanaworld.org>2024-04-09 04:26:23 +0000
commit893d8b69ca5eac39acd0b8151ccc8cbe5cca5789 (patch)
tree7ace4df20c67bc980d4fbc314981033563180b45
parent369a54e1d88a8edf7640c96e78da6a3be7b8abeb (diff)
downloadclientdata-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
-rw-r--r--effects.xml2
-rw-r--r--graphics/particles/channelling-raise-blue.particle.xml28
-rw-r--r--graphics/particles/channelling-raise-red.particle.xml28
3 files changed, 58 insertions, 0 deletions
diff --git a/effects.xml b/effects.xml
index 59f5df5a..2b0a6b36 100644
--- a/effects.xml
+++ b/effects.xml
@@ -90,6 +90,8 @@
<effect id="54" audio="oblivion.ogg"/>
<effect id="55" particle="graphics/particles/snowball-crit.particle.xml"/>
<effect id="56" audio="system/levelup-long.ogg" particle="graphics/particles/levelup.particle.xml"/>
+ <effect id="57" particle="graphics/particles/channelling-raise-red.particle.xml"/>
+ <effect id="58" particle="graphics/particles/channelling-raise-blue.particle.xml"/>
<effect id="69" particle="graphics/particles/python.xml" audio="env/fart.ogg"/>
<effect id="70" particle="graphics/particles/monster-rotter-hit.xml" audio="monsters/slime/slime-hurt1.ogg"/>
<effect id="71" particle="graphics/particles/monster-rotter-crit.xml" audio="monsters/rotter/crit1.ogg"/>
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>