diff options
author | Wombat <hpwombat@yahoo.com> | 2010-08-04 01:01:19 +0200 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2010-08-16 19:04:20 -0400 |
commit | 1332fbf9136d3667a76fc5f33bf91872890afeb0 (patch) | |
tree | f9916c28531c67d744c0f9ced859927cbc7479d0 /graphics/particles/golbenez.particle.xml | |
parent | fa368a267faa6d82b76fd7e20bb1860c403db6d2 (diff) | |
download | clientdata-1332fbf9136d3667a76fc5f33bf91872890afeb0.tar.gz clientdata-1332fbf9136d3667a76fc5f33bf91872890afeb0.tar.bz2 clientdata-1332fbf9136d3667a76fc5f33bf91872890afeb0.tar.xz clientdata-1332fbf9136d3667a76fc5f33bf91872890afeb0.zip |
Inn Sink Particles and Inn Map
Particles for zeny sink and 027-2.tmx graveyard inn (no objects added)
new file: graphics/particles/golbenez.particle.xml
modified: maps/027-2.tmx
Diffstat (limited to 'graphics/particles/golbenez.particle.xml')
-rw-r--r-- | graphics/particles/golbenez.particle.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/graphics/particles/golbenez.particle.xml b/graphics/particles/golbenez.particle.xml new file mode 100644 index 00000000..8581e884 --- /dev/null +++ b/graphics/particles/golbenez.particle.xml @@ -0,0 +1,42 @@ +<?xml version="1.0"?> +<!-- +Light red particles which fly up to the sky. About one tile wide, three tiles +high and supposed to give an object which is about half as large as a player +character some magical aura. +--> +<effect> + <particle + position-x = "0" + position-y = "0" + position-z = "0" + > + <emitter> + <property name="position-z" value="16" /> + <property name="vertical-angle" min="0" max="90"/> + <property name="horizontal-angle" min="0" max="360"/> + <property name="power" min="20" max="24"/> + <property name="lifetime" value="1"/> + <property name="output" value="1"/> + <emitter> + <property name="gravity" value="-0.2"/> + <property name="momentum" value="0.5"/> + <property name="image" value="graphics/particles/star-small.png|W:#580000,A40000,C02020,ff6060"/> + <property name="lifetime" value="20"/> + <property name="fade-in" value="1"/> + <property name="fade-out" value="5"/> + <property name="output" min="0" max="1"/> + <property name="randomnes" value="100"/> + </emitter> + <emitter> + <property name="gravity" value="0.2"/> + <property name="momentum" value="0.1"/> + <property name="image" value="graphics/particles/orb-large.png"/> + <property name="lifetime" value="5"/> + <property name="fade-in" value="1"/> + <property name="fade-out" value="5"/> + <property name="output" min="0" max="1"/> + <property name="randomnes" value="100"/> + </emitter> + </emitter> + </particle> +</effect> |