Bread: Difference between revisions

From PZwiki
(New infobox + new layout)
m (Automated Formatting)
 
(40 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 36:
{{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 52:
}}
}}


== 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/sandbox2
Bread is made by placing [[Bread Dough|bread dough]] in a [[Heat Source|heat source]] for 20 minutes
|bread
{{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/sandbox2
{{RecipeLookup|2035}}
|bread_slices
{{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}}


== Code ==
==Distribution==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
The loot distributions can be found in the table(s) below.
{{Retrieved|version=40|incver=17}}
 
<pre> item Bread
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
HungerChange = -30,
! colspan="4" | Containers
Weight = 0.3,
|-
Type = Food,
! Building/Room
DaysTotallyRotten = 6,
! Container
DisplayName = Bread,
! style="width: 3.2em;" | Rolls
Icon = Bread,
! style="width: 3.2em;" | Chance
DaysFresh = 3,
|-
EvolvedRecipe = Soup:5;Stew:5;Salad:5,
|rowspan="4"|all
FoodType   = NoExplicit,
|[[displaycasebakery]]
        Carbohydrates = 99,
|4
        Proteins = 17.7,
|1
        Lipids = 6.66,
|-
        Calories = 532,
|[[displaycasebakery]]
        Packaged = TRUE,</pre>
|4
|1
|-
|[[displaycasebakery]]
|4
|2
|-
|[[displaycasebakery]]
|4
|2
|-
|kitchen
|[[counter]]
|4
|8
|}
 
===Buildings===
Bread can be found in [[Refrigerator]]s, [[Spiffo's]], [[Pile o' Crepe]], [[Pizza Whirled]], [[Bakery|bakeries]] and [[cafe]]s.
 
===Vehicles===
Bread can be found in [[Franklin Valuline#Spiffo's Van|Spiffo's vans]].
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 4461
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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==
==See also==
*[[Baguette]]
*[[Burger]]
*[[Burger]]
*[[Cheese Sandwich]]
*[[Cheese Sandwich]]
*[[Peanut Butter Sandwich]]
*[[Peanut Butter Sandwich]]


{{Navbox/Consumables}}
{{Navbox items|plants}}
 
 
[[Category:Perishable food]]

Latest revision as of 06:49, 14 April 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 Ingredients Tools Requirements Workstation XP
DoughCooked.png
Bread
Dough.png Bread (dough) ×1 none none none 2.5 Cooking

What it can make

Bread can be cut into bread slices.

Product Ingredients Tools Requirements Workstation XP
BreadSlices.png
Bread Slices ×3
One of:
KnifeChopping.png Kitchen Knife ×1
HuntingKnife.png Hunting Knife ×1
KnifeButter.png Butter Knife ×1
KnifeButter.png Bread Knife ×1
Cleaver.png Meat Cleaver ×1
KnifeFlint.png Stone Knife ×1
Machete.png Machete ×1
Each of:
BreadAnima.gif Bread ×1
none none none 0.75 Cooking

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