diff options
author | Reid <reidyaro@gmail.com> | 2011-11-27 00:47:48 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-11-27 00:47:48 +0100 |
commit | 7019bee94a0ba6158fcbd11a73046e012a669c81 (patch) | |
tree | 9db51542cae5966b5655486516c03a608a0e3b01 /graphics/particles/monster-lizard-firebreath.particle.xml | |
download | clientdata-7019bee94a0ba6158fcbd11a73046e012a669c81.tar.gz clientdata-7019bee94a0ba6158fcbd11a73046e012a669c81.tar.bz2 clientdata-7019bee94a0ba6158fcbd11a73046e012a669c81.tar.xz clientdata-7019bee94a0ba6158fcbd11a73046e012a669c81.zip |
Initialization of the Clientdata for the Beta release of Evol Online.
Diffstat (limited to 'graphics/particles/monster-lizard-firebreath.particle.xml')
-rw-r--r-- | graphics/particles/monster-lizard-firebreath.particle.xml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/graphics/particles/monster-lizard-firebreath.particle.xml b/graphics/particles/monster-lizard-firebreath.particle.xml new file mode 100644 index 00000000..2c8b4230 --- /dev/null +++ b/graphics/particles/monster-lizard-firebreath.particle.xml @@ -0,0 +1,45 @@ +<?xml version="1.0"?> + +<!-- +A horizontal flame burst with a range of about 60 pixels. +Creates up to 400 particles but only for a very brief moment. +used for the fire breath attack of the fire lizard. mostly a copy&paste from the fire goblin, just with +positions and vectors tuned. +--> + +<!-- Copyright (C) 2010 The Mana World Development Team +Copyright (C) 2010-2011 Evol Online --> +<effect> + <particle + position-x = "0" + position-y = "0" + position-z = "16" + lifetime = "25" + > + <emitter> + <property name="position-x" min="0" max="0"/> + <property name="position-y" min="14" max="14"/> + <property name="position-z" min="40" max="40"/> + <property name="horizontal-angle" min="90" max="100"/> + <property name="vertical-angle" min="-30" max="-20"/> + <property name="power" min="2" max="4"/> + <property name="momentum" value="0.97" /> + <property name="gravity" value="-0.04"/> + <animation imageset="graphics/particles/aniblaze-medium.png|W:#ffff00,cc0000" width="16" height="16"> + <frame index="0" delay="5" /> + <frame index="1" delay="10" /> + <frame index="2" delay="15" /> + <frame index="3" delay="25" /> + <frame index="4" delay="35" /> + <frame index="5" delay="60" /> + <frame index="6" delay="95" /> + <frame index="7" delay="160" /> + <frame index="8" delay="9999" /> + </animation> + <property name="lifetime" min="0" max="80"/> + <property name="output" min="5" max="10"/> + <property name="fade-in" value="10"/> + <property name="fade-out" value="60"/> + </emitter> + </particle> +</effect>
\ No newline at end of file |