summaryrefslogtreecommitdiff
path: root/graphics/particles/manadust.particle.xml
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2023-11-08 03:27:56 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-11-08 03:27:56 +0000
commit700e44498a53b08c0328ab51d821bd60bec4d70a (patch)
tree33247cb621b7a82f99a853442f4eee2f52373506 /graphics/particles/manadust.particle.xml
parent2d4241d0e1e715fb7f6bef15752c2a16fa35ff27 (diff)
parent4d2ef3ffeed6b9c488ae77015c736a2126a62e58 (diff)
downloadclientdata-700e44498a53b08c0328ab51d821bd60bec4d70a.tar.gz
clientdata-700e44498a53b08c0328ab51d821bd60bec4d70a.tar.bz2
clientdata-700e44498a53b08c0328ab51d821bd60bec4d70a.tar.xz
clientdata-700e44498a53b08c0328ab51d821bd60bec4d70a.zip
Merge branch 'matkpot' into 'master'
SC_MATKPOT See merge request legacy/clientdata!550
Diffstat (limited to 'graphics/particles/manadust.particle.xml')
-rw-r--r--graphics/particles/manadust.particle.xml28
1 files changed, 28 insertions, 0 deletions
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>