Peanuts: Difference between revisions

From PZwiki
(updated to 41.68 + added model + navbox)
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages|Peanuts}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=68}}{{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=Peanuts_Model.png
|image=Peanut_120px.png
|image_width=150px
|alternate_image=Peanut.png
|alternate_name=Peanuts
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 14: Line 10:
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-8
|hunger_change=-8
|thirst_change=
|calories=161
|calories=161
|lipids=13.96
|lipids=13.96
|proteins=7.31
|proteins=7.31
|carbohydrates=4.57
|carbohydrates=4.57
<!--EFFECTS-->
|unhappy_change=
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Peanuts
|class_name=Base.Peanuts
Line 29: Line 22:
{{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.
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==
Line 37: Line 31:
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|ricepot=8|ricepan=8}}
{{EvolvedRecipesForItem|Soup=8|StirFry=8|Salad=4|Rice=8|ConeIcecream=4}}


==Distribution==
==Distribution==
Peanuts can be found in a bar, or motel room. As of build 41, they can also be found while foraging.
Peanuts can often be found in [[Containers#Shelves|shelves]] inside a bar, or motel room. As of build 41, they can also be found while foraging.
 
==Gallery==
<gallery>
File:Peanuts Model.png|Model for: [[File:Peanut.png]]
</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=68}}
{{Retrieved|version=41|incver=73}}
<pre>    item Peanuts
<pre>    item Peanuts
    {
{
        DisplayCategory = Food,
DisplayName = Peanuts,
        HungerChange = -8,
DisplayCategory = Food,
        Weight = 0.2,
Type = Food,
        Type = Food,
Weight = 0.2,
        DisplayName = Peanuts,
Icon = Peanut,
        Icon = Peanut,
CantBeFrozen = TRUE,
        EvolvedRecipe = RicePot:8;RicePan:8,
EvolvedRecipe = Soup:8;Stir fry Griddle Pan:8;Stir fry:8;Salad:4;RicePot:8;RicePan:8;ConeIcecream:4,
        FoodType = NoExplicit,
FoodType = Nut,
        Carbohydrates = 4.57,
HungerChange = -8,
        Proteins = 7.31,
Calories = 161,
        Lipids = 13.96,
Carbohydrates = 4.57,
        Calories = 161,
Lipids = 13.96,
        CantBeFrozen = TRUE,
Proteins = 7.31,
        WorldStaticModel = Peanuts,
WorldStaticModel = Peanuts,
    }</pre>
EvolvedRecipeName = Peanut,
}</pre>


==See also==
==See also==

Revision as of 12:01, 6 October 2022

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