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

Ginger (Pickled)

From PZwiki
(Redirected from Ginger (Pickled))
Project ZomboidItemsFoodVegetablesGinger (Pickled)
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).
For the build 41.78.16 article, please see the old revision.
Ginger (Pickled)
GingerPickled Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
14 days
Days until rotten
21 days
Nutrition
HungerUI Hunger.png
-5
CaloriesCalories
23
CarbohydratesCarbohydrates
0.22
ProteinsProteins
2.55
FatFat
1.18
Cooking
Spice
True
Technical
Item ID
Base.GingerPickled

Ginger Pickled is a perishable 'spice' food item used in cooking.

Usage

Consumable properties

Pickled Ginger can be eaten raw, providing the player with some positive effects. It can also be used as a spice while cooking.

State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Ginger (Pickled) (Fresh) -5 - - -
Stale Ginger (Pickled) (Stale) -4 +10 +10 -
Rotten Ginger (Pickled) (Rotten) -2 +20 +20 100%

Crafting

Main article: Cooking

Evolved recipes

Pickled Ginger is a spice when used in cooking recipes, and therefore will not be included in the maximum number of ingredients.

Product Nutrition
PotFull.png
Soup
1
PotFull.png
Stew
1
TZ CraftSalat.png
Salad
1
Stir Fry
Stir Fry
1
SandwichSandwich
Sandwich
1

Location

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

GingerPickled 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
sushikitchen fridge 19.68%
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
- - - - - - -

Pickled Ginger can be found inside refrigerators in sushi establishments and Chinese restaurants.

History

Base.GingerPickled

Version Description
Build 42.0.0 DisplayName changed from Ginger Pickled to Ginger (Pickled).
EvolvedRecipe changed from {'Salad': '1', 'Sandwich': '1', 'Sandwich Baguette': '1', 'Soup': '1', 'Stew': '1', 'Stir fry': '1', 'Stir fry Griddle Pan': '1'} to {'Salad': '1', 'Sandwich': '1', 'Soup': '1', 'Stew': '1', 'Stir fry': '1'}.
StaticModel added with value GingerPickled_Ground.
Build 41.78 WorldStaticModel added with value GingerPickled_Ground.
Build 41.72 EvolvedRecipe changed from {'Sandwich': '5', 'Sandwich Baguette': '5'} to {'Salad': '1', 'Sandwich': '1', 'Sandwich Baguette': '1', 'Soup': '1', 'Stew': '1', 'Stir fry': '1', 'Stir fry Griddle Pan': '1'}.
FoodType changed from Egg to NoExplicit.
Spice added with value true.
Build 41.69 DisplayCategory added with value Food.
Build 41.65 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 GingerPickled
	{
		DisplayName = Ginger (Pickled),
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = GingerPickled,
		EvolvedRecipe = Salad:1;Sandwich:1;Soup:1;Stew:1;Stir fry:1,
		Spice = true,
		DaysFresh = 14,
		DaysTotallyRotten = 21,
		HungerChange = -5,
		Calories = 23,
		Carbohydrates = 0.22,
		Lipids = 1.18,
		Proteins = 2.55,
		FoodType = NoExplicit,
		StaticModel = GingerPickled_Ground,
		WorldStaticModel = GingerPickled_Ground,
	}

See also