Peanuts: Difference between revisions

From PZwiki
mNo edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Peanuts}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Peanuts
|display_name=Peanuts
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Peanut_120px.png
|image=Peanut.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 19: Line 18:


==Usage==
==Usage==
===Trapping===
===Trapping===
{{Main|Trapping}}
{{Main|Trapping}}
Peanuts can be used as bait in [[Trapping|traps]] to capture [[Dead_Squirrel|Squirrels]].
Peanuts can be used as bait in [[Trapping|traps]] to capture [[Dead_Squirrel|Squirrels]].


=== Consumable properties ===
===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.  
Peanuts can be eaten, providing the player with some positive effects. As it is non-perishable, peanuts will never go stale or rotten.  


==Crafting==
==Crafting==
===Cooking===
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
Peanuts can be used as an [[Recipe_Ingredients|ingredient]] in some custom recipes.
Peanuts can be used as an [[Recipe_Ingredients|ingredient]] in some custom recipes.
====Evolved recipes====
====Evolved recipes====
{{EvolvedRecipesForItem|Soup=8|StirFry=8|Salad=4|Rice=8|ConeIcecream=4}}
{{EvolvedRecipesForItem|Soup=8|StirFry=8|Salad=4|Rice=8|ConeIcecream=4}}
Line 41: Line 43:
</gallery>
</gallery>


== 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|incver=73}}
<pre>   item Peanuts
<pre>
    item Peanuts
{
{
DisplayName = Peanuts,
DisplayName = Peanuts,
Line 61: Line 64:
WorldStaticModel = Peanuts,
WorldStaticModel = Peanuts,
EvolvedRecipeName = Peanut,
EvolvedRecipeName = Peanut,
}</pre>
}
</pre>


==See also==
==See also==
Line 68: Line 72:
*[[Peanut Butter Sandwich]]
*[[Peanut Butter Sandwich]]


{{Navbox_food}}
{{Navbox food}}

Revision as of 00:01, 26 February 2023

Peanuts
Peanuts
General
Category Food
Encumbrance
Heavy Load
0.2
Nutrition
Hunger
Hunger
-8
Calories
Calories
161
Carbohydrates
Carbohydrates
4.57
Proteins
Proteins
7.31
Fat
Fat
13.96
Technical details
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.

Gallery

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