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

Pickle

From PZwiki
(Redirected from Pickle)
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).
Pickle
Pickles Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Nutrition
HungerUI Hunger.png
-6
CaloriesCalories
5
CarbohydratesCarbohydrates
1
ProteinsProteins
0
FatFat
0
Cooking
Spice
True
Custom recipe
Pickle
Technical
Item ID
Base.Pickles

Pickles are a non-perishable food item.

Usage

Pickles can be eaten, providing the player with some positive effects, however it is more effective when used in cooking. As it is non-perishable, pickles will never go stale or rotten.

Crafting

Evolved recipes

Pickles are a cooking ingredient.

Product Nutrition
TZ CraftSalat.png
Salad
5
SandwichSandwich
Sandwich
5
Burger
Burger
5
Rice Pot/SaucepanRice Pot/Saucepan
Rice Pot/Saucepan
5
Rice Pot/SaucepanRice Pot/Saucepan
Pasta Pot/Saucepan
5

Location

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

Pickles 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
all fridge 18.34%
all fridge 10.38%
all fridge 4.13%
bar bin 4.44%
bar counter 11.21%
bar counter 6.74%
barcounter counter 11.21%
barcounter counter 6.74%
barcountertwiggy counter 11.21%
barcountertwiggy counter 6.74%
barkitchen bin 4.44%
barkitchen counter 11.21%
barkitchen counter 6.74%
barstorage bin 4.44%
barstorage counter 11.21%
barstorage counter 6.74%
burgerkitchen fridge 11.21%
burgerkitchenstorage fridge 11.21%
dining counter 6.74%
livingroom fridge 18.34%
livingroom fridge 10.38%
livingroom fridge 4.13%
restaurantdining counter 6.74%
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
- - - - - - -

Pickles can be found in refrigerators and grocery displays.

History

Base.Pickles

Version Description
Build 42.0.0 DisplayName changed from Pickles to Pickle.
EvolvedRecipeName changed from Pickle to Pickles.
EvolvedRecipe changed from {'Sandwich': '5', 'Sandwich Baguette': '5', 'Burger': '5', 'Salad': '5', 'RicePot': '5', 'RicePan': '5', 'PastaPot': '5', 'PastaPan': '5', 'ConeIcecream': '5'} to {'Sandwich': '2', 'Burger': '2', 'Hotdog': '2', 'Salad': '2', 'Rice': '2', 'Pasta': '2', 'ConeIcecream': '2'}.
HungerChange changed from -5 to -6.
Spice added with value true.
StaticModel added with value Pickles.
Build 41.72 EvolvedRecipeName added with value Pickle.
EvolvedRecipe changed from {'Sandwich': '5', 'Sandwich Baguette': '5', 'Burger': '5', 'Salad': '5', 'RicePot': '5', 'RicePan': '5', 'PastaPot': '5', 'PastaPan': '5'} to {'Sandwich': '5', 'Sandwich Baguette': '5', 'Burger': '5', 'Salad': '5', 'RicePot': '5', 'RicePan': '5', 'PastaPot': '5', 'PastaPan': '5', 'ConeIcecream': '5'}.
Build 41.69 AlwaysWelcomeGift removed.
Build 41.65 DisplayCategory added with value Food.
EvolvedRecipe changed from {'Sandwich': '5', 'Burger': '5', 'Salad': '5', 'RicePot': '5', 'RicePan': '5', 'PastaPot': '5', 'PastaPan': '5'} to {'Sandwich': '5', 'Sandwich Baguette': '5', 'Burger': '5', 'Salad': '5', 'RicePot': '5', 'RicePan': '5', 'PastaPot': '5', 'PastaPan': '5'}.
Build 41.51 WorldStaticModel added with value Pickles.
Build 34.23 Calories added with value 5.
Nutrition added with value 1.
EvolvedRecipe changed from {'Sandwich': '5', 'Burger': '5', 'Salad': '5'} to {'Sandwich': '5', 'Burger': '5', 'Salad': '5', 'RicePot': '5', 'RicePan': '5', 'PastaPot': '5', 'PastaPan': '5'}.
Nutrition added with value 0.
Proteins added with value 0.
Build 26 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_vegetable.txt

Retrieved: Build 42.0.2
item Pickles
	{
		DisplayName = Pickle,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Pickles,
		EvolvedRecipe = Sandwich:2;Burger:2;Hotdog:2;Salad:2;Rice:2;Pasta:2;ConeIcecream:2,
		Spice = true,
		FoodType = NoExplicit,
		HungerChange = -6,
		Calories = 5,
		Carbohydrates = 1,
		Lipids = 0,
		Proteins = 0,
		StaticModel = Pickles,
		WorldStaticModel = Pickles,
		EvolvedRecipeName = Pickles,
	}

See also