Bread: Difference between revisions

From PZwiki
(added distribution)
m (Update shorthand parameters)
 
(35 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{{languages|Bread}}
{{Header|Project Zomboid|Items|Food|Grains}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=17}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Bread
{{Infobox item
|name_colour=Food
|name=Bread
|name_text_colour=Food
|model=Bread_Model.png
|image=Bread_120px.png
|icon=Bread.png
|alternate_image=Dough.png
|icon_name=Bread
|alternate_name=Bread Dough
|icon2=BreadSlices.png
|alternate_link=Bread Dough
|icon_name2=Bread Slices
|alternate_image2=BreadSlices.png
Bread Slices
|alternate_name2=Bread Slices
|icon3=DoughCooked.png
|alternate_link2=Bread Slices
|icon_name3=Bread
Bread
|icon4=Dough.png
|icon_name4=Bread Dough
Bread Dough
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 16: Line 20:
|days_fresh=3
|days_fresh=3
|days_rotten=6
|days_rotten=6
|packaged=True
|packaged=Yes
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-30
|hunger_change=-30
|thirst_change=
|calories=532
|calories=532
|lipids=6.66
|lipids=6.66
|proteins=17.7
|proteins=17.7
|carbohydrates=99
|carbohydrates=99
<!--EFFECT-->
|unhappy_change=
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Bread
|item_id=Base.Bread
}}'''Bread''' is a [[Food#Perishable|perishable]] food [[item]].  
}}
 
'''Bread''' is a perishable [[food]] [[Items|item]].


==Usage==
==Usage==
Line 34: Line 37:
{{Main|Trapping}}
{{Main|Trapping}}
Bread can be used as bait in [[Trapping|traps]] to capture [[Dead_Bird|small birds]].
Bread can be used as bait in [[Trapping|traps]] to capture [[Dead_Bird|small birds]].
=== Consumable properties ===
 
Bread can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
===Consumable properties===
{{Consumables2
Bread can be eaten, providing the player with some positive effects, however, these will become negative the longer it's left to perish.
{{Consumables
|image = Bread.png
|image = Bread.png
|hunger = -30
|hunger = -30
Line 49: Line 53:
}}
}}


== Crafting ==
==Crafting==
{{Main|Cooking}}
 
===Cooking===
===Cooking===
{{Main|Cooking}}
Bread is made by placing [[Bread Dough|bread dough]] in a [[Heat Source|heat source]] for 20 minutes.
====How to make====
{{Crafting header|type=food|ing=2}}
Bread is made by placing [[Bread Dough|bread dough]] in a [[Heat Source|heat source]] for 20 minutes
{{Crafting cooking|201|ing=2}}
{{Cooking table header}}
|}
{{RecipeLookup|2034}}
 
{{Crafting table footer}}
===What it can make===
====What it can make====
Bread can be cut into [[Bread Slices|bread slices]].
Bread can be cut into [[Bread Slices|bread slices]].
{{Cooking table header}}
{{Crafting header|type=food|ing=2}}
{{RecipeLookup|2035}}
{{Crafting cooking|117|ing=2}}
{{Crafting table footer}}
|}
 
====Evolved recipes====
====Evolved recipes====
Bread is a [[cooking]] [[Recipe Ingredients|ingredient]].
Bread is a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem|soup=5|stew=5|salad=5}}
{{EvolvedRecipesForItem|soup=5|stew=5|salad=5}}


==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
|-
|rowspan="4"|all
|[[displaycasebakery]]
|4
|1
|-
|[[displaycasebakery]]
|4
|1
|-
|[[displaycasebakery]]
|4
|2
|-
|[[displaycasebakery]]
|4
|2
|-
|kitchen
|[[counter]]
|4
|8
|}
===Buildings===
===Buildings===
Bread can be found in [[Refrigerator]]s, [[Spiffo's]], [[Pile o' Crepe]], [[Pizza Whirled]], [[Bakery|bakeries]] and [[Cafe|cafes]].
Bread can be found in [[Refrigerator]]s, [[Spiffo's]], [[Pile o' Crepe]], [[Pizza Whirled]], [[Bakery|bakeries]] and [[cafe]]s.
 
