Orange: Difference between revisions

From PZwiki
(Removing code section of page (see community portal discussion))
No edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
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.
{{Consumables
{{Items
|image = Orange.png
|image = Orange.png
|weight = 0.2
|weight = 0.2
}}
}}
A perishable food item that goes bad as time passes. Oranges are often inside of [[refrigerator]]s, [[containers#Kitchen_cupboard|kitchen cupboards]], and in produce bins. Oranges take six in-game days to go stale, and nine in-game days to rot.
== Nutritional Information ==
{{Consumables2
{{Consumables2
|image = Orange.png
|image = Orange.png
|hunger = -30
|hunger = -15
|thirst = -20
|thirst = -20
|unrotten hunger = -11
|unrotten hunger = -11
Line 13: Line 15:
|unrotten unhappiness = +10
|unrotten unhappiness = +10
|unrotten thirst = -20
|unrotten thirst = -20
|rotten hunger = 0
|unrotten image = Orange.png
|rotten boredom = 0
|rotten hunger = -6
|rotten unhappiness = 0
|rotten boredom = +20
|rotten thirst = 0
|rotten unhappiness = +20
|rotten thirst = -20
|perishable = 1
|perishable = 1
|rotten image = Rotten Orange.png
|rotten image = Rotten Orange.png
}}
}}
== Code ==
<nowiki>item Orange
{
HungerChange = -15,
Weight = 0.2,
Type = Food,
DaysTotallyRotten = 9,
ThirstChange = -20,
DisplayName = Orange,
Icon = Orange,
DaysFresh = 6,
EvolvedRecipe = Cake:8,
FoodType    =  Fruits,
}</nowiki>


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

Revision as of 22:03, 29 June 2014


A perishable food item that goes bad as time passes. Oranges are often inside of refrigerators, kitchen cupboards, and in produce bins. Oranges take six in-game days to go stale, and nine in-game days to rot.

Nutritional Information

Template:Consumables2

Code

item Orange
	{
		HungerChange	=	-15,
		Weight	=	0.2,
		Type	=	Food,
		DaysTotallyRotten	=	9,
		ThirstChange	=	-20,
		DisplayName	=	Orange,
		Icon	=	Orange,
		DaysFresh	=	6,
		EvolvedRecipe = Cake:8,
		FoodType    =   Fruits,
	}

Template:Navbox/Consumables