Peanut Butter: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Peanut Butter}}
{{languages|Peanut Butter}}
<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=7}}{{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=Peanut Butter
<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 = Peanut butter.png
|image=PeanutButter_120px.png
|hunger = -25
<!--GENERAL-->
|boredom = -5
|category=Food
|unhappiness = -15
|weight=0.3
|weight = 0.3
|packaged=True
}}
<!--NUTRITION-->
'''Peanut butter''' is a [[Food#Non-Perishable|non-perishable]] food item which is often found in [[Containers#Kitchen_Counter|kitchen counters]].
|hunger_change=-25
|calories=2660
|lipids=224
|proteins=84
|carbohydrates=128
<!--EFFECT-->
|unhappy_change=-15
|boredom_change=-5
<!--TECHNICAL DETAILS-->
|class_name=Base.PeanutButter
}}'''Peanut butter''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  


Peanut butter can also be used for trapping as bait.
==Usage==
Peanut butter can be eaten, providing the player with some positive effects, however it is more effective when used in making a [[sandwich]]. As it is non-perishable, peanut butter will never go stale or rotten.
===Trapping===
{{Main|Trapping}}
Oranges can be used as bait in [[Trapping|traps]] to capture [[Dead_Mouse|mice]], [[Dead_Rat|rats]] and [[Dead_Squirrel|squirrels]].


== Crafting ==
=== Evolved recipes ===
Peanut butter is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|sandwich=7}}


== Nutritional information ==
<br>
'''Its nutritional values are as follows:'''<br>
Carbohydrates = 128 <br>
Proteins = 84 <br>
Lipids = 224 <br>
Calories = 2660 <br><br>
== Evolved recipes ==
<!-- Information for template 'Evolved Recipes', used to explain how much of the food can be put into a meal. -->
{{EvolvedRecipesForItem
|sandwich=7|}}
<br>
== Trapping ==
Peanut butter can be used in [[Trapping|traps]] to capture [[Dead_Mouse|mice]], [[Dead_Squirrel|squirrels]], and [[Dead_Rat|rats]].
Refer to [[Trapping|trapping]] for further information.
<br>
== Code ==
== Code ==
<br>
<pre> item PeanutButter
<nowiki>
item PeanutButter
HungerChange = -25,
HungerChange = -25,
Weight = 0.3,
Weight = 0.3,
Line 52: Line 48:
         Lipids = 224,
         Lipids = 224,
         Calories = 2660,
         Calories = 2660,
         Packaged = TRUE,
         Packaged = TRUE,</pre>
</nowiki>
 
==See also==
* [[Honey]]


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

Revision as of 07:57, 19 August 2018

Peanut Butter
Peanut Butter
General
Category Food
Encumbrance
Heavy Load
0.3
Packaged True
Nutrition
Hunger
Hunger
-25
Calories
Calories
2660
Carbohydrates
Carbohydrates
128
Proteins
Proteins
84
Fat
Fat
224
Effect
Unhappiness
Unhappiness
-15
Boredom
Boredom
-5
Technical details
Item ID Base.PeanutButter

Peanut butter is a non-perishable food item.

Usage

Peanut butter can be eaten, providing the player with some positive effects, however it is more effective when used in making a sandwich. As it is non-perishable, peanut butter will never go stale or rotten.

Trapping

Main article: Trapping

Oranges can be used as bait in traps to capture mice, rats and squirrels.

Crafting

Evolved recipes

Peanut butter is a cooking ingredient.

Product Nutrition
Sandwich
Sandwich
7

Code

	item PeanutButter
		HungerChange	= -25,
		Weight		= 0.3,
		Type		= Food,
		UnhappyChange	= -15,
		DisplayName	= Peanut Butter,
		Icon		= PeanutButter,
		BoredomChange	= -5,
		EvolvedRecipe 	= Sandwich:7,
		FoodType    	= NoExplicit,
        	Carbohydrates 	= 128,
        	Proteins 	= 84,
        	Lipids 		= 224,
        	Calories 	= 2660,
        	Packaged 	= TRUE,

See also

Template:Navbox/Consumables