Pizza

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Pizza
PizzaRecipe Model.png
Pizza Model.png
PizzaRotten Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
1.8
Properties
Days fresh
3 days
Days until rotten
5 days
Nutrition
HungerMoodle Icon Hungry.png
-150
CaloriesCalories
5940
CarbohydratesCarbohydrates
720
ProteinsProteins
252
FatFat
234
Effect
UnhappinessMoodle Icon Unhappy.png
-10
Technical
Item ID
Base.PizzaWhole
Base.PizzaRecipe

A pizza is a perishable food item.

Usage

Consumable properties

A pizza 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
PizzaWhole.png
Hunger: -150
Unhappiness: -10
PizzaWhole.png
Hunger: -113
Boredom: +10
PizzaWhole.png
Hunger: -64
Boredom: +20
Unhappiness: +10
Dangerous, will cause sickness.

Crafting

Main article: Cooking

A pizza can be crafted, allowing the player to add ingredients, customizing its nutritional values.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5 Ingredient 6 Ingredient 7 Ingredient 8 Ingredient 9 Ingredient 10
PizzaWhole.png
Pizza
10 Cooking none Chef
OR
Cook (trait)
OR
Good Cooking Magazine Vol. 2
Bowl.png
Empty Bowl
(keep)
RollingPin.png
Rolling Pin
(keep)

(keep)
TomatoPaste.png
Tomato Paste
(15 units)

(consumed)
Water.png
Water
(3 units)

(consumed)
Salt.png
Salt
(2 units)

(consumed)
Yeast.png
Yeast
(1 unit)

(consumed)
Cheese.png
Cheese
(15 units)

(consumed)

(2 units)

(consumed)

(keep)
Pizza Slice
Pizza Slice x6
0.75 Cooking none
(keep)
Pizza (Cooked)
Pizza (Cooked)
(consumed)








Distribution

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

Containers
Building/Room Container Rolls Chance
kitchen freezer 4 0.1
pizzakitchen counter 4 1
fridge 4 1

Pizza can be found in Pizza Whirled kitchens and refrigerators.

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 PizzaWhole
{
    DisplayName             = Pizza,
    DisplayCategory         = Food,
    Type                    = Food,
    Weight                  = 1.8,
    Icon                    = PizzaWhole,
    DaysFresh               = 3,
    DaysTotallyRotten       = 5,
    HungerChange            = -150,
    UnhappyChange           = -10,
    Calories                = 5940,
    Carbohydrates           = 720,
    Lipids                  = 234,
    Proteins                = 252,
    WorldStaticModel        = Pizza,
    BadInMicrowave          = true,
}

See also