Crackers: Difference between revisions

From PZwiki
m (→‎Evolved recipes: Update link - avoid redirect)
(→‎top: New infobox upgrade - Food)
Line 2: Line 2:
{{header/sandbox2|Project Zomboid|Items|Food|Grains}}
{{header/sandbox2|Project Zomboid|Items|Food|Grains}}
{{page version|41.73}}
{{page version|41.73}}
{{Infobox food
{{Infobox item
|display_name=Crackers
|name=Crackers
|name_colour=Food
|model=Crackers Model.png
|name_text_colour=Food
|icon=Crackers.png
|image=Crackers Model.png
|image_width=200px
|alternate_image=Crackers.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 19: Line 16:
|carbohydrates=12
|carbohydrates=12
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Crackers
|item_id=Base.Crackers
}}'''Crackers''' are a [[Food#Non-Perishable|non-perishable]] food [[item]].  
}}'''Crackers''' are a [[Food#Non-Perishable|non-perishable]] food [[item]].  



Revision as of 11:19, 29 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 Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Nutrition
HungerMoodle Icon Hungry.png
-5
CaloriesCalories
70
CarbohydratesCarbohydrates
12
ProteinsProteins
1
FatFat
6
Technical
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,
	}