Orange: Difference between revisions

From PZwiki
No edit summary
(Added new template and data)
Line 1: Line 1:
{{languages}}
{{languages}}
{{Consumables
The orange is a perishable food item found in the refrigerators in most houses. The orange reduces a medium amount of hunger and a small amount of thirst when consumed.
{{Items
|image = Orange.png
|weight = 0.2
}}
{{Consumables2
|image = Orange.png
|image = Orange.png
|hunger = -30
|hunger = -30
|weight = 0.2
|thirst = -20
|unrotten hunger = -11
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten thirst = -20
|rotten hunger = 0
|rotten boredom = 0
|rotten unhappiness = 0
|rotten thirst = 0
|perishable = 1
|rotten image = Rotten Orange.png
}}
}}
The orange is a perishable food item found in the refrigerators in most houses. The orange reduces a medium amount of hunger and a small amount of thirst when consumed.
== Effects ==
[[Hunger]]: -30<br>
[[Thirst]]: -20
== Code ==
== Code ==
{{Notice|Outdated}}
  <nowiki>item Orange
  <nowiki>item Orange
{
{
Line 36: Line 38:
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable Food]]
[[Category:Version 0.2.0p]]
[[Category:Version 2.9.9.17]]

Revision as of 15:54, 8 December 2013

The orange is a perishable food item found in the refrigerators in most houses. The orange reduces a medium amount of hunger and a small amount of thirst when consumed. Template:Items Template:Consumables2

Code

AppleRotten.png
This article may be outdated.
Editors are encouraged to update this article with new information.
item Orange
{
	Type				=			Food,
	DisplayName			=			Orange,
	Icon				=			Orange,
	Weight				=			0.2,
	HungerChange 		        =			-30,
	ThirstChange		        =			-20,
	DaysFresh 			=			7,
	DaysTotallyRotten 	        = 			9,
}

Template:Navbox/Consumables