diff options
-rw-r--r-- | graphics/particles/fullbubble-16px.png | bin | 0 -> 659 bytes | |||
-rw-r--r-- | graphics/particles/green-bubbles.particle.xml | 40 | ||||
-rw-r--r-- | status-effects.xml | 4 |
3 files changed, 44 insertions, 0 deletions
diff --git a/graphics/particles/fullbubble-16px.png b/graphics/particles/fullbubble-16px.png Binary files differnew file mode 100644 index 00000000..93e3b57f --- /dev/null +++ b/graphics/particles/fullbubble-16px.png 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" /> |