Pie Slice: Difference between revisions

From PZwiki
m (Marked the missing model)
(Update page)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Food|Prepared food}}
{{Header|Project Zomboid|Items|Food|Prepared food}}
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Reupload|Missing Pumpkin Pie Slice 3D model}}
{{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
|model2=PieApple_Model.png
|icon2=Pie Apple.png
|icon_name2=Apple Pie Slice
|model3=PieBlueberry_Model.png
|icon3=Pie Blueberry.png
|icon_name3=Blueberry Pie Slice
|model4=PieKeylime_Model.png
|icon4=Pie Keylime.png
|icon_name4=Key Lime Pie Slice
|model5=PieLemonmeringue_Model.png
|icon5=Pie Lemonmeringue.png
|icon_name5=Lemon Meringue Pie Slice
|icon6=PiePumpkin.png
|icon_name6=Pumpkin Pie Slice
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 37: Line 22:


{{About|pie slices that spawn naturally|pie slices made by the player|Recipe ingredients#Pie ingredients}}
{{About|pie slices that spawn naturally|pie slices made by the player|Recipe ingredients#Pie ingredients}}
A '''pie slice''' is a [[Food#Perishable|perishable]] food [[Items|item]] which can come in 6 different variations.
A '''pie slice''' is a [[Food#Perishable|perishable]] food [[Items|item]].


==Usage==
==Usage==
Line 43: Line 28:
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.gif
|hunger = -30
|hunger = -30
|thirst = 0
|thirst = 0
Line 53: Line 38:
|rotten unhappiness = +20
|rotten unhappiness = +20
|perishable = 1
|perishable = 1
|rotten image = Pie Anim.gif
|rotten image = Pie.gif
}}
}}


Line 65: Line 50:
==Distribution==
==Distribution==
Pie slices can be found in [[refrigerator]]s and bakery [[Containers#Displays|display cases]] and camping grounds.
Pie slices can be found in [[refrigerator]]s and bakery [[Containers#Displays|display cases]] and camping grounds.
==Trivia==
*A recreated form of the pie slice is [[The Indie Stone]]'s company logo
==Gallery==
<gallery>
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/)'''''
{{Outdated|section=true}}
Pie Slice [[File:Pie Slice.png]]
{{Retrieved|version=41.73}}
{{Retrieved|version=41.73}}
<pre>
<pre>
Line 126: Line 73:
     }
     }
</pre>
</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]]
*[[Apple Pie Slice]]
*[[Blueberry Pie Slice]]
*[[Key Lime Pie Slice]]
*[[Lemon Meringue Pie Slice]]
*[[Pumpkin Pie Slice]]
*[[Pumpkin Pie Slice]]



Revision as of 02:08, 9 March 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
PlushSpiffo.pngThis article is about pie slices that spawn naturally. For pie slices made by the player, see Recipe ingredients.

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

File:Pie.gif
Hunger: -30


File:Pie.gif
Hunger: -23
Boredom: +10
Unhappiness: +10

File:Pie.gif
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 XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Pie Slice
Pie Slice x5
0.75 Cooking none
(keep)
Pie (Cooked)
Pie (Cooked)
(consumed)

Distribution

Pie slices can be found in refrigerators and bakery display cases and camping grounds.

Code

AppleRotten.png
This section may be outdated.
Editors are encouraged to update this section with new information.

Retrieved: Build 41.73

    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