diff options
author | alexichi <alexbankai96@gmail.com> | 2016-04-29 21:04:45 +0200 |
---|---|---|
committer | alexichi <alexbankai96@gmail.com> | 2016-04-29 21:04:45 +0200 |
commit | 3c297defe63a2af75cc7aafcfa5cf74dd1f2c20a (patch) | |
tree | e26b0de2bc9c9d588d9da4205e73825e08be46ea | |
parent | 349c6fe7ecf10e5929dc27c2446853f0fe416077 (diff) | |
download | candybox-3c297defe63a2af75cc7aafcfa5cf74dd1f2c20a.tar.gz candybox-3c297defe63a2af75cc7aafcfa5cf74dd1f2c20a.tar.bz2 candybox-3c297defe63a2af75cc7aafcfa5cf74dd1f2c20a.tar.xz candybox-3c297defe63a2af75cc7aafcfa5cf74dd1f2c20a.zip |
I lower the prices because it was getting on my nerves
-rw-r--r-- | data/items.xml | 8 |
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> |