Pumpkin Pie Slice: Difference between revisions

From PZwiki
m (Automated Formatting)
m (Distribution table update)
Line 42: Line 42:
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|PiePumpkin|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>PiePumpkin distribution
! Container
        <span class="mw-customtoggle-togglebox-PiePumpkin" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
! style="width: 3.2em;" | Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-PiePumpkin">
! style="width: 3.2em;" | Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
|rowspan="2"|all
    |+ {{ll|Containers}}
|[[displaycasebakery]]
    ! Building / Room
|4
    ! Container
|1
    ! Rolls
|-
    ! Chance
|[[displaycasebakery]]
    |-
|4
    | Not referenced
|2
    | {{ll|FridgeOffice}}
|-
    | 4
|breakroom
    | 4.0
|[[fridge]]
    |-
|4
    | all
|4
    | {{ll|displaycasebakery}}
|-
    | 4
|rowspan="2"|cafeteria
    | 20.0
|[[displaycasebakery]]
    |-
|4
    | all
|4
    | {{ll|displaycasebakery}}
|-
    | 4
|[[displaycasebakery]]
    | 10.0
|4
    |-
|4
    | breakroom
|-
    | {{ll|fridge}}
|dinerkitchen
    | 4
|[[restaurantdisplay]]
    | 4.0
|4
    |-
|1
    | cafeteria
|}
    | {{ll|displaycasebakery}}
    | 4
    | 4.0
    |-
    | dinerkitchen
    | {{ll|restaurantdisplay}}
    | 4
    | 10.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-PiePumpkin" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|PiePumpkin|41.78.16-->
Pumpkin pie slices can be found in bakery [[Containers#Counters|counters]] and [[Containers#Displays|display cases]].
Pumpkin pie slices can be found in bakery [[Containers#Counters|counters]] and [[Containers#Displays|display cases]].



Revision as of 16:24, 24 April 2024

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.

PiePumpkin distribution Show / Hide
Containers
Building / Room Container Rolls Chance
Not referenced FridgeOffice 4 4.0
all displaycasebakery 4 20.0
all displaycasebakery 4 10.0
breakroom fridge 4 4.0
cafeteria displaycasebakery 4 4.0
dinerkitchen restaurantdisplay 4 10.0

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

See also