diff options
-rw-r--r-- | LICENSE | 3 | ||||
-rw-r--r-- | effects.xml | 1 | ||||
-rwxr-xr-x | graphics/particles/magic.xml | 22 | ||||
-rwxr-xr-x | graphics/particles/sparkles.png | bin | 0 -> 537 bytes |
4 files changed, 25 insertions, 1 deletions
@@ -198,10 +198,11 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE graphics/particle/fog-medium3.png (Crush) (CC BY-SA 3.0) (Reid) graphics/particles/gloworb.png (Crush) (CC BY-SA 3.0) (-) graphics/particles/gloworb-medium.png (Crush) (CC BY-SA 3.0) (-) - graphics/particles/heart.png (Coolkid782, Reid) (CC BY-SA 3.0) (-) + graphics/particles/heart.png (Coolkid782, Reid) (CC BY-SA 3.0) (-) graphics/particles/orb-large.png (Reid) (CC BY-SA 3.0) (-) graphics/particles/orb-medium.png (Crush) (CC BY-SA 3.0) (-) graphics/particles/orb-small.png (Crush) (CC BY-SA 3.0) (-) + graphics/particles/sparkles.png (Crush) (CC BY-SA 3.0) (-) graphics/particles/star-medium.png (Crush) (CC BY-SA 3.0) (-) graphics/particles/star-small.png (Crush) (CC BY-SA 3.0) (-) graphics/particles/zzz.png (Reid) (CC BY-SA 3.0) (Alige, Hal9000) diff --git a/effects.xml b/effects.xml index d9bea1aa..ddcc775a 100644 --- a/effects.xml +++ b/effects.xml @@ -27,6 +27,7 @@ Copyright (C) 2010-2014 Evol Online --> <effect id="20" particle="graphics/particles/panels.xml"/> <!-- Particle effect for NPC panels, used to give advice to players. --> <effect id="21" particle="graphics/particles/poison-cloud.xml"/> <!-- Attack animation used by poisoned mushrooms. --> <effect id="22" particle="graphics/particles/treeglow.xml"/> <!-- Tree glowing particle effect. --> + <effect id="23" particle="graphics/particles/magic.xml"/> <!-- A magical particle effect. --> <effect id="344"/> <!-- @summon GM command particle effect. --> <effect id="10000" particle="graphics/particles/spirit.xml"/> <!-- Spirit ball. --> diff --git a/graphics/particles/magic.xml b/graphics/particles/magic.xml new file mode 100755 index 00000000..5af53939 --- /dev/null +++ b/graphics/particles/magic.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Alige +Copyright (C) 2016 Evol Online --> +<effect> + <particle position-x="0" position-y="0" position-z="27" lifetime="150"> + <emitter> + <animation imageset="graphics/particles/sparkles.png|W:#0020ff,20f0ff" width="15" height="15"> + <sequence start="0" end="3" delay="50"/> + <frame index="0" delay="100"/> + </animation> + <property name="vertical-angle" value="90"/> + <property name="power" value="1.1"/> + <property name="lifetime" min="50" max="60"/> + <property name="output" value="1"/> + <property name="output-pause" value="4"/> + <property name="fade-in" min="5" max="10"/> + <property name="fade-out" value="15"/> + <property name="position-x" min="-12" max="12"/> + <property name="position-y" value="32"/> + </emitter> + </particle> +</effect> diff --git a/graphics/particles/sparkles.png b/graphics/particles/sparkles.png Binary files differnew file mode 100755 index 00000000..7cfbbb26 --- /dev/null +++ b/graphics/particles/sparkles.png |