summaryrefslogtreecommitdiff
path: root/graphics/particles
diff options
context:
space:
mode:
authorVincent Petithory <vincent.petithory@gmail.com>2013-03-24 17:00:53 +0100
committerVincent Petithory <vincent.petithory@gmail.com>2013-03-24 17:00:53 +0100
commit0f0a2c0962f02ebe7fa273284aa17ef9bc835509 (patch)
treea5718260ccb83ae6812a003e46eaf1c124a1a18f /graphics/particles
parent2ec0674a75cc61e74d8e5843b7a4fd6dae7a39df (diff)
downloadclientdata-0f0a2c0962f02ebe7fa273284aa17ef9bc835509.tar.gz
clientdata-0f0a2c0962f02ebe7fa273284aa17ef9bc835509.tar.bz2
clientdata-0f0a2c0962f02ebe7fa273284aa17ef9bc835509.tar.xz
clientdata-0f0a2c0962f02ebe7fa273284aa17ef9bc835509.zip
Add a particle effect that can be used when the player receives some object.
Diffstat (limited to 'graphics/particles')
-rw-r--r--graphics/particles/object-getitem.particle.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/graphics/particles/object-getitem.particle.xml b/graphics/particles/object-getitem.particle.xml
new file mode 100644
index 00000000..b71ffc5d
--- /dev/null
+++ b/graphics/particles/object-getitem.particle.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+<!--
+ Small green orbs and orange stars swirling around the player.
+-->
+<effect>
+ <particle position-x="0" position-y="0" position-z="16" lifetime="1">
+ <emitter>
+ <property name="position-z" min="14" max="18"/>
+ <property name="position-y" min="-8" max="8"/>
+ <property name="position-x" min="-8" max="8"/>
+ <property name="vertical-angle" min="0" max="0"/>
+ <property name="power" value="3"/>
+ <property name="lifetime" value="1"/>
+ <property name="output" value="16"/>
+ <emitter>
+ <property name="image" value="graphics/particles/orb-small.png|W:#57CA00"/>
+ <property name="lifetime" value="70"/>
+ <property name="output" min="1" max="2"/>
+ <property name="power" min="0" max="2"/>
+ <property name="horizontal-angle" min="-15" max="-175"/>
+ <property name="momentum" value="0.95"/>
+ <property name="randomnes" value="100"/>
+ <property name="vertical-angle" min="0" max="90"/>
+ </emitter>
+ <emitter>
+ <property name="image" value="graphics/particles/star-small.png|W:#FF6633,FFFFFF"/>
+ <property name="lifetime" value="70"/>
+ <property name="output" min="1" max="2"/>
+ <property name="power" min="0" max="2"/>
+ <property name="horizontal-angle" min="-15" max="-175"/>
+ <property name="momentum" value="0.95"/>
+ <property name="randomnes" value="100"/>
+ <property name="vertical-angle" min="0" max="90"/>
+ </emitter>
+ </emitter>
+ </particle>
+</effect>