diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2012-09-24 15:08:11 +0200 |
---|---|---|
committer | Vincent Petithory <vincent.petithory@gmail.com> | 2012-12-17 18:41:46 +0100 |
commit | 725c5cc50a6f2414e9d4faf29c27575921c6e9da (patch) | |
tree | a6ba63f49b318c1b1de2529d5aa42df61129029f /graphics/particles/arrow-banshee.particle.xml | |
parent | 4751e25a4fc9cd52ff16828005c7fc003c30eeca (diff) | |
download | clientdata-725c5cc50a6f2414e9d4faf29c27575921c6e9da.tar.gz clientdata-725c5cc50a6f2414e9d4faf29c27575921c6e9da.tar.bz2 clientdata-725c5cc50a6f2414e9d4faf29c27575921c6e9da.tar.xz clientdata-725c5cc50a6f2414e9d4faf29c27575921c6e9da.zip |
Add Illia items:
* Sealed Soul
* Lock Picks
* Lazurite Shard, Crystal, Heart
* Bull Helmet
* Lazurite Robe
* Heart of Isis
* Banshee Bow
Diffstat (limited to 'graphics/particles/arrow-banshee.particle.xml')
-rw-r--r-- | graphics/particles/arrow-banshee.particle.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/graphics/particles/arrow-banshee.particle.xml b/graphics/particles/arrow-banshee.particle.xml new file mode 100644 index 00000000..0e26750b --- /dev/null +++ b/graphics/particles/arrow-banshee.particle.xml @@ -0,0 +1,44 @@ +<?xml version="1.0"?> +<effect> + <particle position-x="0" position-y="0" position-z="32" lifetime="128"> + <rotation imageset="graphics/particles/arrowh-banshee.png" width="16" height="16"> + <sequence start="0" end="7"/> + </rotation> + <emitter> + <property name="image" value="graphics/particles/star-small.png|W:#512C75,222222"/> + <property name="lifetime" value="90"/> + <property name="fade-in" value="10"/> + <property name="fade-out" value="90"/> + <property name="output" min="0" max="1"/> + <property name="power" min="0" max="2"/> + <property name="horizontal-angle" min="-15" max="-175"/> + <property name="momentum" value="0.95"/> + <property name="randomnes" value="200"/> + <property name="vertical-angle" min="0" max="90"/> + </emitter> + <emitter> + <property name="image" value="graphics/particles/star-small.png|W:#262B2F,333333"/> + <property name="lifetime" value="90"/> + <property name="fade-in" value="10"/> + <property name="fade-out" value="90"/> + <property name="output" min="0" max="1"/> + <property name="power" min="0" max="2"/> + <property name="horizontal-angle" min="-15" max="-175"/> + <property name="momentum" value="0.95"/> + <property name="randomnes" value="200"/> + <property name="vertical-angle" min="0" max="90"/> + </emitter> + <emitter> + <property name="image" value="graphics/particles/orb-small.png|W:#222222"/> + <property name="lifetime" value="90"/> + <property name="fade-in" value="10"/> + <property name="fade-out" value="90"/> + <property name="output" min="0" max="1"/> + <property name="power" min="0" max="2"/> + <property name="horizontal-angle" min="-15" max="-175"/> + <property name="momentum" value="0.95"/> + <property name="randomnes" value="200"/> + <property name="vertical-angle" min="0" max="90"/> + </emitter> + </particle> +</effect> |