===Vehicles===
===Vehicles===
Bread can be found in [[Franklin Valuline#Spiffo's Van|Spiffo's vans]].
Bread can be found in [[Franklin Valuline#Spiffo's Van|Spiffo's vans]].


== Code ==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=40|incver=17}}
| {{CodeSnip
<pre> item Bread
  | lang = java
HungerChange = -30,
  | line = true
Weight = 0.3,
  | start = 4461
Type = Food,
  | source = items_food.txt
DaysTotallyRotten = 6,
  | retrieved = true
DisplayName = Bread,
  | version = 41.78.16
Icon = Bread,
  | code =
DaysFresh = 3,
item Bread
EvolvedRecipe = Soup:5;Stew:5;Salad:5,
{
FoodType   = NoExplicit,
DisplayName = Bread,
        Carbohydrates = 99,
DisplayCategory = Food,
        Proteins = 17.7,
Type = Food,
        Lipids = 6.66,
Weight = 0.3,
        Calories = 532,
Icon = Bread,
        Packaged = TRUE,</pre>
EvolvedRecipe = Soup:5;Stew:5;Salad:5,
FoodType = Bread,
Packaged = TRUE,
DaysFresh = 3,
DaysTotallyRotten = 6,
HungerChange = -30,
Calories = 532,
Carbohydrates = 99,
Lipids = 6.66,
Proteins = 17.7,
WorldStaticModel = Bread,
}
}}
}}


==See also==
==See also==
*[[Baguette]]
*[[Burger]]
*[[Burger]]
*[[Cheese Sandwich]]
*[[Cheese Sandwich]]
*[[Peanut Butter Sandwich]]
*[[Peanut Butter Sandwich]]


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

Latest revision as of 01:27, 28 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]
Bread
Bread Model.png
Bread Slices Bread Slices
Bread Bread
Bread Dough Bread Dough
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Properties
Packaged
Yes
Days fresh
3 days
Days until rotten
6 days
Nutrition
HungerMoodle Icon Hungry.png
-30
CaloriesCalories
532
CarbohydratesCarbohydrates
99
ProteinsProteins
17.7
FatFat
6.66
Technical
Item ID
Base.Bread

Bread is a perishable food item.

Usage

Trapping

Main article: Trapping

Bread can be used as bait in traps to capture small birds.

Consumable properties

Bread 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
Bread.png
Hunger: -30
Bread.png
Hunger: -23
Boredom: +10
Unhappiness: +10
BreadRotten.png
Hunger: -13
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Main article: Cooking

Cooking

Bread is made by placing bread dough in a heat source for 20 minutes.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
DoughCooked.png
Bread
2.5 Cooking none Heat source.gif
Heat source
(Cooked: 20 mins)
Dough.png
Bread (dough)
(consumed)

What it can make

Bread can be cut into bread slices.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
BreadSlices.png
Bread Slices x3
0.75 Cooking none
(keep)
BreadAnima.gif
Bread
(consumed)

Evolved recipes

Bread is a cooking ingredient.

Product Nutrition
Soup
Soup
5
Stew
Stew
5
Salad
Salad
5

Distribution

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

Containers
Building/Room Container Rolls Chance
all displaycasebakery 4 1
displaycasebakery 4 1
displaycasebakery 4 2
displaycasebakery 4 2
kitchen counter 4 8

Buildings

Bread can be found in Refrigerators, Spiffo's, Pile o' Crepe, Pizza Whirled, bakeries and cafes.

Vehicles

Bread can be found in Spiffo's vans.

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 Bread
	{
		DisplayName = Bread,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = Bread,
		EvolvedRecipe = Soup:5;Stew:5;Salad:5,
		FoodType = Bread,
		Packaged = TRUE,
		DaysFresh = 3,
		DaysTotallyRotten = 6,
		HungerChange = -30,
		Calories = 532,
		Carbohydrates = 99,
		Lipids = 6.66,
		Proteins = 17.7,
		WorldStaticModel = Bread,
	}

See also