diff options
author | Alige <aligetmw@hotmail.fr> | 2013-01-17 22:01:42 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-01-17 22:01:42 +0400 |
commit | b2d5419b293a764423094cf0aec918c4a6e41860 (patch) | |
tree | 5ba949693826fd7398ba008c20355eaa31d3cf1f /graphics | |
parent | 77280d0801b5fedbb712d2dbac56638b5accff26 (diff) | |
download | clientdata-b2d5419b293a764423094cf0aec918c4a6e41860.tar.gz clientdata-b2d5419b293a764423094cf0aec918c4a6e41860.tar.bz2 clientdata-b2d5419b293a764423094cf0aec918c4a6e41860.tar.xz clientdata-b2d5419b293a764423094cf0aec918c4a6e41860.zip |
Fixed several things in effects.xml and paths.xml.
Removed uncessary particle files but kept them locally.
That will prevent developers from using too many particle effects.
Diffstat (limited to 'graphics')
84 files changed, 10 insertions, 1381 deletions
diff --git a/graphics/particles/aniblaze-large.png b/graphics/particles/aniblaze-large.png Binary files differdeleted file mode 100644 index 29f42153..00000000 --- a/graphics/particles/aniblaze-large.png +++ /dev/null diff --git a/graphics/particles/aniblaze-medium.png b/graphics/particles/aniblaze-medium.png Binary files differdeleted file mode 100644 index edc2c72b..00000000 --- a/graphics/particles/aniblaze-medium.png +++ /dev/null diff --git a/graphics/particles/aniblaze.png b/graphics/particles/aniblaze.png Binary files differdeleted file mode 100644 index d2e76054..00000000 --- a/graphics/particles/aniblaze.png +++ /dev/null diff --git a/graphics/particles/arrow-down.png b/graphics/particles/arrow-down.png Binary files differdeleted file mode 100644 index da94afcf..00000000 --- a/graphics/particles/arrow-down.png +++ /dev/null diff --git a/graphics/particles/arrow-hail.xml b/graphics/particles/arrow-hail.xml deleted file mode 100644 index fe0467d9..00000000 --- a/graphics/particles/arrow-hail.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="400" lifetime="100"> - <emitter> - <property name="lifetime" min="180" max="180"/> - <property name="position-x" min="105" max="145"/> - <property name="position-y" min="-20" max="20"/> - <property name="vertical-angle" value="255"/> - <property name="power" value="14"/> - <property name="output" min="0" max="1"/> - <property name="output-pause" min="10" max="20"/> - <property name="gravity" value="0.09"/> - <property name="image" value="graphics/particles/arrow-down.png"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/arrow.particle.xml b/graphics/particles/arrow.particle.xml deleted file mode 100644 index f1f45b64..00000000 --- a/graphics/particles/arrow.particle.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="32" lifetime="128"> - <rotation imageset="graphics/particles/arrowh.png" width="16" height="16"> - <sequence start="0" end="7"/> - </rotation> - </particle> -</effect> diff --git a/graphics/particles/arrowh.png b/graphics/particles/arrowh.png Binary files differdeleted file mode 100644 index 11826070..00000000 --- a/graphics/particles/arrowh.png +++ /dev/null diff --git a/graphics/particles/attack.particle.xml b/graphics/particles/attack.particle.xml deleted file mode 100644 index b2616617..00000000 --- a/graphics/particles/attack.particle.xml +++ /dev/null @@ -1,51 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="16" lifetime="1"> - <emitter> - <property name="position-x" min="-8" max="8"/> - <property name="position-y" min="-8" max="8"/> - <property name="vertical-angle" min="0" max="45"/> - <property name="horizontal-angle" min="45" max="135"/> - <property name="power" min="0" max="6"/> - <property name="gravity" value="100"/> - <property name="image" value="graphics/particles/orb-small.png|W:#ff0000"/> - <property name="lifetime" min="0" max="80"/> - <property name="output" min="6" max="12"/> - </emitter> - <emitter> - <property name="position-x" min="-8" max="8"/> - <property name="position-y" min="-8" max="8"/> - <property name="vertical-angle" min="0" max="45"/> - <property name="horizontal-angle" min="45" max="135"/> - <property name="power" min="0" max="6"/> - <property name="gravity" value="0.1"/> - <property name="image" value="graphics/particles/star-small.png|W:#ff0000,ffffff"/> - <property name="lifetime" min="0" max="80"/> - <property name="output" min="6" max="12"/> - </emitter> - <emitter> - <property name="position-x" min="-8" max="8"/> - <property name="position-y" min="-8" max="8"/> - <property name="vertical-angle" min="0" max="45"/> - <property name="horizontal-angle" min="45" max="135"/> - <property name="power" min="0" max="6"/> - <property name="gravity" value="0.1"/> - <property name="image" value="graphics/particles/orb-medium.png|W:#ff0000"/> - <property name="lifetime" min="0" max="80"/> - <property name="output" min="6" max="12"/> - </emitter> - <emitter> - <property name="position-x" min="-8" max="8"/> - <property name="position-y" min="-8" max="8"/> - <property name="vertical-angle" min="0" max="45"/> - <property name="horizontal-angle" min="45" max="135"/> - <property name="power" min="0" max="6"/> - <property name="gravity" value="0.1"/> - <property name="image" value="graphics/particles/star-medium.png|W:#ff0000,ffffff"/> - <property name="lifetime" min="0" max="80"/> - <property name="output" min="3" max="6"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/bee-b.png b/graphics/particles/bee-b.png Binary files differdeleted file mode 100644 index dcded2ad..00000000 --- a/graphics/particles/bee-b.png +++ /dev/null diff --git a/graphics/particles/bee.png b/graphics/particles/bee.png Binary files differdeleted file mode 100644 index 68dede9b..00000000 --- a/graphics/particles/bee.png +++ /dev/null diff --git a/graphics/particles/blaze.png b/graphics/particles/blaze.png Binary files differdeleted file mode 100644 index bdfc6fab..00000000 --- a/graphics/particles/blaze.png +++ /dev/null diff --git a/graphics/particles/bubble_12px.png b/graphics/particles/bubble_12px.png Binary files differdeleted file mode 100644 index 8f092453..00000000 --- a/graphics/particles/bubble_12px.png +++ /dev/null diff --git a/graphics/particles/bubble_32px.png b/graphics/particles/bubble_32px.png Binary files differdeleted file mode 100644 index dede195f..00000000 --- a/graphics/particles/bubble_32px.png +++ /dev/null diff --git a/graphics/particles/bubble_8px.png b/graphics/particles/bubble_8px.png Binary files differdeleted file mode 100644 index 606ae8de..00000000 --- a/graphics/particles/bubble_8px.png +++ /dev/null diff --git a/graphics/particles/chimney.smoke.xml b/graphics/particles/chimney.smoke.xml deleted file mode 100644 index 7e28a430..00000000 --- a/graphics/particles/chimney.smoke.xml +++ /dev/null @@ -1,49 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="-6" position-z="8"> - <emitter> - <property name="position-x" min="16" max="24"/> - <property name="position-y" min="-18" max="-10"/> - <property name="position-z" min="32" max="32"/> - <property name="image" value="graphics/particles/fog-medium-a.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="50" max="90"/> - <property name="power" value="1.0"/> - <property name="momentum" value="0.99"/> - <property name="gravity" value="-0.02"/> - <property name="output" min="-2" max="1"/> - <property name="lifetime" min="20" max="60"/> - <property name="fade-out" value="100"/> - </emitter> - <emitter> - <property name="position-x" min="16" max="24"/> - <property name="position-y" min="-18" max="-10"/> - <property name="position-z" min="32" max="32"/> - <property name="image" value="graphics/particles/fog-medium-b.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="50" max="90"/> - <property name="power" value="1.0"/> - <property name="momentum" value="0.99"/> - <property name="gravity" value="-0.02"/> - <property name="output" min="-2" max="1"/> - <property name="lifetime" min="40" max="100"/> - <property name="fade-out" value="100"/> - </emitter> - <emitter> - <property name="position-x" min="16" max="24"/> - <property name="position-y" min="-18" max="-10"/> - <property name="position-z" min="32" max="32"/> - <property name="image" value="graphics/particles/fog-medium-c.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="50" max="90"/> - <property name="power" value="1.0"/> - <property name="momentum" value="0.99"/> - <property name="gravity" value="-0.02"/> - <property name="output" min="-2" max="1"/> - <property name="lifetime" min="40" max="100"/> - <property name="fade-out" value="100"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/circle.particle.xml b/graphics/particles/circle.particle.xml deleted file mode 100644 index 77afcec8..00000000 --- a/graphics/particles/circle.particle.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="0"> - <emitter> - <property name="position-y" value="-16"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="0" max="0"/> - <property name="power" value="30"/> - <property name="lifetime" value="1"/> - <property name="output" value="3"/> - <emitter> - <property name="gravity" value="-0.7"/> - <property name="momentum" value="0.3"/> - <property name="image" value="graphics/particles/orb-small.png|W:#ffff00"/> - <property name="lifetime" value="50"/> - <property name="fade-out" value="50"/> - <property name="output" value="1"/> - </emitter> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/comet-clockwise-bg.png b/graphics/particles/comet-clockwise-bg.png Binary files differdeleted file mode 100644 index fe71ac2a..00000000 --- a/graphics/particles/comet-clockwise-bg.png +++ /dev/null diff --git a/graphics/particles/comet-clockwise-fg.png b/graphics/particles/comet-clockwise-fg.png Binary files differdeleted file mode 100644 index 9ba49c84..00000000 --- a/graphics/particles/comet-clockwise-fg.png +++ /dev/null diff --git a/graphics/particles/comet-counterclockwise-bg.png b/graphics/particles/comet-counterclockwise-bg.png Binary files differdeleted file mode 100644 index 990700fe..00000000 --- a/graphics/particles/comet-counterclockwise-bg.png +++ /dev/null diff --git a/graphics/particles/comet-counterclockwise-fg.png b/graphics/particles/comet-counterclockwise-fg.png Binary files differdeleted file mode 100644 index 1e30b7b0..00000000 --- a/graphics/particles/comet-counterclockwise-fg.png +++ /dev/null diff --git a/graphics/particles/cookingfire.hoveringpot.particle.xml b/graphics/particles/cookingfire.hoveringpot.particle.xml deleted file mode 100644 index a82e380f..00000000 --- a/graphics/particles/cookingfire.hoveringpot.particle.xml +++ /dev/null @@ -1,65 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="-6" position-z="8"> - <emitter> - <property name="position-x" min="6" max="28"/> - <property name="position-y" min="-6" max="12"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="0" max="90"/> - <property name="power" min="0" max="0.25"/> - <property name="gravity" value="-0.02"/> - <animation imageset="graphics/particles/aniblaze.png" width="8" height="8"> - <sequence start="0" end="14" delay="10"/> - <frame index="14" delay="1000"/> - </animation> - <property name="lifetime" min="20" max="40"/> - <property name="output" min="0" max="4"/> - <property name="fade-in" value="0"/> - <property name="fade-out" value="30"/> - </emitter> - <emitter> - <property name="position-x" min="16" max="24"/> - <property name="position-y" min="-18" max="-10"/> - <property name="position-z" min="64" max="64"/> - <property name="image" value="graphics/particles/fog-medium-a.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="50" max="90"/> - <property name="power" value="1.0"/> - <property name="momentum" value="0.99"/> - <property name="gravity" value="0"/> - <property name="output" min="-2" max="1"/> - <property name="lifetime" min="20" max="60"/> - <property name="fade-out" value="100"/> - </emitter> - <emitter> - <property name="position-x" min="16" max="24"/> - <property name="position-y" min="-18" max="-10"/> - <property name="position-z" min="64" max="64"/> - <property name="image" value="graphics/particles/fog-medium-b.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="50" max="90"/> - <property name="power" value="1.0"/> - <property name="momentum" value="0.99"/> - <property name="gravity" value="0"/> - <property name="output" min="-2" max="1"/> - <property name="lifetime" min="40" max="100"/> - <property name="fade-out" value="100"/> - </emitter> - <emitter> - <property name="position-x" min="16" max="24"/> - <property name="position-y" min="-18" max="-10"/> - <property name="position-z" min="64" max="64"/> - <property name="image" value="graphics/particles/fog-medium-c.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="50" max="90"/> - <property name="power" value="1.0"/> - <property name="momentum" value="0.99"/> - <property name="gravity" value="0"/> - <property name="output" min="-2" max="1"/> - <property name="lifetime" min="40" max="100"/> - <property name="fade-out" value="100"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/cookingfire.particle.xml b/graphics/particles/cookingfire.particle.xml deleted file mode 100644 index c5f61205..00000000 --- a/graphics/particles/cookingfire.particle.xml +++ /dev/null @@ -1,64 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="-6" position-z="8"> - <emitter> - <property name="position-x" min="6" max="28"/> - <property name="position-y" min="-6" max="0"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="0" max="90"/> - <property name="power" min="0" max="0.25"/> - <property name="gravity" value="-0.02"/> - <animation imageset="graphics/particles/aniblaze.png" width="8" height="8"> - <sequence start="0" end="14" delay="10"/> - <frame index="14" delay="1000"/> - </animation> - <property name="lifetime" min="20" max="40"/> - <property name="output" min="0" max="4"/> - <property name="fade-out" value="30"/> - </emitter> - <emitter> - <property name="position-x" min="16" max="24"/> - <property name="position-y" min="-18" max="-10"/> - <property name="position-z" min="32" max="32"/> - <property name="image" value="graphics/particles/fog-medium-a.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="50" max="90"/> - <property name="power" value="1"/> - <property name="momentum" value="0.99"/> - <property name="gravity" value="0"/> - <property name="output" min="-2" max="1"/> - <property name="lifetime" min="20" max="60"/> - <property name="fade-out" value="100"/> - </emitter> - <emitter> - <property name="position-x" min="16" max="24"/> - <property name="position-y" min="-18" max="-10"/> - <property name="position-z" min="32" max="32"/> - <property name="image" value="graphics/particles/fog-medium-b.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="50" max="90"/> - <property name="power" value="1"/> - <property name="momentum" value="0.99"/> - <property name="gravity" value="0"/> - <property name="output" min="-2" max="1"/> - <property name="lifetime" min="40" max="100"/> - <property name="fade-out" value="100"/> - </emitter> - <emitter> - <property name="position-x" min="16" max="24"/> - <property name="position-y" min="-18" max="-10"/> - <property name="position-z" min="32" max="32"/> - <property name="image" value="graphics/particles/fog-medium-c.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="50" max="90"/> - <property name="power" value="1"/> - <property name="momentum" value="0.99"/> - <property name="gravity" value="0"/> - <property name="output" min="-2" max="1"/> - <property name="lifetime" min="40" max="100"/> - <property name="fade-out" value="100"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/crit.particle.xml b/graphics/particles/critical.xml index e10b9104..0a438b1e 100644 --- a/graphics/particles/crit.particle.xml +++ b/graphics/particles/critical.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> +Copyright (C) 2010-2013 Evol Online --> <effect> <particle position-x="0" position-y="0" position-z="16" lifetime="1"> <emitter> diff --git a/graphics/particles/electricity-spark.png b/graphics/particles/electricity-spark.png Binary files differdeleted file mode 100644 index 77e2c284..00000000 --- a/graphics/particles/electricity-spark.png +++ /dev/null diff --git a/graphics/particles/falling-manana.png b/graphics/particles/falling-manana.png Binary files differdeleted file mode 100644 index 794e9b8d..00000000 --- a/graphics/particles/falling-manana.png +++ /dev/null diff --git a/graphics/particles/falling-manana.xml b/graphics/particles/falling-manana.xml deleted file mode 100644 index 36f10447..00000000 --- a/graphics/particles/falling-manana.xml +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Authors: Alige, Dark_Mage -Copyright (C) 2011-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="0"> - <emitter> - <property name="position-x" min="-13" max="30"/> - <property name="position-y" min="15" max="18"/> - <property name="position-z" min="35" max="88"/> - <property name="image" value="graphics/particles/falling-manana.png"/> - <property name="output" min="-2350" max="1"/> - <property name="horizontal-angle" value="90"/> - <property name="gravity" value="0.01"/> - <property name="fade-in" value="50"/> - <property name="lifetime" value="1070"/> - <property name="fade-out" value="20"/> - <property name="bounce" min="0.2" max="0.2"/> - </emitter> - <emitter> - <property name="position-x" min="-15" max="0"/> - <property name="position-y" min="0" max="3"/> - <property name="position-z" min="15" max="15"/> - <property name="image" value="graphics/particles/falling-manana.png"/> - <property name="output" min="-3000" max="1"/> - <property name="horizontal-angle" value="90"/> - <property name="gravity" value="0.01"/> - <property name="fade-in" value="30"/> - <property name="lifetime" value="870"/> - <property name="fade-out" value="20"/> - <property name="bounce" min="0.3" max="0.3"/> - </emitter> - <emitter> - <property name="position-x" min="13" max="30"/> - <property name="position-y" min="0" max="3"/> - <property name="position-z" min="15" max="15"/> - <property name="image" value="graphics/particles/falling-manana.png"/> - <property name="output" min="-3000" max="1"/> - <property name="horizontal-angle" value="90"/> - <property name="gravity" value="0.01"/> - <property name="fade-in" value="30"/> - <property name="lifetime" value="870"/> - <property name="fade-out" value="20"/> - <property name="bounce" min="0.3" max="0.3"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/fire-burst.xml b/graphics/particles/fire-burst.xml deleted file mode 100644 index f444ba4a..00000000 --- a/graphics/particles/fire-burst.xml +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="20" lifetime="1"> - <emitter> - <property name="position-x" min="-8" max="8"/> - <property name="position-y" min="-8" max="8"/> - <property name="vertical-angle" min="35" max="90"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="power" min="0" max="2"/> - <property name="gravity" value="0.1"/> - <animation imageset="graphics/particles/aniblaze.png" width="8" height="8"> - <sequence start="0" end="14" delay="20"/> - <frame index="14" delay="1000"/> - </animation> - <property name="lifetime" min="0" max="80"/> - <property name="output" min="35" max="50"/> - <property name="fade-out" value="10"/> - </emitter> - <emitter> - <property name="position-x" min="-8" max="8"/> - <property name="position-y" min="-8" max="8"/> - <property name="vertical-angle" min="45" max="90"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="power" min="0" max="6"/> - <property name="gravity" value="0.1"/> - <property name="image" value="graphics/particles/orb-medium.png"/> - <property name="lifetime" min="0" max="80"/> - <property name="output" min="6" max="12"/> - <property name="fade-out" value="10"/> - </emitter> - <emitter> - <property name="position-x" min="-8" max="8"/> - <property name="position-y" min="-8" max="8"/> - <property name="vertical-angle" min="65" max="90"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="power" min="0" max="6"/> - <property name="gravity" value="-0.1"/> - <property name="image" value="graphics/particles/smoke-large-grey.png"/> - <property name="lifetime" min="0" max="80"/> - <property name="output" min="1" max="2"/> - <property name="fade-out" value="80"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/fire-explosion.xml b/graphics/particles/fire-explosion.xml deleted file mode 100644 index 999e02fa..00000000 --- a/graphics/particles/fire-explosion.xml +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="20" lifetime="1"> - <emitter> - <property name="position-x" min="-8" max="8"/> - <property name="position-y" min="-8" max="8"/> - <property name="vertical-angle" min="-10" max="10"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="power" min="0" max="5"/> - <property name="gravity" value="0.1"/> - <animation imageset="graphics/particles/aniblaze.png" width="8" height="8"> - <sequence start="0" end="14" delay="20"/> - <frame index="14" delay="1000"/> - </animation> - <property name="lifetime" min="0" max="80"/> - <property name="output" min="300" max="330"/> - <property name="fade-out" value="10"/> - </emitter> - <emitter> - <property name="position-x" min="-8" max="8"/> - <property name="position-y" min="-8" max="8"/> - <property name="vertical-angle" min="45" max="90"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="power" min="0" max="8"/> - <property name="gravity" value="0.1"/> - <property name="image" value="graphics/particles/orb-medium.png"/> - <property name="lifetime" min="0" max="80"/> - <property name="output" min="6" max="12"/> - <property name="fade-out" value="10"/> - </emitter> - <emitter> - <property name="position-x" min="-10" max="10"/> - <property name="position-y" min="-10" max="10"/> - <property name="vertical-angle" min="65" max="90"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="power" min="0" max="6"/> - <property name="gravity" value="-0.1"/> - <property name="image" value="graphics/particles/smoke-large-grey.png"/> - <property name="lifetime" min="0" max="80"/> - <property name="output" min="10" max="15"/> - <property name="fade-out" value="80"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/fireplace.particle.xml b/graphics/particles/fireplace.particle.xml deleted file mode 100644 index 0e49b2e0..00000000 --- a/graphics/particles/fireplace.particle.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="32" position-z="16"> - <emitter> - <property name="position-x" min="0" max="32"/> - <property name="position-y" min="-24" max="-8"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="0" max="90"/> - <property name="power" min="0.1" max="0.3"/> - <property name="gravity" value="-0.04"/> - <animation imageset="graphics/particles/aniblaze.png" width="8" height="8"> - <sequence start="0" end="14" delay="20"/> - <frame index="14" delay="1000"/> - </animation> - <property name="lifetime" min="25" max="35"/> - <property name="output" min="0" max="20"/> - <property name="fade-in" value="5"/> - <property name="fade-out" value="15"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/flame.particle.xml b/graphics/particles/flame.particle.xml deleted file mode 100644 index ee8581be..00000000 --- a/graphics/particles/flame.particle.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="17" position-y="0" position-z="32"> - <emitter> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="0" max="90"/> - <property name="power" min="0.1" max="0.3"/> - <property name="gravity" value="-0.02"/> - <animation imageset="graphics/particles/aniblaze.png" width="8" height="8"> - <sequence start="0" end="14" delay="30"/> - <frame index="14" delay="1000"/> - </animation> - <property name="lifetime" min="35" max="50"/> - <property name="output" min="0" max="2"/> - <property name="fade-in" value="5"/> - <property name="fade-out" value="10"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/fog-medium-a.png b/graphics/particles/fog-medium-a.png Binary files differdeleted file mode 100644 index a488a86c..00000000 --- a/graphics/particles/fog-medium-a.png +++ /dev/null diff --git a/graphics/particles/fog-medium-b.png b/graphics/particles/fog-medium-b.png Binary files differdeleted file mode 100644 index 6698ef0d..00000000 --- a/graphics/particles/fog-medium-b.png +++ /dev/null diff --git a/graphics/particles/fog-medium-c.png b/graphics/particles/fog-medium-c.png Binary files differdeleted file mode 100644 index bb20be3f..00000000 --- a/graphics/particles/fog-medium-c.png +++ /dev/null diff --git a/graphics/particles/fullbubble-16px.png b/graphics/particles/fullbubble-16px.png Binary files differdeleted file mode 100644 index 93e3b57f..00000000 --- a/graphics/particles/fullbubble-16px.png +++ /dev/null diff --git a/graphics/particles/geyser.particle.xml b/graphics/particles/geyser.particle.xml deleted file mode 100644 index 93c65213..00000000 --- a/graphics/particles/geyser.particle.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="0"> - <emitter> - <property name="output" value="2" change-func="sine" change-amplitude="3" change-period="800"/> - <property name="power" min="1.5" max="2.5" change-func="sine" change-amplitude="3" change-period="800"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="85" max="90"/> - <property name="image" value="graphics/particles/orb-medium.png"/> - <property name="gravity" value="0.1"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/glow-medium.png b/graphics/particles/glow-medium.png Binary files differdeleted file mode 100644 index b7ef24e3..00000000 --- a/graphics/particles/glow-medium.png +++ /dev/null diff --git a/graphics/particles/glow-small.png b/graphics/particles/glow-small.png Binary files differdeleted file mode 100644 index f2d180d1..00000000 --- a/graphics/particles/glow-small.png +++ /dev/null diff --git a/graphics/particles/gloworb-medium.png b/graphics/particles/gloworb-medium.png Binary files differdeleted file mode 100644 index 0d45d78f..00000000 --- a/graphics/particles/gloworb-medium.png +++ /dev/null diff --git a/graphics/particles/gloworb-small.png b/graphics/particles/gloworb-small.png Binary files differdeleted file mode 100644 index ab62402c..00000000 --- a/graphics/particles/gloworb-small.png +++ /dev/null diff --git a/graphics/particles/gloworb.png b/graphics/particles/gloworb.png Binary files differnew file mode 100644 index 00000000..a71060fb --- /dev/null +++ b/graphics/particles/gloworb.png diff --git a/graphics/particles/gloworbhalf-small.png b/graphics/particles/gloworbhalf-small.png Binary files differdeleted file mode 100644 index ddf090d9..00000000 --- a/graphics/particles/gloworbhalf-small.png +++ /dev/null diff --git a/graphics/particles/green-bubbles.particle.xml b/graphics/particles/green-bubbles.particle.xml deleted file mode 100644 index e10685a5..00000000 --- a/graphics/particles/green-bubbles.particle.xml +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<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"/> - <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="40"/> - <frame index="6" delay="20"/> - <frame index="7" delay="10"/> - </animation> - <property name="lifetime" value="45"/> - <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> diff --git a/graphics/particles/hadesblaze.particle.xml b/graphics/particles/hadesblaze.particle.xml deleted file mode 100644 index 873aa565..00000000 --- a/graphics/particles/hadesblaze.particle.xml +++ /dev/null @@ -1,35 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="0"> - <emitter> - <property name="position-z" value="16"/> - <property name="vertical-angle" min="0" max="90"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="power" min="30" max="34"/> - <property name="lifetime" value="1"/> - <property name="output" value="2"/> - <emitter> - <property name="gravity" value="-0.2"/> - <property name="momentum" value="0.9"/> - <property name="image" value="graphics/particles/orb-medium.png|W:#00ffff"/> - <property name="lifetime" value="180"/> - <property name="fade-in" value="10"/> - <property name="fade-out" value="150"/> - <property name="output" value="1"/> - <property name="randomnes" value="200"/> - </emitter> - <emitter> - <property name="gravity" value="-0.2"/> - <property name="momentum" value="0.9"/> - <property name="image" value="graphics/particles/glow-medium.png|W:#0000ff"/> - <property name="lifetime" value="200"/> - <property name="fade-in" value="10"/> - <property name="fade-out" value="150"/> - <property name="output" value="1"/> - <property name="randomnes" value="200"/> - </emitter> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/hellblaze.particle.xml b/graphics/particles/hellblaze.particle.xml deleted file mode 100644 index 130442b8..00000000 --- a/graphics/particles/hellblaze.particle.xml +++ /dev/null @@ -1,61 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="150"> - <emitter> - <property name="position-z" value="-150"/> - <property name="position-y" value="32"/> - <property name="acceleration" value="0.05"/> - <property name="momentum" value="0.95"/> - <property name="image" value="graphics/particles/glow-medium.png|W:#dd3311"/> - <property name="lifetime" min="60" max="160"/> - <property name="fade-in" value="30"/> - <property name="fade-out" value="30"/> - <property name="output" min="1" max="2"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="power" min="1" max="3"/> - </emitter> - <emitter> - <property name="position-z" value="-150"/> - <property name="position-y" value="32"/> - <property name="acceleration" value="0.05"/> - <property name="momentum" value="0.95"/> - <property name="image" value="graphics/particles/glow-medium.png|W:#ffff00"/> - <property name="lifetime" min="40" max="140"/> - <property name="fade-in" value="10"/> - <property name="fade-out" value="30"/> - <property name="output" min="0" max="1"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="power" min="0" max="2"/> - </emitter> - <emitter> - <property name="position-z" value="-150"/> - <property name="position-y" value="32"/> - <property name="acceleration" value="0.05"/> - <property name="momentum" value="0.95"/> - <property name="image" value="graphics/particles/orb-medium.png|W:#dd3311"/> - <property name="lifetime" min="60" max="160"/> - <property name="fade-in" value="10"/> - <property name="fade-out" value="50"/> - <property name="output" min="-1" max="1"/> - <property name="randomnes" value="200"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="power" min="0" max="2"/> - </emitter> - <emitter> - <property name="position-z" value="-150"/> - <property name="position-y" value="32"/> - <property name="acceleration" value="0.05"/> - <property name="momentum" value="0.95"/> - <property name="image" value="graphics/particles/orb-medium.png|W:#ddff00"/> - <property name="lifetime" min="60" max="160"/> - <property name="fade-in" value="10"/> - <property name="fade-out" value="50"/> - <property name="output" min="-1" max="1"/> - <property name="randomnes" value="200"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="power" min="0" max="2"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/hex-facet-50.png b/graphics/particles/hex-facet-50.png Binary files differdeleted file mode 100644 index 310304dd..00000000 --- a/graphics/particles/hex-facet-50.png +++ /dev/null diff --git a/graphics/particles/hex-facet.png b/graphics/particles/hex-facet.png Binary files differdeleted file mode 100644 index 9b4594d7..00000000 --- a/graphics/particles/hex-facet.png +++ /dev/null diff --git a/graphics/particles/hillunderfall.particle.xml b/graphics/particles/hillunderfall.particle.xml deleted file mode 100644 index f499ec84..00000000 --- a/graphics/particles/hillunderfall.particle.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="0"> - <emitter> - <property name="position-x" min="-26" max="39"/> - <property name="position-y" min="-28" max="-24"/> - <property name="position-z" min="122" max="132"/> - <property name="image" value="graphics/particles/waterfall-a.png"/> - <property name="output" min="2" max="2"/> - <property name="horizontal-angle" value="90"/> - <property name="vertical-angle" min="0" max="0"/> - <property name="power" min="0.8" max="1"/> - <property name="gravity" value="0.05"/> - <property name="fade-in" value="20"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/hillunderfall2.particle.xml b/graphics/particles/hillunderfall2.particle.xml deleted file mode 100644 index cc6c6251..00000000 --- a/graphics/particles/hillunderfall2.particle.xml +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="0"> - <emitter> - <property name="position-x" min="-26" max="39"/> - <property name="position-y" min="-28" max="-24"/> - <property name="position-z" min="78" max="88"/> - <property name="image" value="graphics/particles/waterfall-a.png"/> - <property name="output" min="2" max="2"/> - <property name="horizontal-angle" value="90"/> - <property name="vertical-angle" min="0" max="0"/> - <property name="power" min="0.8" max="1"/> - <property name="gravity" value="0.05"/> - <property name="fade-in" value="20"/> - </emitter> - <emitter> - <property name="position-x" min="-42" max="50"/> - <property name="position-y" min="34" max="44"/> - <property name="position-z" min="0" max="8"/> - <property name="image" value="graphics/particles/fog-medium-a.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="0" max="90"/> - <property name="power" value="1"/> - <property name="output" min="1" max="2"/> - <property name="lifetime" min="20" max="40"/> - <property name="fade-out" value="20"/> - </emitter> - <emitter> - <property name="position-x" min="-40" max="48"/> - <property name="position-y" min="34" max="44"/> - <property name="position-z" min="0" max="8"/> - <property name="image" value="graphics/particles/fog-medium-b.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="0" max="90"/> - <property name="power" value="1"/> - <property name="output" min="1" max="2"/> - <property name="lifetime" min="20" max="40"/> - <property name="fade-out" value="20"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/hit.particle.xml b/graphics/particles/hit.xml index dc960c8f..e1a91201 100644 --- a/graphics/particles/hit.particle.xml +++ b/graphics/particles/hit.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> +Copyright (C) 2010-2013 Evol Online --> <effect> <particle position-x="0" position-y="0" position-z="16" lifetime="1"> <emitter> @@ -21,7 +21,7 @@ Copyright (C) 2010-2012 Evol Online --> <property name="horizontal-angle" min="0" max="360"/> <property name="power" min="0" max="6"/> <property name="gravity" value="0.1"/> - <property name="image" value="graphics/particles/star-small.png|W:#ffffff,ffffff"/> + <property name="image" value="graphics/particles/orb-medium.png"/> <property name="lifetime" min="0" max="80"/> <property name="output" min="6" max="12"/> </emitter> @@ -32,7 +32,7 @@ Copyright (C) 2010-2012 Evol Online --> <property name="horizontal-angle" min="0" max="360"/> <property name="power" min="0" max="6"/> <property name="gravity" value="0.1"/> - <property name="image" value="graphics/particles/orb-medium.png"/> + <property name="image" value="graphics/particles/star-small.png|W:#ffffff,ffffff"/> <property name="lifetime" min="0" max="80"/> <property name="output" min="6" max="12"/> </emitter> diff --git a/graphics/particles/hive.particle.xml b/graphics/particles/hive.particle.xml deleted file mode 100644 index da4a4faa..00000000 --- a/graphics/particles/hive.particle.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author: Reid -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="45" lifetime="1"> - <emitter> - <property name="output" min="0" max="1"/> - <property name="output-pause" value="30"/> - <property name="lifetime" value="1000"/> - <property name="power" min="0.1" max="0.7"/> - <property name="position-x" min="-5" max="5"/> - <property name="position-y" min="-5" max="5"/> - <property name="acceleration" min="0.007" max="0.02"/> - <property name="die-distance" value="2"/> - <property name="randomness" value="10"/> - <property name="vertical-angle" min="0" max="360"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="gravity" value="0.001"/> - <property name="image" value="graphics/particles/bee-b.png"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/large-explosion.xml b/graphics/particles/large-explosion.xml deleted file mode 100644 index d2993660..00000000 --- a/graphics/particles/large-explosion.xml +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="20" lifetime="1"> - <emitter> - <property name="position-x" min="-8" max="8"/> - <property name="position-y" min="-8" max="8"/> - <property name="vertical-angle" min="-10" max="10"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="power" min="0" max="5"/> - <property name="gravity" value="0.1"/> - <property name="image" value="graphics/particles/smoke-large-grey.png"/> - <property name="lifetime" min="50" max="800"/> - <property name="output" min="300" max="330"/> - <property name="fade-out" value="10"/> - <property name="bounce" value="0.8"/> - </emitter> - <emitter> - <property name="position-x" min="-8" max="8"/> - <property name="position-y" min="-8" max="8"/> - <property name="vertical-angle" min="45" max="60"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="power" min="0" max="0.8"/> - <property name="gravity" value="0.01"/> - <property name="image" value="graphics/particles/fog-medium-a.png"/> - <property name="lifetime" min="70" max="180"/> - <property name="output" min="10" max="22"/> - <property name="fade-out" value="10"/> - <property name="bounce" value="0.8"/> - </emitter> - <emitter> - <property name="position-x" min="-10" max="10"/> - <property name="position-y" min="-10" max="10"/> - <property name="position-z" min="30" max="40"/> - <property name="vertical-angle" min="15" max="40"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="power" min="0" max="0.7"/> - <property name="gravity" value="0.001"/> - <property name="image" value="graphics/particles/blaze.png"/> - <property name="lifetime" min="0" max="140"/> - <property name="output" min="20" max="35"/> - <property name="fade-out" value="100"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/levelup.particle.xml b/graphics/particles/levelup.xml index d575f717..3bdf9e19 100644 --- a/graphics/particles/levelup.particle.xml +++ b/graphics/particles/levelup.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> +Copyright (C) 2010-2013 Evol Online --> <effect> <particle position-x="0" position-y="0" position-z="1" lifetime="250"> <emitter> diff --git a/graphics/particles/medium-explosion.xml b/graphics/particles/medium-explosion.xml deleted file mode 100644 index bb4c20a2..00000000 --- a/graphics/particles/medium-explosion.xml +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="20" lifetime="1"> - <emitter> - <property name="position-x" min="-8" max="8"/> - <property name="position-y" min="-8" max="8"/> - <property name="vertical-angle" min="-10" max="10"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="power" min="0" max="5"/> - <property name="gravity" value="0.1"/> - <property name="image" value="graphics/particles/smoke-large-grey.png"/> - <property name="lifetime" min="50" max="800"/> - <property name="output" min="100" max="230"/> - <property name="fade-out" value="10"/> - <property name="bounce" value="0.8"/> - </emitter> - <emitter> - <property name="position-x" min="-8" max="8"/> - <property name="position-y" min="-8" max="8"/> - <property name="vertical-angle" min="45" max="60"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="power" min="0" max="0.8"/> - <property name="gravity" value="0.01"/> - <property name="image" value="graphics/particles/fog-medium-a.png"/> - <property name="lifetime" min="70" max="180"/> - <property name="output" min="3" max="12"/> - <property name="fade-out" value="10"/> - <property name="bounce" value="0.8"/> - </emitter> - <emitter> - <property name="position-x" min="-10" max="10"/> - <property name="position-y" min="-10" max="10"/> - <property name="position-z" min="30" max="40"/> - <property name="vertical-angle" min="15" max="40"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="power" min="0" max="0.7"/> - <property name="gravity" value="0.001"/> - <property name="image" value="graphics/particles/blaze.png"/> - <property name="lifetime" min="0" max="140"/> - <property name="output" min="10" max="15"/> - <property name="fade-out" value="100"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/medium-smoke.xml b/graphics/particles/medium-smoke.xml deleted file mode 100644 index cec63028..00000000 --- a/graphics/particles/medium-smoke.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="20" lifetime="1"> - <emitter> - <property name="position-x" min="-8" max="8"/> - <property name="position-y" min="-8" max="8"/> - <property name="vertical-angle" min="-10" max="10"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="power" min="0" max="5"/> - <property name="gravity" value="0.1"/> - <property name="image" value="graphics/particles/smoke-large-grey.png"/> - <property name="lifetime" min="50" max="800"/> - <property name="output" min="10" max="130"/> - <property name="fade-out" value="10"/> - <property name="bounce" value="0.8"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/newyear.xml b/graphics/particles/newyear.xml deleted file mode 100644 index 12762ac5..00000000 --- a/graphics/particles/newyear.xml +++ /dev/null @@ -1,31 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" 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="position-z" min="0" max="32"/> - <property name="image" value="graphics/particles/star-medium.png|W:#00ffff,ffffff"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="45" max="90"/> - <property name="power" min="6" max="7"/> - <property name="gravity" value="0.1"/> - <property name="lifetime" value="300"/> - <property name="output" min="0" max="1"/> - <emitter> - <property name="position-x" value="0"/> - <property name="position-y" value="0"/> - <property name="position-z" value="0"/> - <property name="image" value="graphics/particles/star-small.png|W:#00ffff,ffffff"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="0" max="360"/> - <property name="power" value="1"/> - <property name="randomnes" value="100"/> - <property name="lifetime" min="20" max="30"/> - <property name="output" min="0" max="1"/> - </emitter> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/orb-large.png b/graphics/particles/orb-large.png Binary files differindex de9e1b3c..2b1a74eb 100644 --- a/graphics/particles/orb-large.png +++ b/graphics/particles/orb-large.png diff --git a/graphics/particles/orb-medium.png b/graphics/particles/orb-medium.png Binary files differindex eb896c85..ebdcf1ec 100644 --- a/graphics/particles/orb-medium.png +++ b/graphics/particles/orb-medium.png diff --git a/graphics/particles/orb-small.png b/graphics/particles/orb-small.png Binary files differindex 47cf957f..97a9fda9 100644 --- a/graphics/particles/orb-small.png +++ b/graphics/particles/orb-small.png diff --git a/graphics/particles/puff-blue.png b/graphics/particles/puff-blue.png Binary files differdeleted file mode 100644 index 2e76b7d5..00000000 --- a/graphics/particles/puff-blue.png +++ /dev/null diff --git a/graphics/particles/rain.xml b/graphics/particles/rain.xml deleted file mode 100644 index 40b50c99..00000000 --- a/graphics/particles/rain.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="400" lifetime="100"> - <emitter> - <property name="lifetime" min="25" max="30"/> - <property name="position-x" min="60" max="120"/> - <property name="position-y" min="-30" max="30"/> - <property name="vertical-angle" value="260"/> - <property name="power" value="20"/> - <property name="output" min="0" max="1"/> - <property name="gravity" value="0.04"/> - <property name="image" value="graphics/particles/raindrop.png"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/raindrop.png b/graphics/particles/raindrop.png Binary files differdeleted file mode 100644 index 2510ba67..00000000 --- a/graphics/particles/raindrop.png +++ /dev/null diff --git a/graphics/particles/savepoint-32x32.xml b/graphics/particles/savepoint-32x32.xml index 6af5fad4..e7ea202a 100644 --- a/graphics/particles/savepoint-32x32.xml +++ b/graphics/particles/savepoint-32x32.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Authors: Alige, Reid -Copyright (C) 2010-2012 Evol Online --> +Copyright (C) 2010-2013 Evol Online --> <effect> <particle position-x="0" position-y="0" position-z="5"> <emitter> @@ -11,14 +11,14 @@ Copyright (C) 2010-2012 Evol Online --> <property name="lifetime" value="1"/> <property name="output" value="1"/> <emitter> - <property name="image" value="graphics/particles/gloworb-small.png|W:#fffecb"/> + <property name="image" value="graphics/particles/gloworb.png|W:#fffecb"/> <property name="gravity" value="-0.003"/> <property name="lifetime" value="160"/> <property name="output" min="-10" max="1"/> <property name="output-pause" min="0" max="10"/> <property name="fade-in" value="15"/> <property name="fade-out" value="20"/> - <property name="randomnes" value="12"/> + <property name="randomness" value="12"/> </emitter> <emitter> <property name="image" value="graphics/particles/star-small.png|W:#ffe6ce,ffe6ce"/> @@ -27,7 +27,7 @@ Copyright (C) 2010-2012 Evol Online --> <property name="fade-in" value="40"/> <property name="fade-out" value="40"/> <property name="gravity" value="-0.003"/> - <property name="randomnes" value="8"/> + <property name="randomness" value="8"/> </emitter> </emitter> </particle> diff --git a/graphics/particles/skillup.particle.xml b/graphics/particles/skillup.xml index 5456a240..a4b72f25 100644 --- a/graphics/particles/skillup.particle.xml +++ b/graphics/particles/skillup.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> +Copyright (C) 2010-2013 Evol Online --> <effect> <particle position-x="0" position-y="0" position-z="1" lifetime="250"> <emitter> diff --git a/graphics/particles/small-green-bubbles.particle.xml b/graphics/particles/small-green-bubbles.particle.xml deleted file mode 100644 index 52bde2b2..00000000 --- a/graphics/particles/small-green-bubbles.particle.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<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="5" delay="40"/> - <frame index="6" delay="20"/> - <frame index="7" delay="10"/> - </animation> - <property name="lifetime" value="29"/> - <property name="fade-out" value="10"/> - <property name="output" min="-3" max="1"/> - <property name="output-pause" min="30" max="80"/> - </emitter> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/smoke-large-grey.png b/graphics/particles/smoke-large-grey.png Binary files differdeleted file mode 100644 index 01fd98e7..00000000 --- a/graphics/particles/smoke-large-grey.png +++ /dev/null diff --git a/graphics/particles/sparkle.big.green.particle.xml b/graphics/particles/sparkle.big.green.particle.xml deleted file mode 100644 index ee2c1b77..00000000 --- a/graphics/particles/sparkle.big.green.particle.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="0"> - <emitter> - <animation imageset="graphics/particles/sparkle.png|W:#99ff66" width="15" height="15"> - <sequence start="0" end="3" delay="100"/> - <frame index="0" delay="200"/> - </animation> - <property name="vertical-angle" value="90"/> - <property name="power" value="0.5"/> - <property name="lifetime" min="15" max="25"/> - <property name="output" min="1" max="1"/> - <property name="output-pause" value="1"/> - <property name="position-x" min="-20" max="20"/> - <property name="position-y" min="-20" max="20"/> - <property name="position-z" min="29" max="40"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/sparkle.green.particle.xml b/graphics/particles/sparkle.green.particle.xml deleted file mode 100644 index 3477ae73..00000000 --- a/graphics/particles/sparkle.green.particle.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="0"> - <emitter> - <animation imageset="graphics/particles/sparkle.png|W:#99ff66" width="15" height="15"> - <sequence start="0" end="3" delay="100"/> - <frame index="0" delay="200"/> - </animation> - <property name="vertical-angle" value="90"/> - <property name="power" value="0.5"/> - <property name="lifetime" min="15" max="25"/> - <property name="output" min="1" max="1"/> - <property name="output-pause" value="2"/> - <property name="position-x" min="-8" max="8"/> - <property name="position-y" min="-8" max="8"/> - <property name="position-z" min="29" max="40"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/sparkle.png b/graphics/particles/sparkle.png Binary files differdeleted file mode 100644 index 7cfbbb26..00000000 --- a/graphics/particles/sparkle.png +++ /dev/null diff --git a/graphics/particles/sphere-white.particle.xml b/graphics/particles/sphere-white.particle.xml deleted file mode 100644 index 8ff4428c..00000000 --- a/graphics/particles/sphere-white.particle.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="32"> - <emitter> - <property name="vertical-angle" min="0" max="360"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="power" value="17"/> - <property name="lifetime" value="1"/> - <property name="output" value="3"/> - <property name="follow-parent"/> - <emitter> - <property name="image" value="graphics/particles/gloworb-small.png|W:#ffffff"/> - <property name="lifetime" value="80"/> - <property name="fade-in" value="40"/> - <property name="fade-out" value="40"/> - <property name="output" value="1"/> - <property name="follow-parent"/> - </emitter> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/star-large.png b/graphics/particles/star-large.png Binary files differnew file mode 100644 index 00000000..ae19d40f --- /dev/null +++ b/graphics/particles/star-large.png diff --git a/graphics/particles/star-medium.png b/graphics/particles/star-medium.png Binary files differindex 667d2334..88c35f38 100644 --- a/graphics/particles/star-medium.png +++ b/graphics/particles/star-medium.png diff --git a/graphics/particles/star-small.png b/graphics/particles/star-small.png Binary files differindex 4c3bf365..6cf58525 100644 --- a/graphics/particles/star-small.png +++ b/graphics/particles/star-small.png diff --git a/graphics/particles/steam.particle.xml b/graphics/particles/steam.particle.xml deleted file mode 100644 index 4c86a10b..00000000 --- a/graphics/particles/steam.particle.xml +++ /dev/null @@ -1,49 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="-6" position-z="8"> - <emitter> - <property name="position-x" min="16" max="24"/> - <property name="position-y" min="-18" max="-10"/> - <property name="position-z" min="32" max="32"/> - <property name="image" value="graphics/particles/fog-medium-a.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="50" max="90"/> - <property name="power" value="1"/> - <property name="momentum" value="0.99"/> - <property name="gravity" value="0"/> - <property name="output" min="-2" max="1"/> - <property name="lifetime" min="20" max="60"/> - <property name="fade-out" value="100"/> - </emitter> - <emitter> - <property name="position-x" min="16" max="24"/> - <property name="position-y" min="-18" max="-10"/> - <property name="position-z" min="32" max="32"/> - <property name="image" value="graphics/particles/fog-medium-b.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="50" max="90"/> - <property name="power" value="1.0"/> - <property name="momentum" value="0.99"/> - <property name="gravity" value="0"/> - <property name="output" min="-2" max="1"/> - <property name="lifetime" min="40" max="100"/> - <property name="fade-out" value="100"/> - </emitter> - <emitter> - <property name="position-x" min="16" max="24"/> - <property name="position-y" min="-18" max="-10"/> - <property name="position-z" min="32" max="32"/> - <property name="image" value="graphics/particles/fog-medium-c.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="50" max="90"/> - <property name="power" value="1"/> - <property name="momentum" value="0.99"/> - <property name="gravity" value="0"/> - <property name="output" min="-2" max="1"/> - <property name="lifetime" min="40" max="100"/> - <property name="fade-out" value="100"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/voidportal.particle.xml b/graphics/particles/voidportal.particle.xml deleted file mode 100644 index f843b4f5..00000000 --- a/graphics/particles/voidportal.particle.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="64"> - <emitter> - <property name="power" min="1" max="2"/> - <property name="vertical-angle" min="0" max="360"/> - <property name="position-x" min="-18" max="18"/> - <property name="position-z" min="-18" max="18"/> - <property name="image" value="graphics/particles/glow-medium.png|W:#000000"/> - <property name="output" min="1" max="2"/> - <property name="acceleration" value="0.05"/> - <property name="lifetime" value="80"/> - </emitter> - <emitter> - <property name="power" value="0.2"/> - <property name="vertical-angle" min="-80" max="80"/> - <property name="horizontal-angle" min="10" max="170"/> - <property name="momentum" value="1.03"/> - <property name="image" value="graphics/particles/orb-medium.png|W:#ffffff"/> - <property name="lifetime" value="90"/> - <property name="fade-out" value="45"/> - <property name="output" value="3"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/warparea.particle.xml b/graphics/particles/warparea.particle.xml deleted file mode 100644 index b62147e7..00000000 --- a/graphics/particles/warparea.particle.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Authors: Alige, Reid -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="1" size-adjustable="true"> - <emitter> - <property name="position-x" min="5" max="27"/> - <property name="position-y" min="0" max="48"/> - <property name="image" value="graphics/particles/gloworbhalf-small.png|W:#e1e1e1"/> - <property name="gravity" value="-0.0015"/> - <property name="lifetime" value="160"/> - <property name="output" min="-4" max="1"/> - <property name="output-pause" min="0" max="10"/> - <property name="randomnes" value="4"/> - <property name="fade-in" value="10"/> - <property name="fade-out" value="20"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/waterfall-1x2.particle.xml b/graphics/particles/waterfall-1x2.particle.xml deleted file mode 100644 index 7454ab32..00000000 --- a/graphics/particles/waterfall-1x2.particle.xml +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="0"> - <emitter> - <property name="position-x" min="-4" max="14"/> - <property name="position-y" min="-28" max="-24"/> - <property name="position-z" min="52" max="62"/> - <property name="image" value="graphics/particles/waterfall-a.png"/> - <property name="output" min="0" max="1"/> - <property name="horizontal-angle" value="90"/> - <property name="vertical-angle" min="0" max="0"/> - <property name="power" min="0.8" max="1"/> - <property name="gravity" value="0.05"/> - <property name="fade-in" value="20"/> - </emitter> - <emitter> - <property name="position-x" min="-16" max="26"/> - <property name="position-y" min="20" max="30"/> - <property name="position-z" min="0" max="8"/> - <property name="image" value="graphics/particles/fog-medium-a.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="0" max="90"/> - <property name="power" value="1"/> - <property name="output" min="1" max="2"/> - <property name="lifetime" min="20" max="40"/> - <property name="fade-out" value="20"/> - </emitter> - <emitter> - <property name="position-x" min="-16" max="26"/> - <property name="position-y" min="20" max="30"/> - <property name="position-z" min="0" max="8"/> - <property name="image" value="graphics/particles/fog-medium-b.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="0" max="90"/> - <property name="power" value="1"/> - <property name="output" min="1" max="2"/> - <property name="lifetime" min="20" max="40"/> - <property name="fade-out" value="20"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/waterfall-1x3.particle.xml b/graphics/particles/waterfall-1x3.particle.xml deleted file mode 100644 index 75b14723..00000000 --- a/graphics/particles/waterfall-1x3.particle.xml +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="0"> - <emitter> - <property name="position-x" min="-4" max="14"/> - <property name="position-y" min="-28" max="-24"/> - <property name="position-z" min="72" max="82"/> - <property name="image" value="graphics/particles/waterfall-a.png"/> - <property name="output" min="0" max="1"/> - <property name="horizontal-angle" value="90"/> - <property name="vertical-angle" min="0" max="0"/> - <property name="power" min="0.8" max="1"/> - <property name="gravity" value="0.05"/> - <property name="fade-in" value="20"/> - </emitter> - <emitter> - <property name="position-x" min="-16" max="26"/> - <property name="position-y" min="34" max="44"/> - <property name="position-z" min="0" max="8"/> - <property name="image" value="graphics/particles/fog-medium-a.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="0" max="90"/> - <property name="power" value="1"/> - <property name="output" min="1" max="1"/> - <property name="lifetime" min="20" max="40"/> - <property name="fade-out" value="20"/> - </emitter> - <emitter> - <property name="position-x" min="-16" max="26"/> - <property name="position-y" min="34" max="44"/> - <property name="position-z" min="0" max="8"/> - <property name="image" value="graphics/particles/fog-medium-b.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="0" max="90"/> - <property name="power" value="1"/> - <property name="output" min="1" max="1"/> - <property name="lifetime" min="20" max="40"/> - <property name="fade-out" value="20"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/waterfall-2x1.particle.xml b/graphics/particles/waterfall-2x1.particle.xml deleted file mode 100644 index 2d52edc2..00000000 --- a/graphics/particles/waterfall-2x1.particle.xml +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="0"> - <emitter> - <property name="position-x" min="-24" max="30"/> - <property name="position-y" min="-28" max="-24"/> - <property name="position-z" min="27" max="37"/> - <property name="image" value="graphics/particles/waterfall-a.png"/> - <property name="output" min="2" max="2"/> - <property name="horizontal-angle" value="90"/> - <property name="vertical-angle" min="0" max="0"/> - <property name="power" min="0.8" max="1"/> - <property name="gravity" value="0.05"/> - <property name="fade-in" value="20"/> - </emitter> - <emitter> - <property name="position-x" min="-40" max="48"/> - <property name="position-y" min="20" max="30"/> - <property name="position-z" min="0" max="8"/> - <property name="image" value="graphics/particles/fog-medium-a.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="0" max="90"/> - <property name="power" value="1"/> - <property name="output" min="2" max="3"/> - <property name="lifetime" min="20" max="40"/> - <property name="fade-out" value="20"/> - </emitter> - <emitter> - <property name="position-x" min="-40" max="48"/> - <property name="position-y" min="20" max="30"/> - <property name="position-z" min="0" max="8"/> - <property name="image" value="graphics/particles/fog-medium-b.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="0" max="90"/> - <property name="power" value="1"/> - <property name="output" min="2" max="3"/> - <property name="lifetime" min="20" max="40"/> - <property name="fade-out" value="20"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/waterfall-2x2.particle.xml b/graphics/particles/waterfall-2x2.particle.xml deleted file mode 100644 index 25fe0992..00000000 --- a/graphics/particles/waterfall-2x2.particle.xml +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="0"> - <emitter> - <property name="position-x" min="-24" max="30"/> - <property name="position-y" min="-24" max="-20"/> - <property name="position-z" min="55" max="65"/> - <property name="image" value="graphics/particles/waterfall-a.png"/> - <property name="output" min="2" max="2"/> - <property name="horizontal-angle" value="90"/> - <property name="vertical-angle" min="0" max="0"/> - <property name="power" min="0.8" max="1"/> - <property name="gravity" value="0.05"/> - <property name="fade-in" value="20"/> - </emitter> - <emitter> - <property name="position-x" min="-40" max="48"/> - <property name="position-y" min="30" max="40"/> - <property name="position-z" min="0" max="8"/> - <property name="image" value="graphics/particles/fog-medium-a.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="0" max="90"/> - <property name="power" value="1"/> - <property name="output" min="1" max="2"/> - <property name="lifetime" min="20" max="40"/> - <property name="fade-out" value="20"/> - </emitter> - <emitter> - <property name="position-x" min="-40" max="48"/> - <property name="position-y" min="30" max="40"/> - <property name="position-z" min="0" max="8"/> - <property name="image" value="graphics/particles/fog-medium-b.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="0" max="90"/> - <property name="power" value="1"/> - <property name="output" min="1" max="2"/> - <property name="lifetime" min="20" max="40"/> - <property name="fade-out" value="20"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/waterfall-2x3.particle.xml b/graphics/particles/waterfall-2x3.particle.xml deleted file mode 100644 index d670b5c1..00000000 --- a/graphics/particles/waterfall-2x3.particle.xml +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="0"> - <emitter> - <property name="position-x" min="-24" max="30"/> - <property name="position-y" min="-28" max="-24"/> - <property name="position-z" min="0" max="100"/> - <property name="image" value="graphics/particles/waterfall-a.png"/> - <property name="output" min="2" max="2"/> - <property name="horizontal-angle" value="90"/> - <property name="vertical-angle" min="0" max="0"/> - <property name="power" min="0.7" max="1"/> - <property name="gravity" value="0.05"/> - <property name="fade-in" value="20"/> - </emitter> - <emitter> - <property name="position-x" min="-40" max="48"/> - <property name="position-y" min="34" max="44"/> - <property name="position-z" min="0" max="8"/> - <property name="image" value="graphics/particles/fog-medium-a.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="0" max="90"/> - <property name="power" value="1"/> - <property name="output" min="1" max="2"/> - <property name="lifetime" min="20" max="40"/> - <property name="fade-out" value="20"/> - </emitter> - <emitter> - <property name="position-x" min="-40" max="48"/> - <property name="position-y" min="34" max="44"/> - <property name="position-z" min="0" max="8"/> - <property name="image" value="graphics/particles/fog-medium-b.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="0" max="90"/> - <property name="power" value="1"/> - <property name="output" min="1" max="2"/> - <property name="lifetime" min="20" max="40"/> - <property name="fade-out" value="20"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/waterfall-2x4.particle.xml b/graphics/particles/waterfall-2x4.particle.xml deleted file mode 100644 index 352c9211..00000000 --- a/graphics/particles/waterfall-2x4.particle.xml +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="0"> - <emitter> - <property name="position-x" min="-24" max="30"/> - <property name="position-y" min="-62" max="-58"/> - <property name="position-z" min="105" max="115"/> - <property name="image" value="graphics/particles/waterfall-a.png"/> - <property name="output" min="2" max="2"/> - <property name="horizontal-angle" value="90"/> - <property name="vertical-angle" min="0" max="0"/> - <property name="power" min="0.8" max="1"/> - <property name="gravity" value="0.05"/> - <property name="fade-in" value="20"/> - </emitter> - <emitter> - <property name="position-x" min="-40" max="48"/> - <property name="position-y" min="20" max="30"/> - <property name="position-z" min="0" max="8"/> - <property name="image" value="graphics/particles/fog-medium-a.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="0" max="90"/> - <property name="power" value="1"/> - <property name="output" min="1" max="2"/> - <property name="lifetime" min="20" max="40"/> - <property name="fade-out" value="20"/> - </emitter> - <emitter> - <property name="position-x" min="-40" max="48"/> - <property name="position-y" min="20" max="30"/> - <property name="position-z" min="0" max="8"/> - <property name="image" value="graphics/particles/fog-medium-b.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="0" max="90"/> - <property name="power" value="1"/> - <property name="output" min="1" max="2"/> - <property name="lifetime" min="20" max="40"/> - <property name="fade-out" value="20"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/waterfall-a.png b/graphics/particles/waterfall-a.png Binary files differdeleted file mode 100644 index bfaa8ca4..00000000 --- a/graphics/particles/waterfall-a.png +++ /dev/null diff --git a/graphics/particles/waterfall.particle.xml b/graphics/particles/waterfall.particle.xml deleted file mode 100644 index 8449b540..00000000 --- a/graphics/particles/waterfall.particle.xml +++ /dev/null @@ -1,55 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="0"> - <emitter> - <property name="position-x" min="0" max="32"/> - <property name="position-y" min="0" max="8"/> - <property name="position-z" min="80" max="88"/> - <property name="image" value="graphics/particles/waterfall-a.png"/> - <property name="output" min="1" max="1"/> - <property name="horizontal-angle" value="90"/> - <property name="vertical-angle" min="0" max="0"/> - <property name="power" min="0.8" max="1"/> - <property name="gravity" value="0.05"/> - <property name="fade-in" value="20"/> - </emitter> - <emitter> - <property name="position-x" min="-16" max="48"/> - <property name="position-y" min="48" max="58"/> - <property name="position-z" min="0" max="8"/> - <property name="image" value="graphics/particles/fog-medium-a.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="0" max="90"/> - <property name="power" value="1"/> - <property name="output" min="1" max="2"/> - <property name="lifetime" min="20" max="40"/> - <property name="fade-out" value="20"/> - </emitter> - <emitter> - <property name="position-x" min="-16" max="48"/> - <property name="position-y" min="48" max="58"/> - <property name="position-z" min="0" max="8"/> - <property name="image" value="graphics/particles/fog-medium-b.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="0" max="90"/> - <property name="power" value="1"/> - <property name="output" min="1" max="2"/> - <property name="lifetime" min="20" max="40"/> - <property name="fade-out" value="20"/> - </emitter> - <emitter> - <property name="position-x" min="-16" max="48"/> - <property name="position-y" min="48" max="58"/> - <property name="position-z" min="0" max="8"/> - <property name="image" value="graphics/particles/fog-medium-c.png"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="vertical-angle" min="0" max="90"/> - <property name="power" value="1"/> - <property name="output" min="1" max="2"/> - <property name="lifetime" min="20" max="40"/> - <property name="fade-out" value="20"/> - </emitter> - </particle> -</effect> diff --git a/graphics/particles/whirlpool.particle.xml b/graphics/particles/whirlpool.particle.xml deleted file mode 100644 index 697b7d67..00000000 --- a/graphics/particles/whirlpool.particle.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> -<effect> - <particle position-x="0" position-y="0" position-z="1"> - <emitter> - <property name="position-x" min="0" max="32"/> - <property name="position-y" min="0" max="48"/> - <animation imageset="graphics/particles/bubble_8px.png" width="8" height="8"> - <sequence start="0" end="7" delay="50"/> - </animation> - <property name="lifetime" value="100"/> - <property name="output" min="-1" max="1"/> - </emitter> - </particle> -</effect> |