Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Graham Crackers

From PZwiki
Project ZomboidItemsFoodGrainsGraham Crackers
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Graham Crackers
CrackersGraham Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Nutrition
HungerUI Hunger.png
-5
CaloriesCalories
70
CarbohydratesCarbohydrates
12
ProteinsProteins
1
FatFat
6
Technical
Item ID
Base.GrahamCrackers

Graham crackers are a non-perishable food item.

Usage

Graham crackers can be eaten, providing the player with some positive effects.

Location

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

GrahamCrackers distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
cafekitchen crate 41.46%
cafekitchen crate 23.67%
cafekitchen metal_shelves 41.46%
cafekitchen metal_shelves 23.67%
kitchen counter 15.52%
kitchen overhead 15.52%

Graham crackers are often found in vehicle trunks and crates located in kitchens.

History

Base.GrahamCrackers

Version Description
41.65 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 GrahamCrackers
	{
		DisplayName = Graham Crackers,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = GrahamCrackers,
		HungerChange = -5,
		Calories = 70,
		Carbohydrates = 12,
		Lipids = 6,
		Proteins = 1,
		CustomEatSound = EatingCrispy,
		WorldStaticModel = CrackersGraham_Ground,
	}