![]() |
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. |
Toast
![]() |
---|
Navigation: | Main>Project Zomboid>Items>Food>Perishable Food>Toast | Page updated: Version 41.78.16 |
---|
Toast | |
---|---|
![]() | |
General | |
Category | Food |
Weight | 0.1 |
Days until stale | 3 days |
Days until rotten | 6 days |
Nutrition | |
Hunger | -8 |
Calories | 177 |
Carbohydrates | 33 |
Proteins | 5.9 |
Fat | 2.22 |
Technical details | |
Item ID | Base.Toast |
Toast is a perishable food item.
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.
Fresh | Stale | Rotten | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cooked
|
|
|
| ||||||||||||
Burned
|
![]() Hunger: -1 |
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 | XP Gained | Skill(s) | Recipe | Ingredient 1 | Ingredient 2 |
---|---|---|---|---|---|
![]() Toast (Cooked) |
2.5 Cooking | none | ![]() Heat source (Cooked: 20 mins) |
![]() Bread Slices (Uncooked)) (consumed) |
Obtaining
What it can make
Toast (the ingredient) is the starting ingredient for making toast (the dish).
- Toast Table is currently under construction
Distribution
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.
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
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