diff options
-rw-r--r-- | items.xml | 7 | ||||
-rw-r--r-- | status-effects.xml | 4 |
2 files changed, 11 insertions, 0 deletions
@@ -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" /> |