Pizza: Difference between revisions

From PZwiki
(→‎top: New infobox upgrade - Food)
m (Automated CodeBox update)
(17 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Food|Cooking|Evolved recipes}}
{{header/sandbox2|Project Zomboid|Items|Food|Cooking|Evolved recipes}}
{{Page version|41.78.16}}
{{page version|41.78.16}}
{{Infobox item
{{Infobox item
|name=Pizza
|name=Pizza
|model=Pizza_Model.png
|model=PizzaRecipe_Model.png
|icon=PizzaWhole.png
|icon=PizzaWhole.png
|icon_name=Pizza
|icon_name=Pizza
|icon2=Pizza.png
|model2=Pizza_Model.png
|icon_name2=Pizza Slice
|icon2=PizzaWhole.png
Pizza Slice
|icon_name2=Pizza (cooked)
|model3=PizzaRotten_Model.png
|icon3=PizzaWhole.png
|icon_name3=Pizza (rotten)
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 26: Line 28:
|item_id=Base.PizzaWhole<br>Base.PizzaRecipe
|item_id=Base.PizzaWhole<br>Base.PizzaRecipe
}}
}}
'''Pizza''' is a [[Food#Perishable|perishable]] food [[item]].
 
A '''pizza''' is a perishable [[food]] [[Items|item]].


==Usage==
==Usage==
Line 46: Line 49:
==Crafting==
==Crafting==
{{Main|Cooking}}
{{Main|Cooking}}
A pizza can be crafted, allowing the player to add [[Recipe_Ingredients#Pizza_Ingredients|ingredients]], customizing its nutritional values.  
A pizza can be crafted, allowing the player to add [[Recipe_Ingredients#Pizza_Ingredients|ingredients]], customizing its nutritional values.
{{Crafting header|type=food|ing=10}}
{{Crafting header|type=food|ing=10}}
{{Crafting cooking|138|ing=10}}
{{Crafting cooking|138|ing=10}}
Line 53: Line 56:


==Distribution==
==Distribution==
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;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|kitchen
|[[freezer]]
|4
|0.1
|-
|rowspan="2"|pizzakitchen
|[[counter]]
|4
|1
|-
|[[fridge]]
|4
|1
|}
Pizza can be found in [[Pizza Whirled]] kitchens and [[refrigerator]]s.
Pizza can be found in [[Pizza Whirled]] kitchens and [[refrigerator]]s.
==Gallery==
<gallery>
PizzaRecipe Model.png|Uncooked whole pizza model
Pizza Model.png|Cooked whole pizza model
PizzaRotten Model.png|Rotten whole pizza model
</gallery>


==Code==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=41.78.16}}
| {{CodeSnip
<pre>
  | lang = java
item PizzaWhole
  | line = true
  | start = 5609
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item PizzaWhole
{
{
DisplayName = Pizza,
DisplayName = Pizza,
Line 83: Line 109:
WorldStaticModel = Pizza,
WorldStaticModel = Pizza,
BadInMicrowave = true,
BadInMicrowave = true,
}
}  
</pre>
}}
}}


==See also==
==See also==
*[[Corndog]]
*[[Pizza Slice]]
*[[Hot Dog]]


{{Navbox food}}
{{Navbox food}}
[[Category:Perishable food]]
[[Category:Perishable food]]

Revision as of 11:16, 26 March 2024

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