diff options
-rw-r--r-- | items.xml | 24 |
1 files changed, 17 insertions, 7 deletions
@@ -316,7 +316,16 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. effect="Attack Speed +5%; Heal 30-60 HP" type="usable" weight="7"/> - <!--FIXME item id="516" + <item id="516" + image="usable/food/pumpkinjuice.png" + name="Pumpkin Juice" + useButton="Use" + description="Blood-coloured juice from madly swarming pumpkin." + effect="Heal 30-50 HP" + type="usable" + weight="5" + maxFloorOffset="15"/> + <!--Removed image="usable/pumpkinseed.png" name="Pumpkin Seeds" description="Yucky seeds that threaten to grow out-of-control." @@ -421,14 +430,15 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. sellProtected="true" maxFloorOffset="5"/> <item id="527" - image="usable/food/pumpkinjuice.png" - name="Pumpkin Juice" + image="usable/use/shovel.png" + name="Steel Shovel" useButton="Use" - description="Blood-coloured juice from madly swarming pumpkin." - effect="Heal 30-50 HP" + description="Discover treasures, dungeons and raw materials." + effect="Dig holes" type="usable" - weight="5" - maxFloorOffset="15"/> + weight="210" + sellProtected="true" + maxFloorOffset="5"/> <item id="528" image="usable/food/manana.png" name="Manana" |