diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/particles/circle-magic-short.xml | 33 | ||||
-rw-r--r-- | graphics/particles/hastefurry.particle.xml | 3 |
2 files changed, 34 insertions, 2 deletions
diff --git a/graphics/particles/circle-magic-short.xml b/graphics/particles/circle-magic-short.xml new file mode 100644 index 00000000..6b724c9d --- /dev/null +++ b/graphics/particles/circle-magic-short.xml @@ -0,0 +1,33 @@ +<?xml version="1.0"?> + +<effect> + <particle + position-x = "16" + position-y = "24" + position-z = "0" + lifetime="500" + > + + <animation imageset="graphics/particles/circle-magic.png" width="78" height="55"> + <sequence start="0" end="9" delay="80"/> + </animation> + + <emitter> + <property name="horizontal-angle" min="0" max="360"/> + <property name="vertical-angle" value="0"/> + <property name="lifetime" value="1"/> + <property name="output" min="0" max="1"/> + <property name="power" value="30"/> + <emitter> + <property name="vertical-angle" value="90"/> + <property name="output" min="0" max="1"/> + <property name="power" value="1"/> + <animation imageset="graphics/particles/circle-magic-trail.png" width="6" height="17"> + <sequence start="0" end="9" delay="80"/> + <end/> + </animation> + </emitter> + </emitter> + + </particle> +</effect> diff --git a/graphics/particles/hastefurry.particle.xml b/graphics/particles/hastefurry.particle.xml index ebbfb5ae..295e1cb0 100644 --- a/graphics/particles/hastefurry.particle.xml +++ b/graphics/particles/hastefurry.particle.xml @@ -5,8 +5,7 @@ Effect for attack speed buff purple small particle <effect> <particle position-x="0" position-y="0" - position-z="0" - lifetime="500"> + position-z="0"> <emitter> <property name="position-z" min="16" max="96"/> <property name="vertical-angle" min="0" max="90"/> |