diff options
author | Chuck Miller <shadowmil@gmail.com> | 2011-04-25 01:57:40 -0400 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2011-06-10 04:09:58 -0400 |
commit | 191b68a3f4ca34407489c1c026d9d3e059d6a87a (patch) | |
tree | f2e3bcb2a85362ac81fe8987bcc3b369cef13edf /graphics/particles/electricity.red.large.xml | |
parent | 4645bf583f413ccf3acc4b64da8856e6cb6b06a0 (diff) | |
download | clientdata-191b68a3f4ca34407489c1c026d9d3e059d6a87a.tar.gz clientdata-191b68a3f4ca34407489c1c026d9d3e059d6a87a.tar.bz2 clientdata-191b68a3f4ca34407489c1c026d9d3e059d6a87a.tar.xz clientdata-191b68a3f4ca34407489c1c026d9d3e059d6a87a.zip |
Add the data need for the electricity boss battle
Diffstat (limited to 'graphics/particles/electricity.red.large.xml')
-rw-r--r-- | graphics/particles/electricity.red.large.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/particles/electricity.red.large.xml b/graphics/particles/electricity.red.large.xml new file mode 100644 index 00000000..8c936190 --- /dev/null +++ b/graphics/particles/electricity.red.large.xml @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<effect> + <particle + position-x = "0" + position-y = "0" + position-z = "0" + > + <emitter> + <property name="lifetime" value="80"/> + <property name="output" value="2"/> + <property name="position-x" min="-32" max="32" /> + <property name="position-y" min="-32" max="32" /> + <property name="gravity" value="-1.5"/> + <property name="momentum" value="0.3"/> + <animation imageset="graphics/particles/electricity.particle.png|W:#FF0000" width="15" height="15"> + <sequence start="0" end="7" delay="20" /> + </animation> + <property name="fade-out" value="30"/> + </emitter> + </particle> +</effect> |