diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-25 21:26:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-25 21:26:27 -0300 |
commit | c94f45c49bb3eb80834bf35ee080af4934cd3022 (patch) | |
tree | 58d60027e525e58cd740ec29026eb8381f032cba /items.xml | |
parent | e097f5fa280c0434e06721b4f78aee8edce0a1f1 (diff) | |
download | clientdata-c94f45c49bb3eb80834bf35ee080af4934cd3022.tar.gz clientdata-c94f45c49bb3eb80834bf35ee080af4934cd3022.tar.bz2 clientdata-c94f45c49bb3eb80834bf35ee080af4934cd3022.tar.xz clientdata-c94f45c49bb3eb80834bf35ee080af4934cd3022.zip |
Add tea (PLACEHOLDER)
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 43 |
1 files changed, 41 insertions, 2 deletions
@@ -337,8 +337,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. description="Blood-coloured juice from madly swarming pumpkin." effect="Heal 30-50 HP" type="usable" - weight="5" - maxFloorOffset="15"/> + weight="5"/> <!--Removed image="usable/pumpkinseed.png" name="Pumpkin Seeds" @@ -8076,6 +8075,46 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. effect="Heal 10%-18% HP" type="usable" weight="14"/> + <item id="8014" + image="usable/food/pumpkinjuice.png" + name="Chamomile Tea" + useButton="Drink" + description="Tea is good for health, according to specialists." + effect="Heal 120-272 MP" + type="usable" + weight="5"/> + <item id="8015" + image="usable/food/pumpkinjuice.png" + name="Spearmint Tea" + useButton="Drink" + description="Tea is good for health, according to specialists." + effect="Heal 300-452 MP" + type="usable" + weight="5"/> + <item id="8016" + image="usable/food/pumpkinjuice.png" + name="Oolong Tea" + useButton="Drink" + description="Tea is good for health, according to specialists." + effect="Heal 480-632 MP" + type="usable" + weight="5"/> + <item id="8017" + image="usable/food/pumpkinjuice.png" + name="Jasmine Tea" + useButton="Drink" + description="Tea is good for health, according to specialists." + effect="Heal 660-812 MP" + type="usable" + weight="5"/> + <item id="8018" + image="usable/food/pumpkinjuice.png" + name="Yerba Mate" + useButton="Drink" + description="Elected the best tea by Kolchak. Impossible to disagree." + effect="Heal 840-992 MP" + type="usable" + weight="5"/> <!-- For quests.xml --> <item id="9999" |