![]() |
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. |
Granola Bar
Jump to navigation
Jump to search
![]() |
---|
Navigation: | Main>The Game World>Items>Food>Perishable Food>Granola Bar | Page updated: Version 41.73 |
---|
Granola Bar | |
---|---|
![]() | |
General | |
Category | Food |
Weight | 0.2 |
Nutrition | |
Hunger | -15 |
Calories | 270 |
Carbohydrates | 120 |
Proteins | 20 |
Fat | 44 |
Technical details | |
Item ID | Base.GranolaBar |
Granola bar is a non-perishable food item.
Usage
Granola bar can be eaten, providing the player with some positive effects.
Distribution
Granola bar can be found in supermarkets, stores, and kitchen counters.
Gallery
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
Retrieved: Build 41.73
item GranolaBar { DisplayName = Granola Bar, DisplayCategory = Food, Type = Food, Weight = 0.2, Icon = GranolaBar, /*DaysFresh = 40, DaysTotallyRotten = 80,*/ HungerChange = -15, Calories = 270, Carbohydrates = 120, Lipids = 44, Proteins = 20, WorldStaticModel = GranolaBar_Ground, }