Watermelon Slice: Difference between revisions

From PZwiki
m (moved Watermelon Slice to Watermelon Slice over redirect: I was too fast ^^)
(Added new template and data.)
Line 1: Line 1:
{{languages}}
{{languages}}
{{Consumables
{{Notice|Improve}}
{{Notice|Short}}
A '''watermelon slice''' is a form of food usually found in [[refrigerator]]s. <br>
 
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 [[Watermelon]]s, [[Watermelon Chunks]].
{{Items
|image = Watermelon Slice.png
|image = Watermelon Slice.png
|hunger = -10
|hunger = -15
|weight = 0.2
|weight = 0.2
}}
}}
 
{{Notice|Underconstruction}}
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 the standard watermelon at reducing both thirst and hunger. It is also more efficient than the third variant of water melons, watermelon chunks.
I will be adding support for thirst to the [[Template:Consumables2]] in the next few days.
{{Consumables2
|image = Watermelon Slice.png
|hunger = -15
|unrotten hunger = -7
|unrotten boredom = +10
|unrotten unhappiness = +10
|rotten hunger = -4
|rotten boredom = +20
|rotten unhappiness = +20
|perishable = 1
|rotten image = Watermelon Slice.png
}}
{{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.
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.


== Effects ==
[[Hunger]]: -10<br>
[[Thirst]]: -20
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 22: Line 37:


== Code ==
== Code ==
{{Notice|Outdated}}
  <nowiki>item WatermelonSliced
  <nowiki>item WatermelonSliced
{
{
Line 39: Line 55:
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable Food]]
[[Category:Version 0.2.0p]]
[[Category:Version 2.9.9.17]]

Revision as of 21:35, 7 December 2013

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

Hammer.png
This article is currently under construction.
It is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well.
If this page has not been updated in a while, please replace this notice with {{Improve}}. Last edit was 07/12/2013.

I will be adding support for thirst to the Template:Consumables2 in the next few days. Template:Consumables2

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

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.

Crafting

Name Recipe Description












Code

AppleRotten.png
This article may be outdated.
Editors are encouraged to update this article with new information.
item WatermelonSliced
{
	Type				=			Food,
	DisplayName			=			Watermelon Slice,
	Icon				=			WatermelonSliced,
	Weight				=			.2,
	Count				=			10,
	HungerChange 		=			-10,
	ThirstChange		=			-20,
	DaysFresh 			=			1,
	DaysTotallyRotten 	= 			1,
}

Template:Navbox/Consumables