Pie Slice: Difference between revisions

From PZwiki
(Automated distribution table)
m (Distribution table update)
(4 intermediate revisions by the same user not shown)
Line 20: Line 20:
|item_id=Base.Pie
|item_id=Base.Pie
}}
}}
A '''pie slice''' is a perishable [[food]] [[Items|item]].
A '''pie slice''' is a perishable [[food]] [[Items|item]].


Line 43: Line 42:
===Cooking===
===Cooking===
A player-made [[Recipe ingredients#Pie Ingredients|pie]] can be cut into slices using a [[Kitchen Knife|kitchen knife]] or [[Hunting Knife|hunting knife]].
A player-made [[Recipe ingredients#Pie Ingredients|pie]] can be cut into slices using a [[Kitchen Knife|kitchen knife]] or [[Hunting Knife|hunting knife]].
{{Crafting header|ing=2}}
{{Crafting/sandbox2
{{Crafting cooking|404|ing=2}}
|pie_slice
|}
}}


==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|Pie|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>Pie distribution
! Container
        <span class="mw-customtoggle-togglebox-Pie" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
! style="width: 3.2em;" | Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Pie">
! style="width: 3.2em;" | Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
|rowspan="2"|all  
    |+ {{ll|Containers}}
|[[displaycasebakery]]
    ! Building / Room
|4  
    ! Container
|1
    ! Rolls
|-
    ! Chance
|[[displaycasebakery]]
    |-
|4  
    | Not referenced
|2
    | {{ll|FridgeOffice}}
|-
    | 4
|breakroom  
    | 4.0
|[[fridge]]
    |-
|4  
    | all
|4
    | {{ll|displaycasebakery}}
|-
    | 4
|cafeteria  
    | 20.0
|[[displaycasebakery]]
    |-
|4  
    | all
|4
    | {{ll|displaycasebakery}}
|-
    | 4
|dinerkitchen  
    | 10.0
|[[restaurantdisplay]]
    |-
|4  
    | breakroom
|1
    | {{ll|fridge}}
|}Pie slices can be found in bakeries, cafes, restaurants, cafeterias, and fridges in daycare centers.
    | 4
    | 4.0
    |-
    | cafeteria
    | {{ll|displaycasebakery}}
    | 4
    | 4.0
    |-
    | dinerkitchen
    | {{ll|restaurantdisplay}}
    | 4
    | 10.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Pie" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Pie|41.78.16-->
Pie slices can be found in bakeries, cafes, restaurants, cafeterias, and fridges in daycare centers.


==Code==
==Code==
Line 93: Line 109:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
item Pie
item Pie
{
{
DisplayName = Pie Slice,
DisplayName = Pie Slice,
Line 121: Line 137:
*[[Pumpkin Pie Slice]]
*[[Pumpkin Pie Slice]]


{{Navbox food}}
{{Navbox items|prepared_food}}
 


[[Category:Perishable food]]
[[Category:Perishable food]]

Revision as of 16:18, 24 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Pie Slice
PieSlice Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Properties
Days fresh
5 days
Days until rotten
3 days
Nutrition
HungerMoodle Icon Hungry.png
-30
CaloriesCalories
404
CarbohydratesCarbohydrates
20.45
ProteinsProteins
54.53
FatFat
20.61
Technical
Item ID
Base.Pie

A pie slice is a perishable food item.

Usage

Consumable properties

Pie slices can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.

Fresh Stale Rotten

Pie.png
Hunger: -30


Pie.png
Hunger: -23
Boredom: +10
Unhappiness: +10

Pie.png
Hunger: -13
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Cooking

A player-made pie can be cut into slices using a kitchen knife or hunting knife.

Product Ingredients Tools Requirements Workstation XP
Pie.png
Pie Slice ×5
One of:
KnifeChopping.png Kitchen Knife ×1
HuntingKnife.png Hunting Knife ×1
KnifeButter.png Butter Knife ×1
KnifeButter.png Bread Knife ×1
Cleaver.png Meat Cleaver ×1
KnifeFlint.png Stone Knife ×1
Machete.png Machete ×1
Each of:
PieWholeCooked.png Pie (Cooked) ×1
none none none 0.75 Cooking

Distribution

The loot distributions can be found in the table(s) below.

Pie distribution Show / Hide
Containers
Building / Room Container Rolls Chance
Not referenced FridgeOffice 4 4.0
all displaycasebakery 4 20.0
all displaycasebakery 4 10.0
breakroom fridge 4 4.0
cafeteria displaycasebakery 4 4.0
dinerkitchen restaurantdisplay 4 10.0

Pie slices can be found in bakeries, cafes, restaurants, cafeterias, and fridges in daycare centers.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item Pie
	{
		DisplayName = Pie Slice,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = Pie,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		HungerChange = -30,
		Calories = 404,
		Carbohydrates = 20.45,
		Lipids = 20.61,
		Proteins = 54.53,
		StaticModel = PieSlice,
		WorldStaticModel = Pie,
	}

See also