Toast

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Toast
BreadSlices Toast Model.png
BreadSlices ToastRotten Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Can boil water
True
Days fresh
3 days
Days until rotten
6 days
Nutrition
HungerUI Hunger.png
-8
CaloriesCalories
177
CarbohydratesCarbohydrates
33
ProteinsProteins
5.9
FatFat
2.22
Cooking
Time until cooked
0 minutes
Time until burned
20 minutes
Bad microwaved
True
Technical
PlushSpiffo.pngThis article is about the cooked bread slices (toast). For the uncooked bread slices, see Bread Slices.

Toast is a perishable food item, and the product of an evolved recipe.

Usage

Consumable properties

Toast can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.

State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Uncooked Toast (Fresh Uncooked) -8 - - -
Fresh Cooked Toast (Fresh Cooked) -10 - - -
Stale Uncooked Toast (Stale Uncooked) -6 +10 +10 -
Stale Cooked Toast (Stale Cooked) -6 +10 +10 -
Rotten Toast (Rotten) -3 +20 +20 100%
Burned Toast (Burned) -3 +20 +20 100%

Crafting

Main article: Cooking

Toast is made from bread slices and either a heat source or a toaster. It is one of the few items in the game that can be cooked with the toaster, rather than simply reheated.

Product Ingredients Tools Requirements Workstation XP
BreadSlices.png
Toast
BreadSlices.png Bread Slices ×1 none none Heat source.gif
Heat source
2.5 Cooking

Obtaining

What it can make

Toast (the ingredient) is the starting ingredient for making toast (the dish).

  • Toast Table is currently under construction

Location

Toast, and its component bread slices do not spawn naturally in the game world. As such, if the player wishes to obtain toast they must acquire bread first as a crafting component.

Gallery

History

Base.Toast

Version Description
41.78.16 Released on or before this version.

Help PZwiki by adding to this history.

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 Toast
	{
		DisplayName = Toast,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = BreadSlices,
		BadInMicrowave = true,
		IsCookable = TRUE,
		MinutesToCook = 0,
		MinutesToBurn = 20,
		DaysFresh = 3,
		DaysTotallyRotten = 6,
		HungerChange = -8,
		Calories = 177,
		Carbohydrates = 33,
		Lipids = 2.22,
		Proteins = 5.9,
		CustomEatSound = EatingCrispy,
		WorldStaticModel = BreadSlices_Toast,
		Tags = AlreadyCooked;HideCooked;FitsToaster,
	}

See also