Peanuts: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
(One intermediate revision by the same user not shown)
Line 1: Line 1:
__NOTOC__
{{languages|Peanuts}}
{{languages|Peanuts}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|display_name=Peanuts
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = SNACKPeanuts.png
|image=Peanut_120px.png
|hunger = -8
<!--GENERAL-->
|weight = 0.2
|category=Food
}}
|weight=0.2
'''Peanuts''' are a [[Food#Non-Perishable|non-perishable]] food item which are often found in [[Containers#Kitchen_Counter|kitchen counters]].
<!--NUTRITION-->
|hunger_change=-8
|thirst_change=
|calories=161
|lipids=13.96
|proteins=7.31
|carbohydrates=4.57
<!--EFFECTS-->
|unhappy_change=
<!--TECHNICAL DETAILS-->
|class_name=Base.Peanuts
}}'''Peanuts''' are a [[Food#Non-Perishable|non-perishable]] food [[items|item]].


== Nutritional information ==
==Usage==
<br>
===Trapping===
'''Its nutritional values are as follows:'''<br>
{{Main|Trapping}}
Carbohydrates = 4.57 <br>
Peanuts can be used as bait in [[Trapping|traps]] to capture [[Dead_Squirrel|Squirrels]].
Proteins = 7.31 <br>
=== Consumable properties ===
Lipids = 13.96 <br>
Peanuts can be eaten, providing the player with some positive effects.
Calories = 161 <br><br>
== Evolved recipes ==
{{EvolvedRecipesForItem
|ricepot=8|ricepan=8|}}


== Trapping ==
==Crafting==
===Cooking===
{{Main|Cooking}}
Peanuts can be used as an [[Recipe_Ingredients|ingredient]] in some custom recipes.
====Evolved recipes====
{{EvolvedRecipesForItem|ricepot=8|ricepan=8}}


Peanuts can also be used in [[Trapping|traps]] to capture [[Dead_Squirrel|squirrels]].
==Distribution==
 
Peanuts can be found in a bar, or motel room.
Refer to [[Trapping|trapping]] for further information.


== Code ==
== Code ==
<nowiki>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
    item Peanuts
{{Retrieved|version=40|incver=14}}
<pre> item Peanuts
HungerChange = -8,
HungerChange = -8,
Weight = 0.2,
Weight = 0.2,
Line 43: Line 53:
         Lipids = 13.96,
         Lipids = 13.96,
         Calories = 161,
         Calories = 161,
         CantBeFrozen = TRUE,
         CantBeFrozen = TRUE,</pre>
</nowiki>
 
==See also==
*[[Sunflower Seeds]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 16:12, 13 September 2018

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.

Crafting

Cooking

Main article: Cooking

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

Evolved recipes

Product Nutrition
Rice Pot/Saucepan
Rice Pot/Saucepan
8

Distribution

Peanuts can be found in a bar, or motel room.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.14

	item Peanuts
		HungerChange	= -8,
		Weight		= 0.2,
		Type		= Food,
		DisplayName	= Peanuts,
		Icon		= Peanut,
		EvolvedRecipe 	= RicePot:8;RicePan:8,
		FoodType 	= NoExplicit,
        	Carbohydrates 	= 4.57,
        	Proteins 	= 7.31,
        	Lipids 		= 13.96,
        	Calories 	= 161,
        	CantBeFrozen 	= TRUE,

See also

Template:Navbox/Consumables