Crackers: Difference between revisions

From PZwiki
(+3d model to infobox -gallery)
m (Category Project: Grains)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}
{{header/sandbox2|Project Zomboid|Items|Food|Grains}}
{{page version|41.73}}
{{Infobox food
{{Infobox food
|display_name=Crackers
|display_name=Crackers
Line 36: Line 37:
==Code==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41.73}}
<pre>
<pre>
     item Crackers
     item Crackers
Line 58: Line 59:


{{Navbox food}}
{{Navbox food}}
[[Category:Non-perishable food]]

Revision as of 15:59, 27 January 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (41.73).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Crackers
Crackers
Crackers.png
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 are a cooking ingredient.

Product Nutrition
Soup
Soup
5
Stew
Stew
5

Distribution

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

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