summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/sprites/icon-slow-poison.pngbin0 -> 1117 bytes
-rw-r--r--graphics/sprites/icon-slow-poison.xml12
-rw-r--r--status-effects.xml1
3 files changed, 13 insertions, 0 deletions
diff --git a/graphics/sprites/icon-slow-poison.png b/graphics/sprites/icon-slow-poison.png
new file mode 100644
index 00000000..34158b87
--- /dev/null
+++ b/graphics/sprites/icon-slow-poison.png
Binary files differ
diff --git a/graphics/sprites/icon-slow-poison.xml b/graphics/sprites/icon-slow-poison.xml
new file mode 100644
index 00000000..28709600
--- /dev/null
+++ b/graphics/sprites/icon-slow-poison.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icon-slow-poison.png" width="12" height="20" />
+
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="-12" delay="190" />
+ <frame index="1" offsetY="-12" delay="275" />
+ <frame index="2" offsetY="-12" delay="300" />
+ </animation>
+ </action>
+</sprite>
diff --git a/status-effects.xml b/status-effects.xml
index 4452d495..1576b547 100644
--- a/status-effects.xml
+++ b/status-effects.xml
@@ -28,6 +28,7 @@
start-particle="graphics/particles/green-bubbles.particle.xml"
/>
<status-effect name="slow-poison" id="14"
+ 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."
/>