![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Pie Slice
Jump to navigation
Jump to search
![]() |
---|
Navigation: | Main>Project Zomboid>Items>Food>Perishable Food>Pie Slice | Page updated: Version 41.73 |
---|
Pie Slice | |||||||
---|---|---|---|---|---|---|---|
![]() | |||||||
| |||||||
General | |||||||
Category | Food | ||||||
Weight | 0.5 | ||||||
Days until stale | 5 days | ||||||
Days until rotten | 3 days | ||||||
Nutrition | |||||||
Hunger | -30 | ||||||
Calories | 404 | ||||||
Carbohydrates | 20.45 | ||||||
Proteins | 54.53 | ||||||
Fat | 20.61 | ||||||
Technical details | |||||||
Item ID | See Item IDs |
This 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 which can come in 6 different variations.
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 | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
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 x5 |
0.75 Cooking | none | (keep) |
![]() Pie (Cooked) (consumed) |
Distribution
Pie slices can be found in refrigerators and bakery display cases and camping grounds.
Trivia
- A recreated form of the pie slice is The Indie Stone's company logo
Gallery
Item IDs
Name | Icon | Base ID |
---|---|---|
Pie Slice | ![]() |
Base.Pie |
Apple Pie Slice | ![]() |
Base.PieApple |
Blueberry Pie Slice | ![]() |
Base.PieBlueberry |
Key Lime Pie Slice | ![]() |
Base.PieKeylime |
Lemon Meringue Pie Slice | ![]() |
Base.PieLemonMeringue |
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
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, }
Retrieved: Build 41.73
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, }
Retrieved: Build 41.73
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, }
Retrieved: Build 41.73
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, }
Retrieved: Build 41.73
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, }
See also