Watermelon Slice

From PZwiki
Revision as of 09:04, 6 June 2012 by 14.32.248.195 (talk)


The watermelon slice is made by slicing a watermelon by putting a watermelon and a bladed weapon in the crafting area. It is much more efficient than the standard watermelon at reducing both thirst and hunger. It is also more efficient than the third variant of water melons, watermelon chunks.

Effects

Hungry: -10
Moodles: -20

Crafting

Name Recipe Description












Code

item WatermelonSliced
{
	Type				=			Food,
	DisplayName			=			Watermelon Slice,
	Icon				=			WatermelonSliced,
	Weight				=			.2,
	Count				=			10,
	HungerChange 		=			-10,
	ThirstChange		=			-20,
	DaysFresh 			=			1,
	DaysTotallyRotten 	= 			1,
}

Template:Navbox/Consumables