Pie Slice: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Pie_Slice}}
{{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=Pie_120px.png
|image = Pie Slice.png
<!--GENERAL-->
|hunger = -30
|category=Food
|weight = 0.5
|weight=0.5
}}{{About|pie slices that spawn naturally in the game world|pie slices custom-made by a character|[[Recipe Ingredients#Pie Ingredients|pie (recipe)]]}}
|days_fresh=5
A '''pie slice''' is a [[Food#Perishable|perishable]] food item which is found in [[refrigerator]]s and bakery display cases.<br>Pie slices take 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.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]].


 
==Usage==
== Nutritional information ==
=== Consumable properties ===
{| border=0 align=left <!-- Table will be in middle of page without this line -->
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 28: Line 37:
|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>
{{Retrieved|version=40|incver=7}}
item Pie
<pre> item Pie
HungerChange = -30,
HungerChange = -30,
Weight = 0.5,
Weight = 0.5,
Line 59: Line 70:
         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 15:09, 21 August 2018

Template:Infobox food

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