aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2016-05-08 14:39:31 +0200
committerpiernov <piernov@piernov.org>2016-05-08 14:39:31 +0200
commite46e058e34c030c4a5342e82dd24ac49104d56e9 (patch)
tree67790a84bbf3956a066f2140f443cb282183cff9
parent206c01cb1d89e7b04553af7eaf363e2cfb0c1ee3 (diff)
downloadcandybox-e46e058e34c030c4a5342e82dd24ac49104d56e9.tar.gz
candybox-e46e058e34c030c4a5342e82dd24ac49104d56e9.tar.bz2
candybox-e46e058e34c030c4a5342e82dd24ac49104d56e9.tar.xz
candybox-e46e058e34c030c4a5342e82dd24ac49104d56e9.zip
Add features hp+3 to Life Bottle
-rw-r--r--data/items.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/items.xml b/data/items.xml
index 6c19b84..9489b1a 100644
--- a/data/items.xml
+++ b/data/items.xml
@@ -24,7 +24,9 @@
<item>
<name>Life Bottle</name>
<cost>5</cost>
- <features></features>
+ <features>
+ <hp>+3</hp>
+ </features>
<icon>🍶</icon>
<description>A bottle which can heal you by regaining hp</description>
</item>