![]() |
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. |
Bagel
Jump to navigation
Jump to search
![]() |
English |
Bagel | |||
---|---|---|---|
![]() | |||
| |||
General | |||
Category | Food | ||
Weight | 0.1 | ||
Days until stale | 1 days | ||
Days until rotten | 1 days | ||
Nutrition | |||
Hunger | -10 | ||
Calories | 177 | ||
Carbohydrates | 33 | ||
Proteins | 5.9 | ||
Fat | 2.22 | ||
Technical details | |||
Item ID | See Item IDs |
Bagel is a perishable food item which can come in 3 different variations.
Usage
Consumable properties
Bagel 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 | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
Distribution
Bagel can be found in bakery display counters.
Gallery
Item IDs
Name | Icon | Base ID |
---|---|---|
Bagel | ![]() |
Base.BagelPlain |
Poppy Bagel | ![]() |
Base.BagelPoppy |
Sesame Bagel | ![]() |
Base.BagelSesame |
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
Retrieved | |
---|---|
Version 41.73 |
item BagelPlain { DisplayName = Bagel, DisplayCategory = Food, Type = Food, Weight = 0.1, Icon = BagelPlain, DaysFresh = 1, DaysTotallyRotten = 2, HungerChange = -10, Calories = 177, Carbohydrates = 33, Lipids = 2.22, Proteins = 5.9, WorldStaticModel = Bagel_Ground, Tags = FitsToaster, }
Retrieved | |
---|---|
Version 41.73 |
item BagelPoppy { DisplayName = Poppy Bagel, DisplayCategory = Food, Type = Food, Weight = 0.1, Icon = BagelPoppy, DaysFresh = 1, DaysTotallyRotten = 2, HungerChange = -10, Calories = 177, Carbohydrates = 33, Lipids = 2.22, Proteins = 5.9, WorldStaticModel = BagelPoppy_Ground, Tags = FitsToaster, }
Retrieved | |
---|---|
Version 41.73 |
item BagelSesame { DisplayName = Sesame Bagel, DisplayCategory = Food, Type = Food, Weight = 0.1, Icon = BagelSesame, DaysFresh = 1, DaysTotallyRotten = 2, HungerChange = -10, Calories = 177, Carbohydrates = 33, Lipids = 2.22, Proteins = 5.9, WorldStaticModel = BagelSesame_Ground, Tags = FitsToaster, }