Pumpkin Pie: Difference between revisions

From PZwiki
Pumpkin Pie
(Created page with "{{languages}} {{Items |image = Pumpkin Pie.png |weight = 0.5 }} This food can be found in refrigerators. == Effects == * Hungry : -30 == Code == <pre> item...")
 
(Overhauled stats and description.)
Line 1: Line 1:
{{languages}}
{{languages}}


{{Items
{{Consumables
|image = Pumpkin Pie.png  
|image = Pumpkin Pie.png  
|hunger = -30
|weight = 0.5
|weight = 0.5
}}
}}
Pumpkin Pie is a perishable food item that goes bad as time passes.  It can be found in [[Containers|cupboards]] and [[Containers|refrigerators]] in some bake shops.  Pumpkin Pie takes five in-game days to go stale, and eight in-game days to rot.


This [[food]] can be found in [[refrigerators]].
== Nutritional Information ==
 
{| border=0 align=left
== Effects ==
|
 
{{Consumables2
* [[Hunger]] : -30
|image = Pumpkin Pie.png
 
|hunger = -30
|unrotten hunger = -23
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten image = Pumpkin Pie.png
|rotten hunger = -13
|rotten boredom = +20
|rotten unhappiness = +20
|perishable = 1
|rotten image = Pumpkin Pie.png
}}
|}
<br><br><br><br><br><br><br><br><br><br>
== Code ==
== Code ==


<pre>
<nowiki>item PiePumpkin
item PiePumpkin
{
{
DaysFresh = 5,
DaysFresh = 5,
Line 24: Line 37:
Type = Food,
Type = Food,
Weight = 0.5
Weight = 0.5
}
}</nowiki>
</pre>
 
==See Also==
* [[Items#Luxury Food|Luxury Food]]


{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]

Revision as of 03:05, 23 December 2015


Pumpkin Pie is a perishable food item that goes bad as time passes. It can be found in cupboards and refrigerators in some bake shops. Pumpkin Pie takes five in-game days to go stale, and eight in-game days to rot.

Nutritional Information

Template:Consumables2











Code

item PiePumpkin
	{
		DaysFresh		= 5,
		DaysTotallyRotten	= 8,
		DisplayName		= Pumpkin Pie,
		HungerChange		= -30,
		Icon			= PiePumpkin,
		Type			= Food,
		Weight			= 0.5
	}

See Also

Template:Navbox/Consumables