Pie Slice: Difference between revisions

From PZwiki
(Gave pie slice its own page)
 
(added model to infobox)
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages|Cake_Slice}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
<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 -->
|display_name=Pie Slice
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 39.45'''    </div><!-- Code for Version Tag at top -->
|name_colour=Food
<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_text_colour=Food
{{Consumables
|image=PieSlice_Model.png
|image = Pie Slice.png
|image_width=300px
|hunger = -7
|alternate_image=Pie.png
|unhappiness = -10
|alternate_name=Pie Slice
|weight = 0.2
|alternate_link=
}}
<!--GENERAL-->
A [[Pie Slice|pie slice]] is a [[Food#Perishable|perishable]] food item which is found inside of [[Containers#Refrigerator/Mini-Fridge|refrigerators]] in homes and stores, and can be crafted from [[Pie|pie]] using a [[Kitchen Knife|kitchen]] or [[Hunting Knife|hunting knife]]. Pie slices take five in-game days to go stale, and eight in-game days to rot.
|category=Food
<br><br>
|weight=0.5
The details in this article are based on the pre-spawned pie slices which appear, as custom pies will have different attributes based on the ingredients/cooking skill.
|days_fresh=5
|days_rotten=8
<!--NUTRITION-->
|hunger_change=-30
|calories=404
|lipids=20.61
|proteins=54.53
|carbohydrates=20.45
<!--TECHNICAL DETAILS-->
|class_name=Base.Pie
}}{{About|pie slices that spawn naturally|pie slices made by the player|[[Recipe Ingredients#Pie Ingredients|Pie Ingredients]]}}
A '''pie slice''' is a [[Food#Perishable|perishable]] food [[item]].


== Nutritional Information ==
==Usage==
{| border=0 align=left <!-- Table will be in middle of page without this line -->
=== Consumable properties ===
|
A 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 = Pie.png
|image = Pie.png
Line 30: Line 41:
|rotten image = Pie.png
|rotten image = Pie.png
}}
}}
|}
 
<br><br><br><br><br><br><br><br><br><br><br>
'''Its Nutritional Values are as follows:'''<br>
Carbohydrates = 20.45 <br>
Proteins = 54.53 <br>
Lipids = 20.61 <br>
Calories = 404 <br>
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
===Cooking===
|-  
A player-made [[pie]] can be cut into slices using a [[Kitchen Knife|kitchen knife]] or [[Hunting Knife|hunting knife]].
! Name
{{Cooking table header}}
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|2042}}
{{RecipeLookup|2042}}
|}
{{Crafting table footer}}
 
==Distribution==
Pie slices can be found in bakeries, cafes, pizza stores and camping grounds.
 
==Trivia==
*A recreated form of the pie slice is [[The Indie Stone]]'s company logo
 
==Gallery==
<gallery>
File:TIS_logo.png|The Indie Stone company logo
</gallery>


== Code ==
== Code ==
<br>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>item Pie
{{Retrieved|version=40|incver=7}}
{
<pre> item Pie
HungerChange = -30,
HungerChange = -30,
Weight = 0.5,
Weight = 0.5,
Line 61: Line 74:
         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]]
*[[Pumpkin Pie Slice]]
*[[Cake Slice]]


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

Revision as of 11:28, 13 January 2020

Pie Slice
Pie Slice
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.Pie
PlushSpiffo.pngThis article is about pie slices that spawn naturally. For pie slices made by the player, see [[Pie Ingredients]].

A pie slice is a perishable food item.

Usage

Consumable properties

A 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

Crafting

Cooking

A player-made pie can be cut into slices using a kitchen knife or hunting knife. Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Pie slices can be found in bakeries, cafes, pizza stores and camping grounds.

Trivia

Gallery

Code

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

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

See also

Template:Navbox/Consumables