Bread Slices: Difference between revisions

From PZwiki
mNo edit summary
m (Automated Formatting)
 
(37 intermediate revisions by 12 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Grains}}
{{languages}}
{{Page version|41.78.16}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{Reupload|Missing 3D Variant Model (Rotten)}}
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
{{Infobox item
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name=Bread Slices
{{Consumables
|model=BreadSlices_Model.png
|image = BREADBreadSlice.png
|icon=BreadSlices.png
|hunger = -10
|icon_name=Bread Slices
|weight = 0.1
<!--GENERAL-->
|category=Food
|weight=0.1
|days_fresh=3
|days_rotten=6
<!--NUTRITION-->
|hunger_change=-10
|calories=177
|lipids=2.22
|proteins=5.9
|carbohydrates=33
<!--COOKING-->
|cook_minutes=4
<!--TECHNICAL DETAILS-->
|item_id=Base.BreadSlices
}}
}}
'''Bread slices''' are a [[Food#Perishable|perishable]] food [[Items|item]].


'''Bread slices''' are a [[Food#Perishable|perishable]] food item that cannot be found in the world naturally, and must be crafted by cutting [[bread]] with a [[Kitchen Knife|knife]]. Three bread slices are created from this process.
==Usage==
<br>
===Trapping===
Bread slices take three in-game days to go stale, and six in-game days to rot. This process is slower when the item is in a [[refrigerator]].
{{Main|Trapping}}
Bread slices can be used as bait in [[Trapping|traps]] to capture [[Dead_Bird|small birds]].


== Nutritional information ==
===Consumable properties===
{| border=0 align=left
Bread slices can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
|
{{Consumables
{{Consumables2
|image = BreadSlices.png
|image = BREADBreadSlice.png
|hunger = -10
|hunger = -10
|thirst = 0
|thirst = 0
Line 25: Line 40:
|unrotten unhappiness = +10
|unrotten unhappiness = +10
|unrotten thirst = 0
|unrotten thirst = 0
|unrotten image = BREADBreadSlice.png
|unrotten image = BreadSlices.png
|rotten hunger = -4
|rotten hunger = -4
|rotten boredom = +20
|rotten boredom = +20
Line 31: Line 46:
|rotten thirst = 0
|rotten thirst = 0
|perishable = 1
|perishable = 1
|rotten image = BREADBreadSlice.png
|rotten image = BreadSlices.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
'''Its nutritional values are as follows:'''<br>
Carbohydrates = 33 <br>
Proteins = 5.9 <br>
Lipids = 2.22 <br>
Calories = 177 <br><br>


== Crafting ==
==Crafting==
{| class="wikitable sortable" style="text-align:center;"
{{Main|Cooking}}
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|2038}}
|}


== Trapping ==
===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.
{{Crafting/sandbox2
|bread_slices
}}
 
===What it can make===
Bread slices are the starting ingredient for making [[Recipe ingredients#Sandwich & Burger Ingredients|sandwiches]] and [[Recipe ingredients#Sandwich & Burger Ingredients|burgers]].
{{Crafting/sandbox2
|burger
|sandwich
}}


Bread slices can be used in [[Trapping|traps]] to capture [[Dead_Bird|birds]].
===Evolved recipes===
Bread slices is a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem|soup=5|stew=5|salad=5}}


Refer to [[Trapping|trapping]] for further information.
==Distribution==
Bread slices do not spawn naturally in containers, but can be found in a set of sandwich making set([[bread]],[[Bread Knife|bread knife]], [[marmalade]], [[peanut butter]] and slices themself), or obtained through [[#Crafting|crafting]].


== Code ==
==Code==
<nowiki>
{{CodeBox
item BreadSlices
| {{CodeSnip
HungerChange = -10,
  | lang = java
Weight = 0.1,
  | line = true
Type = Food,
  | start = 5469
DaysTotallyRotten = 6,
  | source = items_food.txt
DisplayName = Bread Slices,
  | retrieved = true
Icon = BreadSlices,
  | version = 41.78.16
DaysFresh = 3,
  | code =
        Carbohydrates = 33,
item BreadSlices
        Proteins = 5.9,
{
        Lipids = 2.22,
DisplayName = Bread Slices,
      Calories = 177,
DisplayCategory = Food,
</nowiki>
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==
==See also==
{{Navbox/Consumables}}
*[[Baguette]]
[[Category:Consumables]]
*[[Burger]]
[[Category:Food]]
*[[Cheese Sandwich]]
[[Category:Perishable_Food]]
*[[Peanut Butter Sandwich]]
[[Category:Version 34.28]]
 
{{Navbox items|plants}}
 
 
[[Category:Perishable food]]

Latest revision as of 06:50, 14 April 2024

Project ZomboidItemsFoodGrainsBread Slices
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
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 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

What it can make

Bread slices are the starting ingredient for making sandwiches and burgers.

Product Ingredients Tools Requirements Workstation XP
Burger.png
Burger
BreadSlices.png Bread Slices ×1
Soup Ingredients.png Burger Ingredients ×(1−4)
none none none 0.75 Cooking
Sandwich.png
Sandwich
BreadSlices.png Bread Slices ×1
Soup Ingredients.png Sandwich Ingredients ×(1−4)
none none none 0.75 Cooking

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 in containers, but can be found in a set of sandwich making set(bread,bread knife, marmalade, peanut butter and slices themself), or 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.78.16
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