Pie Slice: Difference between revisions

From PZwiki
m (→‎Cooking: Update link - avoid redirect)
(→‎top: New infobox upgrade - Food)
Line 2: Line 2:
{{header/sandbox2|Project Zomboid|Items|Food|Prepared food}}
{{header/sandbox2|Project Zomboid|Items|Food|Prepared food}}
{{page version|41.73}}
{{page version|41.73}}
{{Infobox food
{{Infobox item
|display_name=Pie Slice
|name=Pie Slice
|name_colour=Food
|model=PieSlice_Model.png
|name_text_colour=Food
|icon=Pie.png
|image=PieSlice_Model.png
|icon_name=Pie Slice
|image_width=200px
|icon2=Pie Apple.png
|alternate_image=Pie.png
|icon_name2=Apple Pie Slice
|alternate_name=Pie Slice
|alternate_link=
|icon3=Pie Blueberry.png
|alternate_image2=Pie Apple.png
|icon_name3=Blueberry Pie Slice
|alternate_name2=Apple Pie Slice
 
|alternate_link2=
|icon4=Pie Keylime.png
|alternate_image3=Pie Blueberry.png
|icon_name4=Key Lime Pie Slice
|alternate_name3=Blueberry Pie Slice
 
|alternate_link3=
|icon5=Pie Lemonmeringue.png
|alternate_image4=Pie Keylime.png
|icon_name5=Lemon Meringue Pie Slice
|alternate_name4=Key Lime Pie Slice
 
|alternate_link4=
|icon6=PiePumpkin.png
|alternate_image5=Pie Lemonmeringue.png
|icon_name6=Pumpkin Pie Slice
|alternate_name5=Lemon Meringue Pie Slice
|alternate_link5=
|alternate_image6=PiePumpkin.png
|alternate_name6=Pumpkin Pie Slice
|alternate_link6=
|alternate_link6=
<!--GENERAL-->
<!--GENERAL-->
Line 38: Line 34:
|carbohydrates=20.45
|carbohydrates=20.45
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=''See [[#Item IDs|Item IDs]]''
|item_id=''See [[#Item IDs|Item IDs]]''
}}
}}
{{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}}

Revision as of 11:17, 29 January 2024

Template:Header/sandbox2

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