Peanuts: Difference between revisions

From PZwiki
m (Automated 'items' capitalisation)
m (Automated Formatting)
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
{{Page version|41.73}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name=Peanuts
|name=Peanuts
Line 18: Line 18:
|item_id=Base.Peanuts
|item_id=Base.Peanuts
}}
}}
 
'''Peanuts''' are a non-perishable [[food]] [[Items|item]].
'''Peanuts''' are a [[Food#Non-Perishable|non-perishable]] food [[Items|item]].


==Usage==
==Usage==
Line 37: Line 36:


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


==Distribution==
==Distribution==
Line 45: Line 44:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| artstore
|artstore
| [[shelves]]
|[[shelves]]
| 4
|4
| 6
|6
|-
|-
| bandkitchen
|bandkitchen
| [[counter]]
|[[counter]]
| 4
|4
| 6
|6
|-
|-
| bar
|bar
| [[counter]]
|[[counter]]
| 4
|4
| 1
|1
|-
|-
| rowspan="5"|conveniencestore
|rowspan="5"|conveniencestore
| [[crate]]
|[[crate]]
| 4
|4
| 1
|1
|-
|-
|[[crate]]
|[[crate]]
Line 86: Line 85:
|5
|5
|-
|-
| gasstorage
|gasstorage
| [[crate]]
|[[crate]]
| 4
|4
| 6
|6
|-
|-
| generalstore
|generalstore
| [[crate]]
|[[crate]]
| 4
|4
| 1
|1
|-
|-
| grocerystorage
|grocerystorage
| [[crate]]
|[[crate]]
| 4
|4
| 1
|1
|}
|}
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.
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.
Line 107: Line 106:
| {{CodeSnip
| {{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
  | start = 4687
   | source = items_food.txt
   | source = items_food.txt
   | retrieved = true
   | retrieved = true
   | version = 41.73
   | version = 41.78.16
   | code =
   | code =
item Peanuts
item Peanuts
{
{
    DisplayName             = Peanuts,
DisplayName = Peanuts,
    DisplayCategory         = Food,
DisplayCategory = Food,
    Type                   = Food,
Type = Food,
    Weight                 = 0.2,
Weight = 0.2,
    Icon                   = Peanut,
Icon = Peanut,
    CantBeFrozen           = TRUE,
CantBeFrozen = TRUE,
    EvolvedRecipe           = Soup:8;Stir fry Griddle Pan:8;Stir fry:8;Salad:4;RicePot:8;RicePan:8;ConeIcecream:4,
EvolvedRecipe = Soup:8;Stir fry Griddle Pan:8;Stir fry:8;Salad:4;RicePot:8;RicePan:8;ConeIcecream:4,
    FoodType               = Nut,
FoodType = Nut,
    HungerChange           = -8,
HungerChange = -8,
    Calories               = 161,
Calories = 161,
    Carbohydrates           = 4.57,
Carbohydrates = 4.57,
    Lipids                 = 13.96,
Lipids = 13.96,
    Proteins               = 7.31,
Proteins = 7.31,
    WorldStaticModel       = Peanuts,
WorldStaticModel = Peanuts,
    EvolvedRecipeName       = Peanut,
EvolvedRecipeName = Peanut,
}
}
  }}
}}
}}
}}


Line 138: Line 138:
*[[Peanut Butter Sandwich]]
*[[Peanut Butter Sandwich]]


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

Revision as of 10:53, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
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

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
artstore shelves 4 6
bandkitchen counter 4 6
bar counter 4 1
conveniencestore crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5
gasstorage crate 4 6
generalstore crate 4 1
grocerystorage crate 4 1

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

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
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