Pumpkin Pie Slice

From PZwiki
(Redirected from Pumpkin Pie Slice)
Project ZomboidItemsFoodSweetsPumpkin Pie Slice
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Pumpkin Pie Slice
PiePumpkin Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Properties
Days fresh
5 days
Days until rotten
8 days
Nutrition
HungerMoodle Icon Hungry.png
-30
CaloriesCalories
404
CarbohydratesCarbohydrates
20.45
ProteinsProteins
54.53
FatFat
20.61
Technical
Item ID
Base.PiePumpkin

A pumpkin pie slice is a perishable food item.

Usage

Consumable properties

A pumpkin pie slice 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
PiePumpkin.png
Hunger: -30
PiePumpkin.png
Hunger: -23
Boredom: +10
Unhappiness: +10
PiePumpkin.png
Hunger: -13
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
all displaycasebakery 4 1
displaycasebakery 4 2
breakroom fridge 4 4
cafeteria displaycasebakery 4 4
displaycasebakery 4 4
dinerkitchen restaurantdisplay 4 1

Pumpkin pie slices can be found in bakery counters and display cases.

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.68
item PiePumpkin
{
    DisplayCategory     = Food,
    HungerChange        = -30,
    Weight              = 0.5,
    Type                = Food,
    DaysTotallyRotten   = 8,
    DisplayName         = Pumpkin Pie Slice,
    Icon                = PiePumpkin,
    DaysFresh           = 5,
    Carbohydrates       = 20.45,
    Proteins            = 54.53,
    Lipids              = 20.61,
    Calories            = 404,
    WorldStaticModel    = PiePumpkin,
}

See also