Peanut Butter: Difference between revisions

From PZwiki
mNo edit summary
m (→‎Usage: Grammar)
Line 23: Line 23:


==Usage==
==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.  
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===
===Trapping===
{{Main|Trapping}}
{{Main|Trapping}}
Oranges can be used as bait in [[Trapping|traps]] to capture [[Dead_Mouse|mice]], [[Dead_Rat|rats]] and [[Dead_Squirrel|squirrels]].
Oranges can be used as bait in [[Trapping|traps]] to capture [[Dead_Mouse|mice]], [[Dead_Rat|rats]], and [[Dead_Squirrel|squirrels]].


== Crafting ==
== Crafting ==

Revision as of 17:46, 27 February 2022

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

Distribution

Peanut butter can be found in kitchen counters.

Code

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

	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