Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Peanut Butter

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
Peanut Butter
PeanutButter Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Properties
Packaged
True
Nutrition
HungerUI Hunger.png
-25
CaloriesCalories
2660
CarbohydratesCarbohydrates
128
ProteinsProteins
84
FatFat
224
Effect
UnhappinessUI Unhappy.png
-15
Technical
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
PotFull.png
Soup
5
Stir Fry
Stir Fry
5
SandwichSandwich
Sandwich
5
Ice Cream Cone
Ice Cream Cone
5
BreadSlices.png
Toast
5

Location

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

PeanutButter distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
generalstore cardboardbox 23.67%
generalstore crate 23.67%
generalstore shelves 23.67%
generalstore smallbox 23.67%
gigamart shelves 23.67%
grocery shelves 23.67%
kitchen counter 10.38%
kitchen overhead 10.38%
kitchen_crepe counter 11.21%
livingroom counter 10.38%
livingroom overhead 10.38%
SafehouseLoot counter 19.68%
SafehouseLoot_Late counter 4.44%
SafehouseLoot_Mid counter 6.74%
Stories
Story ID Link
RBTSSandwich Table stories
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 - ForagingNav: 1
TownZone: 1
TrailerPark: 1
- - - - - - -

Peanut butter can be found in kitchen counters.

History

Base.PeanutButter

Version Description
Build 42.0.0 EatType added with value candrink.
EvolvedRecipe changed from {'Soup': '5', 'Stir fry Griddle Pan': '5', 'Stir fry': '5', 'Sandwich': '5', 'Sandwich Baguette': '5', 'Toast': '5', 'ConeIcecream': '5'} to {'Soup': '5', 'Stir fry': '5', 'Sandwich': '5', 'Toast': '5', 'ConeIcecream': '5'}.
StaticModel added with value PeanutButter.
Build 41.72 EvolvedRecipe changed from {'Sandwich': '7', 'Sandwich Baguette': '7'} to {'Soup': '5', 'Stir fry Griddle Pan': '5', 'Stir fry': '5', 'Sandwich': '5', 'Sandwich Baguette': '5', 'Toast': '5', 'ConeIcecream': '5'}.
Build 41.65 DisplayCategory added with value Food.
EvolvedRecipe changed from {'Sandwich': '7'} to {'Sandwich': '7', 'Sandwich Baguette': '7'}.
Build 41.51 WorldStaticModel added with value PeanutButter.
Build 40.16 BoredomChange removed.
Build 34.23 Calories added with value 2660.
Nutrition added with value 128.
EvolvedRecipe changed from {'Sandwich': '10'} to {'Sandwich': '7'}.
Nutrition added with value 224.
Packaged added with value TRUE.
Proteins added with value 84.
Build 32.14 FoodType added with value NoExplicit.
Build 30.12 EvolvedRecipe added with value {'Sandwich': '10'}.
RC2.9 - Build 0008 HungerChange changed from -40 to -25.
RC2.9 - Build 0007 DisplayName changed from Peanut Butter Sandwich to Peanut Butter.
HungerChange changed from -84 to -40.
Icon changed from Sandwich_Peanut to PeanutButter.
Weight changed from 1 to 0.3.
0.2.0f BoredomChange added with value -5.
DisplayName changed from Peanut Butter to Peanut Butter Sandwich.
HungerChange changed from -40 to -84.
Icon changed from PeanutButter to Sandwich_Peanut.
UnhappyChange changed from -10 to -15.
0.2.0a Released on this version.

Code

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

Source: ProjectZomboid\media\scripts\items_food_spice.txt

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

See also