Watermelon Chunks: Difference between revisions

From PZwiki
(Updated with current game data. (re: hunger))
(Added new template and data.)
Line 2: Line 2:
{{Consumables
{{Consumables
|image = Watermelon slices.png
|image = Watermelon slices.png
|hunger = -27
|weight = 0.5
|weight = 0.5
}}
}}
Line 8: Line 7:
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.
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.


 
{{Consumables2
== Effects ==
|image = Watermelon slices.png
[[Hunger]]: -27<br>
|hunger = -25
[[Thirst]]: -25
|thirst = -25
|unrotten hunger = 0
|unrotten boredom = 0
|unrotten unhappiness = 0
|unrotten thirst = 0
|rotten hunger = 0
|rotten boredom = 0
|rotten unhappiness = 0
|rotten thirst = 0
|perishable = 1
|rotten image = Watermelon slices.png
}}
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 22: Line 32:


== Code ==
== Code ==
{{Notice|Outdated}}
  <nowiki>item WatermelonSmashed
  <nowiki>item WatermelonSmashed
{
{

Revision as of 21:07, 8 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