Peanut Butter: Difference between revisions

From PZwiki
(updated to 41.68 + added model + navbox)
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages|Peanut Butter}}
{{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=Peanut Butter
|display_name=Peanut Butter
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=PeanutButter_Model.png
|image=PeanutButter_120px.png
|image_width=250px
|alternate_image=PeanutButter.png
|alternate_name=Peanut Butter
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.3
|weight=0.3
|packaged=True
|packaged=Yes
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-25
|hunger_change=-25
Line 26: Line 22:


==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. 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 ==
== Crafting ==
{{Main|Cooking}}
=== Evolved recipes ===
=== Evolved recipes ===
Peanut butter is a [[cooking]] [[Recipe Ingredients|ingredient]].
Peanut butter is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|sandwich=7}}
{{EvolvedRecipesForItem|Soup=5|StirFry=5|Sandwich=5|Toast=5|ConeIcecream=5}}


==Distribution==
==Distribution==
Peanut butter can be found in [[Containers#Kitchen Counter|kitchen counters]].
Peanut butter can be found in [[Containers#Kitchen Counter|kitchen counters]].
==Gallery==
<gallery>
File:PeanutButter Model.png|Peanut butter model when placed in the world.
</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 PeanutButter
<pre> item PeanutButter
HungerChange = -25,
{
Weight = 0.3,
DisplayName = Peanut Butter,
Type = Food,
DisplayCategory = Food,
UnhappyChange = -15,
Type = Food,
DisplayName = Peanut Butter,
Weight = 0.3,
Icon = PeanutButter,
Icon = PeanutButter,
BoredomChange = -5,
EvolvedRecipe = Soup:5;Stir fry Griddle Pan:5;Stir fry:5;Sandwich:5;Sandwich Baguette:5;Toast:5;ConeIcecream:5,
EvolvedRecipe = Sandwich:7,
FoodType = NoExplicit,
FoodType    = NoExplicit,
Packaged = TRUE,
        Carbohydrates = 128,
HungerChange = -25,
        Proteins = 84,
UnhappyChange = -15,
        Lipids = 224,
Calories = 2660,
        Calories = 2660,
Carbohydrates = 128,
        Packaged = TRUE,</pre>
Lipids = 224,
Proteins = 84,
WorldStaticModel = PeanutButter,
}</pre>


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

Revision as of 08:33, 5 October 2022

Peanut Butter
Peanut Butter
General
Category Food
Encumbrance
Heavy Load
0.3
Packaged Yes
Nutrition
Hunger
Hunger
-25
Calories
Calories
2660
Carbohydrates
Carbohydrates
128
Proteins
Proteins
84
Fat
Fat
224
Effect
Unhappiness
Unhappiness
-15
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. As it is non-perishable, peanut butter will never go stale or rotten.

Crafting

Main article: Cooking

Evolved recipes

Peanut butter is a cooking ingredient.

Product Nutrition
Soup
Soup
5
Stir Fry
Stir Fry
5
Sandwich
Sandwich
5
Ice Cream Cone
Ice Cream Cone
5
Toast
Toast
5

Distribution

Peanut butter can be found in kitchen counters.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

	item PeanutButter
	{
		DisplayName = Peanut Butter,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = PeanutButter,
		EvolvedRecipe = Soup:5;Stir fry Griddle Pan:5;Stir fry:5;Sandwich:5;Sandwich Baguette:5;Toast:5;ConeIcecream:5,
		FoodType = NoExplicit,
		Packaged = TRUE,
		HungerChange = -25,
		UnhappyChange = -15,
		Calories = 2660,
		Carbohydrates = 128,
		Lipids = 224,
		Proteins = 84,
		WorldStaticModel = PeanutButter,
	}

See also