Pie Slice: Difference between revisions

From PZwiki
m (Automated capitalisation)
m (Distribution table update)
(21 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Food|Prepared food}}
{{Header/sandbox2|Project Zomboid|Items|Food|Prepared food}}
{{Page version|41.78.16}}
{{Page version|41.73}}
{{Infobox item
{{Infobox item
|name=Pie Slice
|name=Pie Slice
Line 7: Line 6:
|icon=Pie.png
|icon=Pie.png
|icon_name=Pie Slice
|icon_name=Pie Slice
|icon2=Pie Apple.png
|icon_name2=Apple Pie Slice
|icon3=Pie Blueberry.png
|icon_name3=Blueberry Pie Slice
|icon4=Pie Keylime.png
|icon_name4=Key Lime Pie Slice
|icon5=Pie Lemonmeringue.png
|icon_name5=Lemon Meringue Pie Slice
|icon6=PiePumpkin.png
|icon_name6=Pumpkin Pie Slice
|alternate_link6=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 34: Line 18:
|carbohydrates=20.45
|carbohydrates=20.45
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|item_id=''See [[#Item IDs|Item IDs]]''
|item_id=Base.Pie
}}
}}
{{About|pie slices that spawn naturally|pie slices made by the player|Recipe ingredients#Pie Ingredients}}
A '''pie slice''' is a perishable [[food]] [[Items|item]].
A '''pie slice''' is a [[Food#Perishable|perishable]] food [[item]] which can come in 6 different variations.


==Usage==
==Usage==
Line 43: Line 26:
Pie slices can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Pie slices can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables
{{Consumables
|image = Pie Anim.gif
|image = Pie.png
|hunger = -30
|hunger = -30
|thirst = 0
|thirst = 0
Line 53: Line 36:
|rotten unhappiness = +20
|rotten unhappiness = +20
|perishable = 1
|perishable = 1
|rotten image = Pie Anim.gif
|rotten image = Pie.png
}}
}}


Line 59: 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==
Pie slices can be found in [[refrigerator]]s and bakery [[Containers#Displays|display cases]] and camping grounds.
The loot distributions can be found in the table(s) below.


==Trivia==
<!--BOT FLAG|Pie|41.78.16-->
*A recreated form of the pie slice is [[The Indie Stone]]'s company logo
{{clear}}
<div class="togglebox theme-red">
    <div>Pie distribution
        <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>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Pie">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | Not referenced
    | {{ll|FridgeOffice}}
    | 4
    | 4.0
    |-
    | all
    | {{ll|displaycasebakery}}
    | 4
    | 20.0
    |-
    | all
    | {{ll|displaycasebakery}}
    | 4
    | 10.0
    |-
    | breakroom
    | {{ll|fridge}}
    | 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.


==Gallery==
<gallery>
PieSlice Model.png|Model for: [[File:Pie Slice.png]]
PieApple Model.png|Model for: [[File:Pie Apple.png]]
PieBlueberry Model.png|Model for: [[File:Pie Blueberry.png]]
PieKeylime Model.png|Model for: [[File:Pie Keylime.png]]
PieLemonmeringue Model.png|Model for: [[File:Pie Lemonmeringue.png]]
TIS logo.png|The Indie Stone company logo
</gallery>
==Item IDs==
{| class="wikitable theme-red" style="width:30%; text-align:center;"
! style="width:25%" | Name
! style="width:25%" | Icon
! style="width:50%" | Base ID
|-
| Pie Slice
| [[File:Pie Slice.png]]
| {{ID|Base.Pie}}
|-
| Apple Pie Slice
| [[File:Pie Apple.png]]
| {{ID|Base.PieApple}}
|-
| Blueberry Pie Slice
| [[File:Pie Blueberry.png]]
| {{ID|Base.PieBlueberry}}
|-
| Key Lime Pie Slice
| [[File:Pie Keylime.png]]
| {{ID|Base.PieKeylime}}
|-
| Lemon Meringue Pie Slice
| [[File:Pie Lemonmeringue.png]]
| {{ID|Base.PieLemonMeringue}}
|}
<div class="mw-collapsible mw-collapsed">
==Code==
==Code==
<div class="mw-collapsible-content">'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox|
Pie Slice [[File:Pie Slice.png]]
{{CodeSnip
{{Retrieved|version=41.73}}
  | lang = java
<pre>
  | line = true
    item Pie
  | start = 4652
    {
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Pie
{
DisplayName = Pie Slice,
DisplayName = Pie Slice,
DisplayCategory = Food,
DisplayCategory = Food,
Line 128: Line 125:
StaticModel = PieSlice,
StaticModel = PieSlice,
WorldStaticModel = Pie,
WorldStaticModel = Pie,
    }
}
</pre>
}}
Apple Pie Slice [[File:Pie Apple.png]]
}}
{{Retrieved|version=41.73}}
<pre>
    item PieApple
    {
DisplayName = Apple Pie Slice,
DisplayCategory = Food,
Type = Food,
Weight = 0.5,
Icon = Pie_Apple,
DaysFresh = 5,
DaysTotallyRotten = 8,
HungerChange = -30,
Calories = 404,
Carbohydrates = 20.45,
Lipids = 20.61,
Proteins = 54.53,
WorldStaticModel = PieApple_Ground,
    }
</pre>
Blueberry Pie Slice [[File:Pie Blueberry.png|32px]]
{{Retrieved|version=41.73}}
<pre>
    item PieBlueberry
    {
DisplayName = Blueberry Pie Slice,
DisplayCategory = Food,
Type = Food,
Weight = 0.5,
Icon = Pie_Blueberry,
DaysFresh = 5,
DaysTotallyRotten = 8,
HungerChange = -30,
Calories = 404,
Carbohydrates = 20.45,
Lipids = 20.61,
Proteins = 54.53,
WorldStaticModel = PieBlueberry_Ground,
    }
</pre>
Key Lime Pie Slice [[File:Pie Keylime.png]]
{{Retrieved|version=41.73}}
<pre>
    item PieKeylime
    {
DisplayName = Key Lime Pie Slice,
DisplayCategory = Food,
Type = Food,
Weight = 0.5,
Icon = Pie_Keylime,
DaysFresh = 5,
DaysTotallyRotten = 8,
HungerChange = -30,
Calories = 404,
Carbohydrates = 20.45,
Lipids = 20.61,
Proteins = 54.53,
WorldStaticModel = Pie_Keylime_Ground,
    }
</pre>
Lemon Meringue Pie Slice [[File:Pie Lemonmeringue.png|32px]]
{{Retrieved|version=41.73}}
<pre>
    item PieLemonMeringue
    {
DisplayName = Lemon Meringue Pie Slice,
DisplayCategory = Food,
Type = Food,
Weight = 0.5,
Icon = Pie_Lemonmeringue,
DaysFresh = 5,
DaysTotallyRotten = 8,
HungerChange = -30,
Calories = 404,
Carbohydrates = 20.45,
Lipids = 20.61,
Proteins = 54.53,
WorldStaticModel = PieLemonmeringue_Ground,
    }
</pre>
</div>


==See also==
==See also==
*[[Cake Slice]]
*[[Cake Slice]]
*[[Apple Pie Slice]]
*[[Blueberry Pie Slice]]
*[[Key Lime Pie Slice]]
*[[Lemon Meringue Pie Slice]]
*[[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