summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-12-14 00:55:35 +0100
committerPhilipp Sehmisch <tmw@crushnet.org>2008-12-14 00:55:35 +0100
commitb80ab5d1fa375ab7c3fd7b11a4c11ad7acc0971a (patch)
treea65b1abee5a87bba404302dd9ac11737317e88b4
parent27230bfdd36f66580dd9184bfb8ca1e80557c9bc (diff)
downloadclientdata-b80ab5d1fa375ab7c3fd7b11a4c11ad7acc0971a.tar.gz
clientdata-b80ab5d1fa375ab7c3fd7b11a4c11ad7acc0971a.tar.bz2
clientdata-b80ab5d1fa375ab7c3fd7b11a4c11ad7acc0971a.tar.xz
clientdata-b80ab5d1fa375ab7c3fd7b11a4c11ad7acc0971a.zip
Added a better particle effect for GM invisibility
-rw-r--r--graphics/particles/sphere-white.particle.xml28
-rw-r--r--status-effects.xml2
2 files changed, 29 insertions, 1 deletions
diff --git a/graphics/particles/sphere-white.particle.xml b/graphics/particles/sphere-white.particle.xml
new file mode 100644
index 00000000..3d249031
--- /dev/null
+++ b/graphics/particles/sphere-white.particle.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<!--
+A sphere around the character to visualize a barrier
+-->
+<effect>
+ <particle
+ position-x = "0"
+ position-y = "0"
+ position-z = "32"
+ >
+ <emitter>
+ <property name="vertical-angle" min="0" max="360"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="power" value="20"/>
+ <property name="lifetime" value="1"/>
+ <property name="output" value="20"/>
+ <property name="follow-parent" />
+ <emitter>
+ <property name="image" value="graphics/particles/gloworb-small.png|W:#ffffff" />
+ <property name="lifetime" value="16"/>
+ <property name="fade-in" value="8"/>
+ <property name="fade-out" value="8"/>
+ <property name="output" value="1"/>
+ <property name="follow-parent" />
+ </emitter>
+ </emitter>
+ </particle>
+</effect>
diff --git a/status-effects.xml b/status-effects.xml
index 90650fcd..5d7787ed 100644
--- a/status-effects.xml
+++ b/status-effects.xml
@@ -13,6 +13,6 @@
start-message="You are now invisible."
end-message="You are no longer invisible."
persistent-particle-effect="true"
- start-particle="graphics/particles/black-glow.particle.xml"
+ start-particle="graphics/particles/sphere-white.particle.xml"
/>
</status-effects>