![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Bread Slices
Jump to navigation
Jump to search
![]() |
English • русский |
Navigation:Main Index>Project Zomboid>Items>Food>Perishable Food>Bread SlicesPage Updated: Version 41.73
Bread Slices | |
---|---|
![]() | |
General | |
Category | Food |
Weight | 0.1 |
Days until stale | 3 days |
Days until rotten | 3 days |
Nutrition | |
Hunger | -10 |
Calories | 177 |
Carbohydrates | 33 |
Proteins | 5.9 |
Fat | 2.22 |
Technical details | |
Item ID | Base.BreadSlices |
Bread slices are a perishable food item.
Usage
Trapping
- Main article: Trapping
Bread slices can be used as bait in traps to capture small birds.
Consumable properties
Bread slices 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 | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
Crafting
- Main article: Cooking
Obtaining
Bread slices are made by cutting bread, which will produce 3 (three) bread slices. Keep in mind that the bread must be room temperature (no freezing time nor burning time) in order to cut it.
Product | XP Gained | Skill(s) | Recipe | Ingredient 1 | Ingredient 2 |
---|---|---|---|---|---|
![]() Bread Slices x3 |
0.75 Cooking | none | (keep) |
![]() Bread (consumed) |
What it can make
Bread slices are the starting ingredient for making sandwiches and burgers.
Product | XP Gained | Skill(s) | Recipe | Ingredient 1 | Ingredient 2 |
---|---|---|---|---|---|
![]() Burger |
0.75 Cooking | none | ![]() Bread Slices (Base item) |
![]() Burger Ingredients (1−4) (consumed) | |
![]() Sandwich |
0.75 Cooking | none | ![]() Bread Slices (Base item) |
![]() Sandwich Ingredients (1−4) (consumed) |
Evolved recipes
Bread slices is a cooking ingredient.
Product | Nutrition |
---|---|
![]() Soup |
5 |
![]() Stew |
5 |
![]() Salad |
5 |
Distribution
Bread slices do not spawn naturally and can only be obtained through crafting.
Gallery
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
Retrieved | |
---|---|
Version 41.73 |
item BreadSlices { DisplayName = Bread Slices, DisplayCategory = Food, Type = Food, Weight = 0.1, Icon = BreadSlices, EvolvedRecipe = Soup:5;Stew:5;Salad:5, FoodType = Bread, IsCookable = true, ReplaceOnCooked = Toast, MinutesToCook = 4, DaysFresh = 3, DaysTotallyRotten = 6, HungerChange = -10, Calories = 177, Carbohydrates = 33, Lipids = 2.22, Proteins = 5.9, WorldStaticModel = BreadSlices, Tags = HideCooked;FitsToaster, EvolvedRecipeName = Bread, },
See also