summaryrefslogtreecommitdiff
path: root/graphics/particles
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2015-12-03 15:10:30 -0500
committermekolat <mekolat@users.noreply.github.com>2016-04-19 14:15:57 -0400
commit9b9846ef277e235c7afea9fb5fe2da65bb45b880 (patch)
tree308e28a7ef7692ad87edee6a571e36baf81caf02 /graphics/particles
parent99631da21d43a5bedaeb6729a61f69a1cd428c86 (diff)
downloadclientdata-9b9846ef277e235c7afea9fb5fe2da65bb45b880.tar.gz
clientdata-9b9846ef277e235c7afea9fb5fe2da65bb45b880.tar.bz2
clientdata-9b9846ef277e235c7afea9fb5fe2da65bb45b880.tar.xz
clientdata-9b9846ef277e235c7afea9fb5fe2da65bb45b880.zip
Add Celestia quest
Add 016-2 Add 009-8 Add heart necklace effect
Diffstat (limited to 'graphics/particles')
-rw-r--r--graphics/particles/heartnecklace.particle.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/particles/heartnecklace.particle.xml b/graphics/particles/heartnecklace.particle.xml
new file mode 100644
index 00000000..fd63fdbc
--- /dev/null
+++ b/graphics/particles/heartnecklace.particle.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<!--
+Green stars which are supposed to engulf a character
+-->
+<effect>
+ <particle position-x="0" position-y="0" position-z="0">
+ <emitter>
+ <property name="image" value="graphics/particles/single-heart.png"/>
+ <property name="vertical-angle" value="90"/>
+ <property name="gravity" min="-0.5" max="-0.6"/>
+ <property name="momentum" value="0.0001"/>
+ <property name="lifetime" value="166"/>
+ <property name="output" min="-2" max="1"/>
+ <property name="output-pause" min="15" max="24"/>
+ <property name="position-x" min="-16" max="16"/>
+ <property name="position-y" min="16" max="32"/>
+ <property name="position-z" min="16" max="32"/>
+ <property name="fade-in" min="2" max="10"/>
+ <property name="fade-out" min="5" max="30"/>
+ </emitter>
+ </particle>
+</effect>