diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-10-23 22:28:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-10-23 22:28:16 +0300 |
commit | 241bda5b9835af1af9a5bb9909af191db1582053 (patch) | |
tree | c30b25d4679092ddf0a0c4aaf9f4dbc20b163311 /items.xml | |
parent | 09a6b033861af2bc3d7ac06d23f6b5d496d032e7 (diff) | |
download | clientdata-241bda5b9835af1af9a5bb9909af191db1582053.tar.gz clientdata-241bda5b9835af1af9a5bb9909af191db1582053.tar.bz2 clientdata-241bda5b9835af1af9a5bb9909af191db1582053.tar.xz clientdata-241bda5b9835af1af9a5bb9909af191db1582053.zip |
Fix a bit item descriptions.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 18 |
1 files changed, 6 insertions, 12 deletions
@@ -377,9 +377,8 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item id="520" image="usable/piberriesinfusion.png" name="Pibberies Infusion" - description="." + description="Heal 45-55 HP" useButton="Eat" - effect="Heal 45-55 HP" type="usable" weight="15" maxFloorOffsetX="10" @@ -387,9 +386,8 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item id="521" image="usable/fatespotion.png" name="Fates Potion" - description="." + description="Heal 220-240 HP" useButton="Eat" - effect="Heal 220-240 HP" type="usable" weight="17" maxFloorOffsetX="10" @@ -397,9 +395,8 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item id="522" image="usable/clotholiquor.png" name="Clotho Liquor" - description="." + description="Heal 575-625 HP" useButton="Eat" - effect="Heal 575-625 HP" type="usable" weight="16" maxFloorOffsetX="10" @@ -407,9 +404,8 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item id="523" image="usable/lachesisbrew.png" name="Lachesis Brew" - description="." + description="Heal 1200-1400 HP" useButton="Eat" - effect="Heal 1200-1400 HP" type="usable" weight="14" maxFloorOffsetX="10" @@ -417,9 +413,8 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item id="524" image="usable/atroposmixture.png" name="Atropos Mixture" - description="." + description="Heal 2700-3300 HP" useButton="Eat" - effect="Heal 2700-3300 HP" type="usable" weight="15" maxFloorOffsetX="10" @@ -427,9 +422,8 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item id="525" image="usable/elixiroflife.png" name="Elixir Of Life" - description="." + description="Heal 10000 HP" useButton="Eat" - effect="Heal 10000 HP" type="usable" weight="20" maxFloorOffsetX="10" |