aboutsummaryrefslogtreecommitdiffstats
path: root/data/items.xml
diff options
context:
space:
mode:
authoralexichi <alexbankai96@gmail.com>2016-05-09 20:26:51 +0200
committeralexichi <alexbankai96@gmail.com>2016-05-09 20:26:51 +0200
commit2f32bc3153b7f2c2561e4603f912573921e6449f (patch)
tree87419a11e12f5b7433459fcb5cb9da5211dcbd9e /data/items.xml
parentf1677164c3f46785f6d9380b68cdeba58a680404 (diff)
downloadcandybox-2f32bc3153b7f2c2561e4603f912573921e6449f.tar.gz
candybox-2f32bc3153b7f2c2561e4603f912573921e6449f.tar.bz2
candybox-2f32bc3153b7f2c2561e4603f912573921e6449f.tar.xz
candybox-2f32bc3153b7f2c2561e4603f912573921e6449f.zip
add the use of the objects and the feature power and maxHP
Diffstat (limited to 'data/items.xml')
-rw-r--r--data/items.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/data/items.xml b/data/items.xml
index 9489b1a..4448b1c 100644
--- a/data/items.xml
+++ b/data/items.xml
@@ -5,7 +5,8 @@
<name>Wooden Sword</name>
<cost>10</cost>
<features>
- <power>10</power>
+ <power>+1</power>
+ <limit>1</limit>
</features>
<icon>⚔</icon>
<description>A sword that beginners need to use to improve their skills</description>
@@ -14,7 +15,8 @@
<name>Metal Sword</name>
<cost>15</cost>
<features>
- <power>30</power>
+ <power>+3</power>
+ <limit>1</limit>
</features>
<icon>⚔</icon>
<description>A sword which are often use buy skilled knight. The material is very good and the sword is very powerful</description>
@@ -34,7 +36,8 @@
<name>Strength Bottle</name>
<cost>10</cost>
<features>
- <power>20</power>
+ <power>+2</power>
+ <limit>3</limit>
</features>
<icon>🍶</icon>
<description>If used, you have 20% more chance to hit your enemy during the battle</description>