diff options
-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" |