Peanuts: Difference between revisions

From PZwiki
m (Category Project: Miscellaneous food)
(→‎top: New infobox upgrade - Food)
Line 2: Line 2:
{{header/sandbox2|Project Zomboid|Items|Food|Miscellaneous food}}
{{header/sandbox2|Project Zomboid|Items|Food|Miscellaneous food}}
{{page version|41.73}}
{{page version|41.73}}
{{Infobox food
{{Infobox item
|display_name=Peanuts
|name=Peanuts
|name_colour=Food
|model=Peanuts_Model.png
|name_text_colour=Food
|icon=Peanut.png
|image=Peanuts_Model.png
|icon_name=Peanuts
|image_width=200px
|alternate_image=Peanut.png
|alternate_name=Peanuts
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 21: Line 17:
|carbohydrates=4.57
|carbohydrates=4.57
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Peanuts
|item_id=Base.Peanuts
}}'''Peanuts''' are a [[Food#Non-Perishable|non-perishable]] food [[items|item]].
}}'''Peanuts''' are a [[Food#Non-Perishable|non-perishable]] food [[items|item]].



Revision as of 11:04, 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.
Peanuts
Peanuts Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Nutrition
HungerMoodle Icon Hungry.png
-8
CaloriesCalories
161
CarbohydratesCarbohydrates
4.57
ProteinsProteins
7.31
FatFat
13.96
Technical
Item ID
Base.Peanuts

Peanuts are a non-perishable food item.

Usage

Trapping

Main article: Trapping

Peanuts can be used as bait in traps to capture Squirrels.

Consumable properties

Peanuts can be eaten, providing the player with some positive effects. As it is non-perishable, peanuts will never go stale or rotten.

Crafting

Cooking

Main article: Cooking

Peanuts can be used as an ingredient in some custom recipes.

Evolved recipes

Product Nutrition
Soup
Soup
8
Salad
Salad
4
Stir Fry
Stir Fry
8
Rice Pot/Saucepan
Rice Pot/Saucepan
8
Ice Cream Cone
Ice Cream Cone
4

Distribution

Peanuts can often be found in shelves inside a bar, or motel room. As of build 41, they can also be found while foraging.

Code

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

    item Peanuts
	{
		DisplayName = Peanuts,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Peanut,
		CantBeFrozen = TRUE,
		EvolvedRecipe = Soup:8;Stir fry Griddle Pan:8;Stir fry:8;Salad:4;RicePot:8;RicePan:8;ConeIcecream:4,
		FoodType = Nut,
		HungerChange = -8,
		Calories = 161,
		Carbohydrates = 4.57,
		Lipids = 13.96,
		Proteins = 7.31,
		WorldStaticModel = Peanuts,
		EvolvedRecipeName = Peanut,
	}

See also