summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-05-31 15:39:15 +0000
committerFate <fate-tmw@googlemail.com>2009-05-31 15:39:15 +0000
commitfc739418299dcfbd431816cce3965b5316bb4713 (patch)
treeb6ab07664382e6772865f8a3f49d537f94c09b02
parent1930aec81294d97b393c7cb3e8594efc79c78f26 (diff)
downloadclientdata-fc739418299dcfbd431816cce3965b5316bb4713.tar.gz
clientdata-fc739418299dcfbd431816cce3965b5316bb4713.tar.bz2
clientdata-fc739418299dcfbd431816cce3965b5316bb4713.tar.xz
clientdata-fc739418299dcfbd431816cce3965b5316bb4713.zip
Added the slow-poison potion item
-rw-r--r--items.xml7
-rw-r--r--status-effects.xml4
2 files changed, 11 insertions, 0 deletions
diff --git a/items.xml b/items.xml
index a94e2357..53acf2f7 100644
--- a/items.xml
+++ b/items.xml
@@ -2355,6 +2355,13 @@
description="You can dry yourself off with it if it still seems to be clean enough. - Douglas Adams"
type="generic"
weight="20"/>
+ <item id="750"
+ image="use-potion-c.png|G:#f0f040,ffffff"
+ name="Slow poison potion"
+ description="A yellow potion with a fresh, citric scent."
+ effect="Suspends poison"
+ type="usable"
+ weight="10"/>
<!-- HERE ARE SOME UNUSED ITEM IDS -->
diff --git a/status-effects.xml b/status-effects.xml
index 24a9bba1..4452d495 100644
--- a/status-effects.xml
+++ b/status-effects.xml
@@ -27,6 +27,10 @@
persistent-particle-effect="true"
start-particle="graphics/particles/green-bubbles.particle.xml"
/>
+ <status-effect name="slow-poison" id="14"
+ start-message="You feel a pleasant warmth in your stomach."
+ end-message="The pleasant warmth in your stomach seems to have disappeared."
+ />
<status-effect name="hide" id="194"
icon="icon-hidden.xml"
/>