summaryrefslogtreecommitdiff
path: root/graphics/particles/green-bubbles.particle.xml
diff options
context:
space:
mode:
authorChuck Miller <shadowmil@gmail.com>2009-05-16 01:33:23 -0400
committerChuck Miller <shadowmil@gmail.com>2009-05-16 01:33:23 -0400
commit160c2478a57a6a8e1adbf382219971c603273480 (patch)
tree9b03abb6e9ea18b655296b0cc08d0d1214db3af1 /graphics/particles/green-bubbles.particle.xml
parenteb69c50a6e4870fa695752cb27b9146c4010723d (diff)
parent35522c784bd6f0ddc802f96cf3ee0e1f1871fae8 (diff)
downloadclientdata-160c2478a57a6a8e1adbf382219971c603273480.tar.gz
clientdata-160c2478a57a6a8e1adbf382219971c603273480.tar.bz2
clientdata-160c2478a57a6a8e1adbf382219971c603273480.tar.xz
clientdata-160c2478a57a6a8e1adbf382219971c603273480.zip
Merge branch 'master' of git://gitorious.org/tmwdata/mainline
Diffstat (limited to 'graphics/particles/green-bubbles.particle.xml')
-rw-r--r--graphics/particles/green-bubbles.particle.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/graphics/particles/green-bubbles.particle.xml b/graphics/particles/green-bubbles.particle.xml
new file mode 100644
index 00000000..e272d85c
--- /dev/null
+++ b/graphics/particles/green-bubbles.particle.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0"?>
+<!--
+Green poison bubbles
+-->
+<effect>
+ <particle
+ position-x = "0"
+ position-y = "0"
+ position-z = "0"
+ >
+ <emitter>
+ <property name="position-z" value="90" />
+ <property name="position-y" min="-8" max="8"/>
+ <property name="vertical-angle" min="0" max="90"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="power" min="4" max="15"/>
+ <property name="lifetime" value="1"/>
+ <property name="output" value="1"/>
+ <emitter>
+ <property name="gravity" value="-0.1"/>
+ <property name="momentum" value="0.9"/>
+ <animation imageset="graphics/particles/fullbubble-16px.png|W:#80ff80,40a020" width="16" height="16">
+ <frame index="0" delay="80" />
+ <frame index="1" delay="80" />
+ <frame index="2" delay="80" />
+ <frame index="3" delay="80" />
+ <frame index="4" delay="80" />
+ <frame index="5" delay="30" />
+ <frame index="6" delay="20" />
+ <frame index="7" delay="-1" />
+ </animation>
+ <property name="lifetime" value="45"/>
+ <property name="fade-in" value="0"/>
+ <property name="fade-out" value="10"/>
+ <property name="output" min="0" max="1"/>
+ <property name="output-pause" min="30" max="80"/>
+ </emitter>
+ </emitter>
+ </particle>
+</effect>