summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-05-14 08:09:12 +0000
committerFate <fate-tmw@googlemail.com>2009-05-14 08:09:12 +0000
commitb3ed2b2b426058386e10707530ad031b4e22efa8 (patch)
tree09ba4528994788b90b81fca6aa315deda3fca981
parent9533fdf78a20a092b52de3227f074e7d514f9bec (diff)
downloadclientdata-b3ed2b2b426058386e10707530ad031b4e22efa8.tar.gz
clientdata-b3ed2b2b426058386e10707530ad031b4e22efa8.tar.bz2
clientdata-b3ed2b2b426058386e10707530ad031b4e22efa8.tar.xz
clientdata-b3ed2b2b426058386e10707530ad031b4e22efa8.zip
"Poisoned" status effect
-rw-r--r--graphics/particles/fullbubble-16px.pngbin0 -> 659 bytes
-rw-r--r--graphics/particles/green-bubbles.particle.xml40
-rw-r--r--status-effects.xml4
3 files changed, 44 insertions, 0 deletions
diff --git a/graphics/particles/fullbubble-16px.png b/graphics/particles/fullbubble-16px.png
new file mode 100644
index 00000000..93e3b57f
--- /dev/null
+++ b/graphics/particles/fullbubble-16px.png
Binary files differ
diff --git a/graphics/particles/green-bubbles.particle.xml b/graphics/particles/green-bubbles.particle.xml
new file mode 100644
index 00000000..0487a58c
--- /dev/null
+++ b/graphics/particles/green-bubbles.particle.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0"?>
+<!--
+Green poison bubbles
+-->
+<effect>
+ <particle
+ position-x = "0"
+ position-y = "0"
+ position-z = "0"
+ >
+ <emitter>
+ <property name="position-z" value="64" />
+ <property name="position-y" value="-32" />
+ <property name="vertical-angle" min="0" max="90"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="power" min="4" max="10"/>
+ <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="3" delay="80" />
+ <frame index="4" delay="80" />
+ <frame index="5" delay="30" />
+ <frame index="6" delay="20" />
+ <frame index="7" delay="-1" />
+ </animation>
+ <property name="lifetime" value="45"/>
+ <property name="fade-in" value="0"/>
+ <property name="fade-out" value="10"/>
+ <property name="output" min="0" 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 faf14a59..dcc01451 100644
--- a/status-effects.xml
+++ b/status-effects.xml
@@ -22,6 +22,10 @@
persistent-particle-effect="true"
start-particle="graphics/particles/sphere-white.particle.xml"
/>
+ <status-effect name="poison" id="132" block-id="16"
+ persistent-particle-effect="true"
+ start-particle="graphics/particles/green-bubbles.particle.xml"
+ />
<status-effect name="hide" id="194"
icon="icon-hidden.xml"
/>