diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-09-09 07:47:43 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-09-09 07:47:43 +0000 |
commit | b4304b7c2c278f05fd234363ed93cdc861ee38ec (patch) | |
tree | f0a6e22ec53b7d8a58eb6a0d35fc4cec8fc197f3 /items.xml | |
parent | 76b66839863902421724bd3149cf4f6b9b67dac2 (diff) | |
download | clientdata-b4304b7c2c278f05fd234363ed93cdc861ee38ec.tar.gz clientdata-b4304b7c2c278f05fd234363ed93cdc861ee38ec.tar.bz2 clientdata-b4304b7c2c278f05fd234363ed93cdc861ee38ec.tar.xz clientdata-b4304b7c2c278f05fd234363ed93cdc861ee38ec.zip |
add Love lollipop and fix other one
Diffstat (limited to 'items.xml')
-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 --> |