Crackers: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 26: Line 26:
Crackers is a [[cooking]] [[Recipe Ingredients|ingredient]].
Crackers is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|Soup=5|Stew=5}}
{{EvolvedRecipesForItem|Soup=5|Stew=5}}
==Distribution==
Crackers are often found in [[Vehicles|vehicle]] trunks and [[Containers#Crates|crates]] located in kitchens.


==Gallery==
==Gallery==

Revision as of 18:57, 5 October 2022

Crackers
Crackers
General
Category Food
Encumbrance
Heavy Load
0.1
Nutrition
Hunger
Hunger
-5
Calories
Calories
70
Carbohydrates
Carbohydrates
12
Proteins
Proteins
1
Fat
Fat
6
Technical details
Item ID Base.Crackers

Crackers are a non-perishable food item.

Usage

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

Crafting

Main article: Cooking

Evolved recipes

Crackers is a cooking ingredient.

Product Nutrition
Soup
Soup
5
Stew
Stew
5

Distribution

Crackers are often found in vehicle trunks and crates located in kitchens.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

    item Crackers
	{
		DisplayName = Crackers,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Crackers,
		EvolvedRecipe = Soup:5;Stew:5,
		FoodType = NoExplicit,
		HungerChange = -5,
		Calories = 70,
		Carbohydrates = 12,
		Lipids = 6,
		Proteins = 1,
		CustomEatSound = EatingCrispy,
		WorldStaticModel = Crackers_Ground,
	}