diff options
Diffstat (limited to 'graphics/particles')
-rw-r--r-- | graphics/particles/electricity.blue.large.xml | 21 | ||||
-rw-r--r-- | graphics/particles/electricity.blue.xml | 22 | ||||
-rw-r--r-- | graphics/particles/electricity.particle.png | bin | 0 -> 562 bytes | |||
-rw-r--r-- | graphics/particles/electricity.red.large.xml | 21 | ||||
-rw-r--r-- | graphics/particles/electricity.red.xml | 22 | ||||
-rwxr-xr-x | graphics/particles/monster-ball-lightning-blue.particle.xml | 20 | ||||
-rwxr-xr-x | graphics/particles/monster-ball-lightning-red.particle.xml | 20 |
7 files changed, 126 insertions, 0 deletions
diff --git a/graphics/particles/electricity.blue.large.xml b/graphics/particles/electricity.blue.large.xml new file mode 100644 index 00000000..6fa31381 --- /dev/null +++ b/graphics/particles/electricity.blue.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:#0000FF" width="15" height="15"> + <sequence start="0" end="7" delay="20" /> + </animation> + <property name="fade-out" value="30"/> + </emitter> + </particle> +</effect> diff --git a/graphics/particles/electricity.blue.xml b/graphics/particles/electricity.blue.xml new file mode 100644 index 00000000..d574a44a --- /dev/null +++ b/graphics/particles/electricity.blue.xml @@ -0,0 +1,22 @@ +<?xml version="1.0"?> +<effect> + <particle + position-x = "0" + position-y = "0" + position-z = "0" + lifetime = "300" + > + <emitter> + <property name="lifetime" value="30"/> + <property name="output" value="1"/> + <property name="position-x" min="-16" max="16" /> + <property name="position-y" min="-16" max="16" /> + <property name="gravity" value="-2"/> + <property name="momentum" value="0.3"/> + <animation imageset="graphics/particles/electricity.particle.png|W:#0000FF" width="15" height="15"> + <sequence start="0" end="7" delay="20" /> + </animation> + <property name="fade-out" value="30"/> + </emitter> + </particle> +</effect> diff --git a/graphics/particles/electricity.particle.png b/graphics/particles/electricity.particle.png Binary files differnew file mode 100644 index 00000000..c4487d45 --- /dev/null +++ b/graphics/particles/electricity.particle.png 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> diff --git a/graphics/particles/electricity.red.xml b/graphics/particles/electricity.red.xml new file mode 100644 index 00000000..69a9d05b --- /dev/null +++ b/graphics/particles/electricity.red.xml @@ -0,0 +1,22 @@ +<?xml version="1.0"?> +<effect> + <particle + position-x = "0" + position-y = "0" + position-z = "0" + lifetime = "300" + > + <emitter> + <property name="lifetime" value="30"/> + <property name="output" value="1"/> + <property name="position-x" min="-16" max="16" /> + <property name="position-y" min="-16" max="16" /> + <property name="gravity" value="-2"/> + <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> diff --git a/graphics/particles/monster-ball-lightning-blue.particle.xml b/graphics/particles/monster-ball-lightning-blue.particle.xml new file mode 100755 index 00000000..b23f0479 --- /dev/null +++ b/graphics/particles/monster-ball-lightning-blue.particle.xml @@ -0,0 +1,20 @@ +<?xml version="1.0"?> + +<effect> + <particle position-x = "0" position-y = "0" position-z = "10" > + <emitter> + <property name="position-z" min="16" max="48" /> + <animation imageset="graphics/particles/electricity.particle.png|W:#0000FF" width="15" height="15"> + <sequence start="0" end="7" delay="20" /> + </animation> + <property name="horizontal-angle" min="0" max="360"/> + <property name="gravity" value="0.1"/> + <property name="randomnes" value="125"/> + <property name="lifetime" value="75"/> + <property name="fade-in" value="5"/> + <property name="fade-out" value="20"/> + <property name="alpha" value="0.6" /> + <property name="output" value="1"/> + </emitter> + </particle> +</effect> diff --git a/graphics/particles/monster-ball-lightning-red.particle.xml b/graphics/particles/monster-ball-lightning-red.particle.xml new file mode 100755 index 00000000..d05fbdc3 --- /dev/null +++ b/graphics/particles/monster-ball-lightning-red.particle.xml @@ -0,0 +1,20 @@ +<?xml version="1.0"?> + +<effect> + <particle position-x = "0" position-y = "0" position-z = "10" > + <emitter> + <property name="position-z" min="16" max="48" /> + <animation imageset="graphics/particles/electricity.particle.png|W:#FF0000" width="15" height="15"> + <sequence start="0" end="7" delay="20" /> + </animation> + <property name="horizontal-angle" min="0" max="360"/> + <property name="gravity" value="0.1"/> + <property name="randomnes" value="125"/> + <property name="lifetime" value="75"/> + <property name="fade-in" value="5"/> + <property name="fade-out" value="20"/> + <property name="alpha" value="0.6" /> + <property name="output" value="1"/> + </emitter> + </particle> +</effect> |