diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-27 12:51:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-27 12:51:14 -0300 |
commit | fdb59a1f6956d412af8d676915afef6b214046e6 (patch) | |
tree | db64f7db56a56eb181dbb7615aad7d4b1db1d0b1 /items.xml | |
parent | 4e7b719aa82a5ad04c0794b593d9c455fd918a26 (diff) | |
download | clientdata-fdb59a1f6956d412af8d676915afef6b214046e6.tar.gz clientdata-fdb59a1f6956d412af8d676915afef6b214046e6.tar.bz2 clientdata-fdb59a1f6956d412af8d676915afef6b214046e6.tar.xz clientdata-fdb59a1f6956d412af8d676915afef6b214046e6.zip |
Supply data about Mysterious Fruit
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -7912,7 +7912,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. name="Agility Fruit" description="Feel the power growing on you!" useButton="Eat" - effect="Permanently AGi +1" + effect="Permanently AGI +1" type="usable" weight="10"/> <item id="8002" @@ -7947,6 +7947,14 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. effect="Permanently LUK +1" type="usable" weight="10"/> + <item id="8005" + image="usable/food/plum.png" + name="Mysterious Fruit" + description="Feel the power growing on you!" + useButton="Eat" + effect="Random permanent status raise" + type="usable" + weight="10"/> <!-- For quests.xml --> <item id="9999" |