Bread Slices

From PZwiki
Project ZomboidItemsFoodGrainsBread Slices
Spiffo controlyourself.png
This page was last updated for an older version (41.73).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D Variant Model (Rotten)
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Bread Slices
BreadSlices Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
3 days
Days until rotten
6 days
Nutrition
HungerMoodle Icon Hungry.png
-10
CaloriesCalories
177
CarbohydratesCarbohydrates
33
ProteinsProteins
5.9
FatFat
2.22
Cooking
Time until cooked
4 minutes
Technical
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
BreadSlices.png
Hunger: -10
BreadSlices.png
Hunger: -7
Boredom: +10
Unhappiness: +10
BreadSlices.png
Hunger: -4
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

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
BreadSlices.png
Bread Slices x3
0.75 Cooking none
(keep)
BreadAnima.gif
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
Burger
0.75 Cooking none BreadSlices.png
Bread Slices
(Base item)
Burger Ingredients
Burger Ingredients (1−4)
(consumed)
Sandwich
Sandwich
0.75 Cooking none BreadSlices.png
Bread Slices
(Base item)
Sandwich Ingredients
Sandwich Ingredients (1−4)
(consumed)

Evolved recipes

Bread slices is a cooking ingredient.

Product Nutrition
Soup
Soup
5
Stew
Stew
5
Salad
Salad
5

Distribution

Bread slices do not spawn naturally and can only be obtained through crafting.

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.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