diff options
Diffstat (limited to 'data/items.xml')
-rw-r--r-- | data/items.xml | 9 |
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> |