summaryrefslogtreecommitdiff
path: root/graphics/particles
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2023-11-08 03:27:56 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-11-08 03:27:56 +0000
commit4d2ef3ffeed6b9c488ae77015c736a2126a62e58 (patch)
tree33247cb621b7a82f99a853442f4eee2f52373506 /graphics/particles
parent2d4241d0e1e715fb7f6bef15752c2a16fa35ff27 (diff)
downloadclientdata-4d2ef3ffeed6b9c488ae77015c736a2126a62e58.tar.gz
clientdata-4d2ef3ffeed6b9c488ae77015c736a2126a62e58.tar.bz2
clientdata-4d2ef3ffeed6b9c488ae77015c736a2126a62e58.tar.xz
clientdata-4d2ef3ffeed6b9c488ae77015c736a2126a62e58.zip
SC_MATKPOT
Diffstat (limited to 'graphics/particles')
-rw-r--r--graphics/particles/blue-violent-glow.particle.xml38
-rw-r--r--graphics/particles/manadust.particle.xml28
2 files changed, 66 insertions, 0 deletions
diff --git a/graphics/particles/blue-violent-glow.particle.xml b/graphics/particles/blue-violent-glow.particle.xml
new file mode 100644
index 00000000..583953ec
--- /dev/null
+++ b/graphics/particles/blue-violent-glow.particle.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+<!--
+Blue-ish particles that fly up to the sky; based on Crush's Soul Menhir effect.
+-->
+<effect>
+ <particle position-x="0" position-y="0" position-z="0">
+ <emitter>
+ <property name="position-z" min="16" max="48"/>
+ <property name="vertical-angle" min="0" max="90"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="power" min="10" max="25"/>
+ <property name="lifetime" value="1"/>
+ <property name="output" value="1"/>
+ <emitter>
+ <property name="gravity" value="-0.4"/>
+ <property name="momentum" value="0.9"/>
+ <property name="image" value="graphics/particles/gloworb-medium.png|W:#0000ff"/>
+ <property name="lifetime" value="25"/>
+ <property name="fade-in" value="5"/>
+ <property name="fade-out" value="20"/>
+ <property name="output" min="0" max="1"/>
+ <property name="output-pause" min="30" max="80"/>
+ <property name="randomness" value="200"/>
+ </emitter>
+ <emitter>
+ <property name="gravity" value="-0.4"/>
+ <property name="momentum" value="0.9"/>
+ <property name="image" value="graphics/particles/orb-small.png|W:#0000ff"/>
+ <property name="lifetime" value="25"/>
+ <property name="fade-in" value="5"/>
+ <property name="fade-out" value="20"/>
+ <property name="output" min="0" max="1"/>
+ <property name="output-pause" min="30" max="80"/>
+ <property name="randomness" value="200"/>
+ </emitter>
+ </emitter>
+ </particle>
+</effect>
diff --git a/graphics/particles/manadust.particle.xml b/graphics/particles/manadust.particle.xml
new file mode 100644
index 00000000..6e4fff5b
--- /dev/null
+++ b/graphics/particles/manadust.particle.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<!--
+Light blue particles which float to the ground.
+-->
+<effect>
+ <particle position-x="0" position-y="0" position-z="0">
+ <emitter>
+ <property name="vertical-angle" min="0" max="360"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="position-x" min="-16" max="16"/>
+ <property name="position-y" min="-48" max="8"/>
+ <property name="position-z" min="-16" max="16"/>
+ <property name="acceleration" value="0.01"/>
+ <property name="alpha" value="0.9"/>
+ <property name="gravity" value="0.03"/>
+ <property name="momentum" value="0.9"/>
+ <property name="image" value="graphics/particles/orb-small.png|W:#8888ff"/>
+ <property name="lifetime" value="100"/>
+ <property name="fade-in" value="10"/>
+ <property name="fade-out" value="90"/>
+ <property name="bounce" value="0.8"/>
+ <property name="output-pause" value="2"/>
+ <property name="output" min="1" max="2"/>
+ <property name="power" min="0.5" max="1.5"/>
+ <property name="randomness" value="100"/>
+ </emitter>
+ </particle>
+</effect>