diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-04-19 14:22:30 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-04-19 14:22:30 -0400 |
commit | c3d873a7122a79662d42adef54f1d3ec82a88081 (patch) | |
tree | 308e28a7ef7692ad87edee6a571e36baf81caf02 /graphics/particles/heartnecklace.particle.xml | |
parent | 99631da21d43a5bedaeb6729a61f69a1cd428c86 (diff) | |
parent | 9b9846ef277e235c7afea9fb5fe2da65bb45b880 (diff) | |
download | clientdata-c3d873a7122a79662d42adef54f1d3ec82a88081.tar.gz clientdata-c3d873a7122a79662d42adef54f1d3ec82a88081.tar.bz2 clientdata-c3d873a7122a79662d42adef54f1d3ec82a88081.tar.xz clientdata-c3d873a7122a79662d42adef54f1d3ec82a88081.zip |
Merge pull request #306 from mekolat/gwendolyn
Celestia quest
Diffstat (limited to 'graphics/particles/heartnecklace.particle.xml')
-rw-r--r-- | graphics/particles/heartnecklace.particle.xml | 22 |
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> |