summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-06-16 16:23:58 +0000
committerFate <fate-tmw@googlemail.com>2009-06-16 16:23:58 +0000
commit57290e0551e06a95ec81a0a10ca289ed49673de6 (patch)
treed0c66f5e28bcb90749ea089ac37472957c94f9b9
parent8e44cadb68b257f98bc747c22f522b6f57fbe039 (diff)
downloadclientdata-57290e0551e06a95ec81a0a10ca289ed49673de6.tar.gz
clientdata-57290e0551e06a95ec81a0a10ca289ed49673de6.tar.bz2
clientdata-57290e0551e06a95ec81a0a10ca289ed49673de6.tar.xz
clientdata-57290e0551e06a95ec81a0a10ca289ed49673de6.zip
Added particle effect for slow poison
-rw-r--r--graphics/particles/small-green-bubbles.particle.xml38
-rw-r--r--status-effects.xml6
2 files changed, 41 insertions, 3 deletions
diff --git a/graphics/particles/small-green-bubbles.particle.xml b/graphics/particles/small-green-bubbles.particle.xml
new file mode 100644
index 00000000..8a09a287
--- /dev/null
+++ b/graphics/particles/small-green-bubbles.particle.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+<!--
+Green slow-poison bubbles
+-->
+<effect>
+ <particle
+ position-x = "0"
+ position-y = "0"
+ position-z = "0"
+ >
+ <emitter>
+ <property name="position-z" value="90" />
+ <property name="position-y" min="-8" max="8"/>
+ <property name="vertical-angle" min="0" max="90"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="power" min="4" max="15"/>
+ <property name="lifetime" value="1"/>
+ <property name="output" value="1"/>
+ <emitter>
+ <property name="gravity" value="-0.1"/>
+ <property name="momentum" value="0.9"/>
+ <animation imageset="graphics/particles/fullbubble-16px.png|W:#80ff80,40a020" width="16" height="16">
+ <frame index="0" delay="80" />
+ <frame index="1" delay="80" />
+ <frame index="2" delay="80" />
+ <frame index="5" delay="30" />
+ <frame index="6" delay="20" />
+ <frame index="7" delay="-1" />
+ </animation>
+ <property name="lifetime" value="29"/>
+ <property name="fade-in" value="0"/>
+ <property name="fade-out" value="10"/>
+ <property name="output" min="-3" max="1"/>
+ <property name="output-pause" min="30" max="80"/>
+ </emitter>
+ </emitter>
+ </particle>
+</effect>
diff --git a/status-effects.xml b/status-effects.xml
index e2b24989..fe92b6b9 100644
--- a/status-effects.xml
+++ b/status-effects.xml
@@ -27,10 +27,10 @@
persistent-particle-effect="true"
start-particle="graphics/particles/green-bubbles.particle.xml"
/>
- <status-effect name="slow-poison" id="14"
+ <status-effect name="slow-poison" id="14" block-id="25"
icon="icon-slow-poison.xml"
- start-message="You feel a pleasant warmth in your stomach."
- end-message="The pleasant warmth in your stomach seems to have disappeared."
+ persistent-particle-effect="true"
+ start-particle="graphics/particles/small-green-bubbles.particle.xml"
/>
<status-effect name="hide" id="194"
icon="icon-hidden.xml"