diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2012-09-24 15:00:15 +0200 |
---|---|---|
committer | Vincent Petithory <vincent.petithory@gmail.com> | 2012-12-17 18:41:46 +0100 |
commit | 4751e25a4fc9cd52ff16828005c7fc003c30eeca (patch) | |
tree | 444ed7e7f0a67e20a0c1dc4806ad00ebd987bfa9 /graphics/particles/channelling-cast.particle.xml | |
parent | 2ac233c85d1559695e258e902f84493078d3dfb3 (diff) | |
download | clientdata-4751e25a4fc9cd52ff16828005c7fc003c30eeca.tar.gz clientdata-4751e25a4fc9cd52ff16828005c7fc003c30eeca.tar.bz2 clientdata-4751e25a4fc9cd52ff16828005c7fc003c30eeca.tar.xz clientdata-4751e25a4fc9cd52ff16828005c7fc003c30eeca.zip |
Add Illia quest particle effects
Diffstat (limited to 'graphics/particles/channelling-cast.particle.xml')
-rw-r--r-- | graphics/particles/channelling-cast.particle.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/graphics/particles/channelling-cast.particle.xml b/graphics/particles/channelling-cast.particle.xml new file mode 100644 index 00000000..2bbc357b --- /dev/null +++ b/graphics/particles/channelling-cast.particle.xml @@ -0,0 +1,28 @@ +<?xml version="1.0"?> +<!-- + A large blue magical explosion +--> +<effect> + <particle position-x="0" position-y="0" position-z="20" lifetime="1"> + <emitter> + <property name="position-z" min="0" max="32"/> + <property name="position-y" min="-32" max="32"/> + <property name="position-x" min="-16" max="16"/> + <property name="vertical-angle" min="0" max="0"/> + <property name="power" value="5"/> + <property name="lifetime" value="1"/> + <property name="output" value="600"/> + <emitter> + <property name="gravity" value="0.1"/> + <property name="image" value="graphics/particles/star-small.png|W:#60DAFF,FFFFFF"/> + <property name="lifetime" value="400"/> + <property name="fade-in" value="10"/> + <property name="fade-out" value="90"/> + <property name="output" min="0" max="1"/> + <property name="power" min="0" max="2"/> + <property name="bounce" min="0" max="0.8"/> + <property name="horizontal-angle" min="0" max="360"/> + </emitter> + </emitter> + </particle> +</effect> |