Granola Bar

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Project ZomboidItemsFoodGrainsGranola Bar
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Granola Bar
GarnolaBar Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Nutrition
HungerMoodle Icon Hungry.png
-15
CaloriesCalories
270
CarbohydratesCarbohydrates
120
ProteinsProteins
20
FatFat
44
Technical
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

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
artstore shelves 4 8
bandkitchen counter 4 8
candystorage metal_shelves 4 1
closet crate 4 1
crate 4 1
gasstorage crate 4 8
grocerystorage crate 4 1
kitchen counter 4 8

Granola bar can be found in supermarkets, stores, and kitchen counters.

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 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,
	}

See also