diff options
-rw-r--r-- | effects.xml | 3 | ||||
-rw-r--r-- | graphics/particles/warp.xml | 19 |
2 files changed, 21 insertions, 1 deletions
diff --git a/effects.xml b/effects.xml index 63dfcdb6..0f464611 100644 --- a/effects.xml +++ b/effects.xml @@ -7,5 +7,6 @@ Copyright (C) 2010-2013 Evol Online --> <effect id="2" particle="graphics/particles/hit.xml"/> <effect id="3" particle="graphics/particles/critical.xml"/> <effect id="4" particle="graphics/particles/highlight.xml"/> - <effect id="5" particle="graphics/particles/savepoint-32x32.xml"/> + <effect id="5" particle="graphics/particles/warp.xml"/> + <effect id="6" particle="graphics/particles/savepoint-32x32.xml"/> </being-effects> diff --git a/graphics/particles/warp.xml b/graphics/particles/warp.xml new file mode 100644 index 00000000..eb11f470 --- /dev/null +++ b/graphics/particles/warp.xml @@ -0,0 +1,19 @@ +<?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/gloworb.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> |