diff options
author | Reid <reidyaro@gmail.com> | 2012-04-18 22:24:46 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-04-18 22:24:46 +0200 |
commit | fbfbc857125814484026439314015ddeb1e88b53 (patch) | |
tree | bc8d6a32b13fbb0a9e1266e2930f63f6bbc83c29 /graphics/particles | |
parent | 4aa127d38c2f4589d02fe036da63a3f0c6695341 (diff) | |
download | clientdata-fbfbc857125814484026439314015ddeb1e88b53.tar.gz clientdata-fbfbc857125814484026439314015ddeb1e88b53.tar.bz2 clientdata-fbfbc857125814484026439314015ddeb1e88b53.tar.xz clientdata-fbfbc857125814484026439314015ddeb1e88b53.zip |
Add new particle effect from Ali-G,
Remove useless particle effect,
Add new savepoint NPC on npcs.xml .
Diffstat (limited to 'graphics/particles')
-rw-r--r-- | graphics/particles/savepoint-32x32.xml | 32 | ||||
-rw-r--r-- | graphics/particles/savepoint-32x64.xml | 32 | ||||
-rw-r--r-- | graphics/particles/savepoint-64x32.xml | 32 | ||||
-rw-r--r-- | graphics/particles/savepoint-64x64.xml | 32 | ||||
-rw-r--r-- | graphics/particles/windmill.particle.xml | 11 | ||||
-rw-r--r-- | graphics/particles/windmill.png | bin | 69544 -> 0 bytes |
6 files changed, 128 insertions, 11 deletions
diff --git a/graphics/particles/savepoint-32x32.xml b/graphics/particles/savepoint-32x32.xml new file mode 100644 index 00000000..9c6880c5 --- /dev/null +++ b/graphics/particles/savepoint-32x32.xml @@ -0,0 +1,32 @@ +<?xml version="1.0"?> +<effect> + <particle position-x="0" position-y="0" position-z="24"> + <emitter> + <property name="position-x" min="0" max="32"/> + <property name="position-y" min="0" max="32"/> + <property name="image" value="graphics/particles/orb-medium.png|W:#ff0000"/> + <property name="gravity" value="-0.003"/> + <property name="lifetime" value="100"/> + <property name="output" min="0" max="1"/> + <property name="output-pause" min="0" max="10"/> + <property name="fade-in" value="15"/> + <property name="fade-out" value="20"/> + </emitter> + </particle> + <particle position-x="16" position-y="0" position-z="16"> + <emitter> + <property name="position-x" min="0" max="16"/> + <property name="position-y" min="0" max="16"/> + <property name="image" value="graphics/particles/orb-medium.png|W:#0000ff"/> + <property name="horizontal-angle" min="0" max="360"/> + <property name="vertical-angle" min="0" max="360"/> + <property name="power" min="0.4" max="0.8"/> + <property name="lifetime" value="100"/> + <property name="fade-in" value="15"/> + <property name="fade-out" value="20"/> + <property name="output" min="-20" max="1"/> + <property name="acceleration" value="0.03"/> + <property name="alpha" value="0.5"/> + </emitter> + </particle> +</effect>
\ No newline at end of file diff --git a/graphics/particles/savepoint-32x64.xml b/graphics/particles/savepoint-32x64.xml new file mode 100644 index 00000000..61b768b0 --- /dev/null +++ b/graphics/particles/savepoint-32x64.xml @@ -0,0 +1,32 @@ +<?xml version="1.0"?> +<effect> + <particle position-x="0" position-y="0" position-z="56"> + <emitter> + <property name="position-x" min="0" max="32"/> + <property name="position-y" min="0" max="64"/> + <property name="image" value="graphics/particles/orb-medium.png|W:#ff0000"/> + <property name="gravity" value="-0.003"/> + <property name="lifetime" value="100"/> + <property name="output" min="0" max="1"/> + <property name="output-pause" min="0" max="10"/> + <property name="fade-in" value="15"/> + <property name="fade-out" value="20"/> + </emitter> + </particle> + <particle position-x="16" position-y="0" position-z="32"> + <emitter> + <property name="position-x" min="0" max="16"/> + <property name="position-y" min="0" max="32"/> + <property name="image" value="graphics/particles/orb-medium.png|W:#0000ff"/> + <property name="horizontal-angle" min="0" max="360"/> + <property name="vertical-angle" min="0" max="360"/> + <property name="power" min="0.4" max="0.8"/> + <property name="lifetime" value="100"/> + <property name="fade-in" value="15"/> + <property name="fade-out" value="20"/> + <property name="output" min="-20" max="1"/> + <property name="acceleration" value="0.03"/> + <property name="alpha" value="0.5"/> + </emitter> + </particle> +</effect>
\ No newline at end of file diff --git a/graphics/particles/savepoint-64x32.xml b/graphics/particles/savepoint-64x32.xml new file mode 100644 index 00000000..14443882 --- /dev/null +++ b/graphics/particles/savepoint-64x32.xml @@ -0,0 +1,32 @@ +<?xml version="1.0"?> +<effect> + <particle position-x="0" position-y="0" position-z="24"> + <emitter> + <property name="position-x" min="0" max="64"/> + <property name="position-y" min="0" max="32"/> + <property name="image" value="graphics/particles/orb-medium.png|W:#ff0000"/> + <property name="gravity" value="-0.003"/> + <property name="lifetime" value="100"/> + <property name="output" min="0" max="1"/> + <property name="output-pause" min="0" max="10"/> + <property name="fade-in" value="15"/> + <property name="fade-out" value="20"/> + </emitter> + </particle> + <particle position-x="32" position-y="0" position-z="16"> + <emitter> + <property name="position-x" min="0" max="32"/> + <property name="position-y" min="0" max="16"/> + <property name="image" value="graphics/particles/orb-medium.png|W:#0000ff"/> + <property name="horizontal-angle" min="0" max="360"/> + <property name="vertical-angle" min="0" max="360"/> + <property name="power" min="0.4" max="0.8"/> + <property name="lifetime" value="100"/> + <property name="fade-in" value="15"/> + <property name="fade-out" value="20"/> + <property name="output" min="-20" max="1"/> + <property name="acceleration" value="0.03"/> + <property name="alpha" value="0.5"/> + </emitter> + </particle> +</effect>
\ No newline at end of file diff --git a/graphics/particles/savepoint-64x64.xml b/graphics/particles/savepoint-64x64.xml new file mode 100644 index 00000000..0140064b --- /dev/null +++ b/graphics/particles/savepoint-64x64.xml @@ -0,0 +1,32 @@ +<?xml version="1.0"?> +<effect> + <particle position-x="0" position-y="0" position-z="56"> + <emitter> + <property name="position-x" min="0" max="64"/> + <property name="position-y" min="0" max="64"/> + <property name="image" value="graphics/particles/orb-medium.png|W:#ff0000"/> + <property name="gravity" value="-0.003"/> + <property name="lifetime" value="100"/> + <property name="output" min="0" max="1"/> + <property name="output-pause" min="0" max="10"/> + <property name="fade-in" value="15"/> + <property name="fade-out" value="20"/> + </emitter> + </particle> + <particle position-x="32" position-y="0" position-z="32"> + <emitter> + <property name="position-x" min="0" max="32"/> + <property name="position-y" min="0" max="32"/> + <property name="image" value="graphics/particles/orb-medium.png|W:#0000ff"/> + <property name="horizontal-angle" min="0" max="360"/> + <property name="vertical-angle" min="0" max="360"/> + <property name="power" min="0.4" max="0.8"/> + <property name="lifetime" value="100"/> + <property name="fade-in" value="15"/> + <property name="fade-out" value="20"/> + <property name="output" min="-20" max="1"/> + <property name="acceleration" value="0.03"/> + <property name="alpha" value="0.5"/> + </emitter> + </particle> +</effect>
\ No newline at end of file diff --git a/graphics/particles/windmill.particle.xml b/graphics/particles/windmill.particle.xml deleted file mode 100644 index 5f8815b8..00000000 --- a/graphics/particles/windmill.particle.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0"?> - -<!-- Copyright (C) 2010 The Mana World Development Team -Copyright (C) 2010-2011 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="176"> - <animation imageset="graphics/particles/windmill.png" height="180" width="256"> - <sequence start="0" end="7" delay="100" /> - </animation> - </particle> -</effect> diff --git a/graphics/particles/windmill.png b/graphics/particles/windmill.png Binary files differdeleted file mode 100644 index 689b5d50..00000000 --- a/graphics/particles/windmill.png +++ /dev/null |