Watermelon Slice: Difference between revisions

From PZwiki
m (Reverted edits by Connall (talk) to last revision by ZombieLawnGnome)
No edit summary
Line 26: Line 26:
}}
}}
{{Notice|Outdated}}
{{Notice|Outdated}}
Note: even rotten watermelon can be used as ingredient to make this, with no effects typical of rotten foods. This is an effective way to make use of rotten watermelons.
Trivia: In previous versions of PZ it was possible to cut a rotton watermelon to create fresh slices. This bug has now been fixed.


== Crafting ==
== Crafting ==
Line 38: Line 38:


== Code ==
== Code ==
{{Notice|Outdated}}
  <nowiki>item WatermelonSliced
  <nowiki>item WatermelonSliced
{
{
Type = Food,
HungerChange = -10,
DisplayName = Watermelon Slice,
Weight = 0.2,
Icon = WatermelonSliced,
Type = Food,
Weight = .2,
DaysTotallyRotten = 2,
Count = 10,
ThirstChange = -20,
HungerChange = -10,
DisplayName = Watermelon Slice,
ThirstChange = -20,
Icon = WatermelonSliced,
DaysFresh = 1,
DaysFresh = 1,
DaysTotallyRotten = 1,
}
}</nowiki>
</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}

Revision as of 09:57, 18 January 2014

WhiskeyHalf.png
This article may be in need of improvement.
Editors are encouraged to add any missing information to the article, while verifying that the article's current content is correct.
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.

A watermelon slice is a form of food usually found in refrigerators.

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 a whole Watermelon at reducing both thirst and hunger. It is also more efficient than the third variant of Watermelons, Watermelon Chunks. Template:Items Template:Consumables2

AppleRotten.png
This article may be outdated.
Editors are encouraged to update this article with new information.

Trivia: In previous versions of PZ it was possible to cut a rotton watermelon to create fresh slices. This bug has now been fixed.

Crafting

Name Recipe Description












Code

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

Template:Navbox/Consumables