Watermelon Chunks: Difference between revisions

From PZwiki
Line 18: Line 18:
! class="unsortable" | Recipe  
! class="unsortable" | Recipe  
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|34}}
{{RecipeLookup|2015}}
|}
|}



Revision as of 22:24, 16 November 2013


A variant of the water melon, you get three water melon chunks when you smash a watermelon by putting a watermelon and a blunt weapon in the crafting area. Although it reduces more hunger than the regular water melon, it reduces less thirst than the regular watermelon. Using a bladed weapon to cut the watermelon is a much more efficient use of the watermelon.


Effects

Hungry: -25
Moodles: -25

Crafting

Name Recipe Description












Code

item WatermelonSmashed
{
	Type				=			Food,
	DisplayName			=			Watermelon Chunks,
	Icon				=			WatermelonSmashed,
	Weight				=			.5,
	Count				=			3,
	HungerChange 		=			-25,
	ThirstChange		=			-25,
	DaysFresh 			=			1,
	DaysTotallyRotten 	= 			1,
}	

Template:Navbox/Consumables