Pie Slice

From PZwiki
Revision as of 08:55, 7 March 2024 by CalvyBot (talk | contribs) (Automated Formatting for Infobox and Section Headers)
Spiffo controlyourself.png
This page was last updated for an older version (41.73).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Pie Slice
PieSlice Model.png
Apple Pie Slice
Blueberry Pie Slice
Key Lime Pie Slice
Lemon Meringue Pie Slice
Pumpkin Pie Slice
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 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

File:Pie Anim.gif
Hunger: -30


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

File:Pie Anim.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.

Trivia

Gallery

Item IDs

Name Icon Base ID
Pie Slice Pie Slice.png Base.Pie
Apple Pie Slice Pie Apple.png Base.PieApple
Blueberry Pie Slice Pie Blueberry.png Base.PieBlueberry
Key Lime Pie Slice Pie Keylime.png Base.PieKeylime
Lemon Meringue Pie Slice Pie Lemonmeringue.png Base.PieLemonMeringue

Code

From items_food.txt (Project Zomboid directory/media/scripts/)

Pie Slice Pie Slice.png 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,
    }

Apple Pie Slice Pie Apple.png 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,
    }

Blueberry Pie Slice Pie Blueberry.png 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,
    }

Key Lime Pie Slice Pie Keylime.png 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,
    }

Lemon Meringue Pie Slice Pie Lemonmeringue.png 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