Pumpkin Pie Slice: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Pumpkin Pie Slice}}
{{languages|Pumpkin Pie Slice}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|display_name=Pumpkin Pie Slice
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = PiePumpkin.png
|image=PiePumpkin_120px.png
|hunger = -30
<!--GENERAL-->
|weight = 0.5
|category=Food
}}
|weight=0.5
A '''pumpkin pie slice''' is a [[Food#Perishable|perishable]] food item which is found inside of [[refrigerator]]s and [[containers#Counters|counters]]/[[Containers#Displays|display cases]] in kitchens and certain stores.<br><br>
|days_fresh=5
Pie takes five in-game days to go stale, and eight in-game days to rot.
|days_rotten=8
<!--NUTRITION-->
|hunger_change=-30
|calories=404
|lipids=20.61
|proteins=54.53
|carbohydrates=20.45
<!--TECHNICAL DETAILS-->
|class_name=Base.PiePumpkin
}}A '''pumpkin pie slice''' is a [[Food#Perishable|perishable]] food [[item]].


 
==Usage==
== Nutritional information ==
=== Consumable properties ===
{| border=0 align=left <!-- Table will be in middle of page without this line -->
A pumpkin pie slice can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
|
{{Consumables2
{{Consumables2
|image = PiePumpkin.png
|image = PiePumpkin.png
Line 29: Line 36:
|rotten image = PiePumpkin.png
|rotten image = PiePumpkin.png
}}
}}
|}
 
<br><br><br><br><br><br><br><br><br><br><br>
==Distribution==
'''It's Nutritional Values are as follows:'''<br>
Pumpkin pie slices can be found in bakery [[Containers#Counters|counters]] and [[Containers#Displays|display cases]].
Carbohydrates = 20.45 <br>
Proteins = 54.53 <br>
Lipids = 20.61 <br>
Calories = 404 <br><br>


== Code ==
== Code ==
<br>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=40|incver=7}}
item PiePumpkin
<pre> item PiePumpkin
        HungerChange = -30,
HungerChange = -30,
        Weight = 0.5,
Weight = 0.5,
        Type = Food,
Type = Food,
        DaysTotallyRotten = 8,
DaysTotallyRotten = 8,
        DisplayName = Pumpkin Pie Slice,
DisplayName = Pumpkin Pie Slice,
        Icon = PiePumpkin,
Icon = PiePumpkin,
        DaysFresh = 5,
DaysFresh = 5,
        Carbohydrates = 20.45,
Carbohydrates = 20.45,
        Proteins = 54.53,
Proteins = 54.53,
        Lipids = 20.61,
Lipids = 20.61,
        Calories = 404,
Calories = 404,</pre>
    </nowiki>


==See also==
==See also==
* [[Items#Luxury Food|Luxury Food]]
*[[Pie Slice]]
*[[Cake Slice]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 05:52, 22 August 2018

Project ZomboidItemsFoodPerishable FoodPumpkin Pie Slice
Pumpkin Pie Slice
Pumpkin Pie Slice
General
Category Food
Encumbrance
Heavy Load
0.5
Days until stale 5 days
Days until rotten 8 days
Nutrition
Hunger
Hunger
-30
Calories
Calories
404
Carbohydrates
Carbohydrates
20.45
Proteins
Proteins
54.53
Fat
Fat
20.61
Technical details
Item ID Base.PiePumpkin

A pumpkin pie slice is a perishable food item.

Usage

Consumable properties

A pumpkin pie slice can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Distribution

Pumpkin pie slices can be found in bakery counters and display cases.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.7

	item PiePumpkin
		HungerChange		= -30,
		Weight			= 0.5,
		Type			= Food,
		DaysTotallyRotten	= 8,
		DisplayName		= Pumpkin Pie Slice,
		Icon			= PiePumpkin,
		DaysFresh		= 5,
		Carbohydrates 		= 20.45,
		Proteins 		= 54.53,
		Lipids 			= 20.61,
		Calories 		= 404,

See also

Template:Navbox/Consumables