Watermelon Chunks: Difference between revisions

From PZwiki
(Added new template and data.)
(Added some more actual game data.)
Line 11: Line 11:
|hunger = -25
|hunger = -25
|thirst = -25
|thirst = -25
|unrotten hunger = 0
|unrotten hunger = -19
|unrotten boredom = 0
|unrotten boredom = +10
|unrotten unhappiness = 0
|unrotten unhappiness = +10
|unrotten thirst = 0
|unrotten thirst = -25
|rotten hunger = 0
|rotten hunger = 0
|rotten boredom = 0
|rotten boredom = 0

Revision as of 08:23, 10 December 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.

Template:Consumables2

Crafting

Name Recipe Description












Code

AppleRotten.png
This article may be outdated.
Editors are encouraged to update this article with new information.
item WatermelonSmashed
{
	Type				=			Food,
	DisplayName			=			Watermelon Chunks,
	Icon				=			WatermelonSmashed,
	Weight				=			.5,
	Count				=			3,
	HungerChange 		=			-25,
	ThirstChange		=			-25,
	DaysFresh 			=			1,
	DaysTotallyRotten 	= 			1,
}	

Template:Navbox/Consumables