Pie: Difference between revisions

From PZwiki
Pie
No edit summary
(Added new template and data.)
Line 6: Line 6:
}}
}}
An edible item. Often found within houses, inside of [[refrigerator]]s and [[containers#Kitchen_cupboard|kitchen cupboards]].
An edible item. Often found within houses, inside of [[refrigerator]]s and [[containers#Kitchen_cupboard|kitchen cupboards]].
 
{{Consumables2
 
|image = Pie.png
 
|hunger = -30
 
|thirst = 0
== Effects ==
|unrotten hunger = -23
[[Hunger]]: -30
|unrotten boredom = +10
 
|unrotten unhappiness = +10
 
|unrotten thirst = 0
 
|rotten hunger = 0
 
|rotten boredom = 0
 
|rotten unhappiness = 0
 
|rotten thirst = 0
|perishable = 1
|rotten image = Pie.png
}}
== Code ==
== Code ==
{{Notice|Outdated}}
  <nowiki>item Pie
  <nowiki>item Pie
{
{
Line 34: 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 16:05, 8 December 2013


An edible item. Often found within houses, inside of refrigerators and kitchen cupboards. Template:Consumables2

Code

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

Template:Navbox/Consumables