diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-07-08 01:17:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-07-08 01:17:57 -0300 |
commit | 5b25b0e599a6640c2170451758ace3944ece466a (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /graphics/particles/pink-violent-glow.particle.xml | |
parent | 753ec372f49630eb5197fecbf70935e120664a96 (diff) | |
download | clientdata-5b25b0e599a6640c2170451758ace3944ece466a.tar.gz clientdata-5b25b0e599a6640c2170451758ace3944ece466a.tar.bz2 clientdata-5b25b0e599a6640c2170451758ace3944ece466a.tar.xz clientdata-5b25b0e599a6640c2170451758ace3944ece466a.zip |
Remove all Legacy (tmwAthena) files
Diffstat (limited to 'graphics/particles/pink-violent-glow.particle.xml')
-rw-r--r-- | graphics/particles/pink-violent-glow.particle.xml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/graphics/particles/pink-violent-glow.particle.xml b/graphics/particles/pink-violent-glow.particle.xml deleted file mode 100644 index a588722f..00000000 --- a/graphics/particles/pink-violent-glow.particle.xml +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0"?> -<!-- -Pink-ish particles that fly up to the sky; based on Crush's Soul Menhir effect. ---> -<effect> - <particle position-x="0" position-y="0" position-z="0"> - <emitter> - <property name="position-z" min="16" max="48"/> - <property name="vertical-angle" min="0" max="90"/> - <property name="horizontal-angle" min="0" max="360"/> - <property name="power" min="10" max="25"/> - <property name="lifetime" value="1"/> - <property name="output" value="1"/> - <emitter> - <property name="gravity" value="-0.4"/> - <property name="momentum" value="0.9"/> - <property name="image" value="graphics/particles/gloworb-medium.png|W:#da69e5"/> - <property name="lifetime" value="25"/> - <property name="fade-in" value="5"/> - <property name="fade-out" value="20"/> - <property name="output" min="0" max="1"/> - <property name="output-pause" min="30" max="80"/> - <property name="randomness" value="200"/> - </emitter> - <emitter> - <property name="gravity" value="-0.4"/> - <property name="momentum" value="0.9"/> - <property name="image" value="graphics/particles/orb-small.png|W:#da69e5"/> - <property name="lifetime" value="25"/> - <property name="fade-in" value="5"/> - <property name="fade-out" value="20"/> - <property name="output" min="0" max="1"/> - <property name="output-pause" min="30" max="80"/> - <property name="randomness" value="200"/> - </emitter> - </emitter> - </particle> -</effect> |