diff options
author | alexichi <alexbankai96@gmail.com> | 2016-05-05 20:28:26 +0200 |
---|---|---|
committer | alexichi <alexbankai96@gmail.com> | 2016-05-05 20:28:26 +0200 |
commit | 1efc4a15c8ab913bf8bdb1aef9f3b5720b3b7762 (patch) | |
tree | ab1db10e2115afaaef7a1d9837356c5688260188 /data | |
parent | 64e184b901fd4e7c9a829d14c5c34416923171c3 (diff) | |
download | candybox-1efc4a15c8ab913bf8bdb1aef9f3b5720b3b7762.tar.gz candybox-1efc4a15c8ab913bf8bdb1aef9f3b5720b3b7762.tar.bz2 candybox-1efc4a15c8ab913bf8bdb1aef9f3b5720b3b7762.tar.xz candybox-1efc4a15c8ab913bf8bdb1aef9f3b5720b3b7762.zip |
add dungeon server side and improve some details like the difference between floors
Diffstat (limited to 'data')
-rw-r--r-- | data/items.xml | 4 | ||||
-rw-r--r-- | data/monsters.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/items.xml b/data/items.xml index 8888796..6c19b84 100644 --- a/data/items.xml +++ b/data/items.xml @@ -25,7 +25,7 @@ <name>Life Bottle</name> <cost>5</cost> <features></features> - <icon>💧</icon> + <icon>🍶</icon> <description>A bottle which can heal you by regaining hp</description> </item> <item> @@ -34,7 +34,7 @@ <features> <power>20</power> </features> - <icon>💧</icon> + <icon>🍶</icon> <description>If used, you have 20% more chance to hit your enemy during the battle</description> </item> </category> diff --git a/data/monsters.xml b/data/monsters.xml index 86cf422..630e83a 100644 --- a/data/monsters.xml +++ b/data/monsters.xml @@ -4,7 +4,7 @@ <monster> <name>monster1</name> <level>1</level> - <hp>2</hp> + <hp>3</hp> <icon>m</icon> </monster> <monster > |