diff options
author | Reid <reidyro@gmail.com> | 2011-02-04 22:42:33 +0100 |
---|---|---|
committer | Reid <reidyro@gmail.com> | 2011-02-04 22:42:33 +0100 |
commit | a97c329e657ee50bd0e6216bb1afb33310e74159 (patch) | |
tree | c95bb6c5c5daf54a5ff3b85f1979f35c8f0663cc /graphics/particles/spectre.particle.xml | |
parent | b802c8a89cff1ef32e1adf9c755b388c2167ae06 (diff) | |
download | clientdata-a97c329e657ee50bd0e6216bb1afb33310e74159.tar.gz clientdata-a97c329e657ee50bd0e6216bb1afb33310e74159.tar.bz2 clientdata-a97c329e657ee50bd0e6216bb1afb33310e74159.tar.xz clientdata-a97c329e657ee50bd0e6216bb1afb33310e74159.zip |
New polter and spectre particle + added color change in monsters.xml : It will change the color of particle of spectre, poltergeist and wisp mob in their respectable colors.
Diffstat (limited to 'graphics/particles/spectre.particle.xml')
-rw-r--r-- | graphics/particles/spectre.particle.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/graphics/particles/spectre.particle.xml b/graphics/particles/spectre.particle.xml new file mode 100644 index 00000000..097e0fed --- /dev/null +++ b/graphics/particles/spectre.particle.xml @@ -0,0 +1,31 @@ +<?xml version="1.0"?> + +<!-- +A circle on the ground 60 pixels in diameter made from particles. +--> + +<effect> + <particle + position-x = "0" + position-y = "0" + position-z = "48" + > + <emitter> + <property name="position-y" min="-16" max="16"/> + <property name="position-y" min="-16" max="16"/> + <property name="position-z" min="-16" max="16"/> + <property name="horizontal-angle" min="0" max="360"/> + <property name="vertical-angle" min="0" max="360"/> + <property name="power" min="0.4" max="2"/> + <property name="lifetime" value="160"/> + <property name="fade-out" value="40" /> + <property name="fade-in" value="40" /> + <property name="output" min="-20" max="1"/> + <property name="acceleration" value="0.1" /> + <property name="alpha" value="0.5" /> + <property name="image" value="graphics/particles/star-small.png|W:#ff77dd,dd77ff" /> + <property name="follow-parent" /> + </emitter> + </particle> +</effect> + |