Watermelon Chunks: Difference between revisions

From PZwiki
No edit summary
Line 12: Line 12:
[[Hunger]]: -25<br>
[[Hunger]]: -25<br>
[[Thirst]]: -25
[[Thirst]]: -25
 
== Crafting ==
 
{| class="wikitable sortable" style="text-align:center;"
 
|-
 
! Name
 
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|34}}
|}


== Code ==
== Code ==

Revision as of 18:47, 29 December 2012


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