aboutsummaryrefslogtreecommitdiffstats
path: root/data/items.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/items.xml')
-rw-r--r--data/items.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/items.xml b/data/items.xml
index 528d37a..6c19b84 100644
--- a/data/items.xml
+++ b/data/items.xml
@@ -3,7 +3,7 @@
<category name="Swords">
<item>
<name>Wooden Sword</name>
- <cost>50</cost>
+ <cost>10</cost>
<features>
<power>10</power>
</features>
@@ -12,7 +12,7 @@
</item>
<item>
<name>Metal Sword</name>
- <cost>200</cost>
+ <cost>15</cost>
<features>
<power>30</power>
</features>
@@ -23,14 +23,14 @@
<category name="Potions">
<item>
<name>Life Bottle</name>
- <cost>100</cost>
+ <cost>5</cost>
<features></features>
<icon>🍶</icon>
<description>A bottle which can heal you by regaining hp</description>
</item>
<item>
<name>Strength Bottle</name>
- <cost>250</cost>
+ <cost>10</cost>
<features>
<power>20</power>
</features>