diff options
-rw-r--r-- | items.xml | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -1110,10 +1110,17 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item id="626" image="usable/food/lollipop2.png|W:#f4950d,f4be40,ffffff;R:#ff9600" name="Pumpkin Lollipop" - description="A lollipop with delicious pumpkinflavor" + description="A lollipop with delicious pumpkin flavor" useButton="Eat" - effect="Heal 40-70 HP" - effect="Attack Speed +10%" + effect="Attack Speed +10%, Heal 40-70 HP" + type="usable" + weight="1"/> + <item id="627" + image="usable/food/lollipop2.png|W:#ff5a7d,ff92a9,ffffff;R:#ff0338" + name="Love Lollipop" + description="A lovely lollipop with delicious taste of apple" + useButton="Eat" + effect="Damage +5%; Heal 1-500 HP" type="usable" weight="1"/> <!-- Generic Items --> |