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

Soy Sauce

From PZwiki
Project ZomboidItemsFoodSpicesSoy Sauce
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).
Soy Sauce
Soysauce Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Packaged
True
Nutrition
HungerUI Hunger.png
-10
ThirstUI Thristy.png
40
CaloriesCalories
20
CarbohydratesCarbohydrates
0
ProteinsProteins
0
FatFat
0
Effect
UnhappinessUI Unhappy.png
50
Cooking
Spice
True
Technical
Item ID
Base.Soysauce

A soy sauce is a non-perishable spice food item used in cooking.

Usage

Soy sauce can be eaten raw, providing the player with some positive and negative effects. Soy sauce is more effective when used as cooking ingredient, as all negative effects are removed.

Crafting

Main article: Cooking

Evolved recipes

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

Product Nutrition
TZ CraftSalat.png
Salad
2
Stir Fry
Stir Fry
2
RoastingpanFull.png
Roasted Vegetables
2
SandwichSandwich
Sandwich
2
Burger
Burger
2
Rice Pot/SaucepanRice Pot/Saucepan
Rice Pot/Saucepan
2
Rice Pot/SaucepanRice Pot/Saucepan
Pasta Pot/Saucepan
2

Location

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

Soysauce 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 dishescabinet 23.67%
all fridge 3.35%
all fridge 1.65%
chinesekitchen cardboardbox 76.71%
chinesekitchen cardboardbox 41.46%
chinesekitchen cardboardbox 23.67%
chinesekitchen counter 41.46%
chinesekitchen counter 23.67%
chinesekitchen counter 19.68%
chinesekitchen crate 76.71%
chinesekitchen crate 41.46%
chinesekitchen crate 23.67%
chinesekitchen metal_shelves 76.71%
chinesekitchen metal_shelves 41.46%
chinesekitchen metal_shelves 23.67%
chinesekitchen smallbox 76.71%
chinesekitchen smallbox 41.46%
chinesekitchen smallbox 23.67%
generalstore cardboardbox 19.68%
generalstore crate 19.68%
generalstore shelves 19.68%
generalstore smallbox 19.68%
gigamart shelves 19.68%
grocery shelves 19.68%
jerkyfactory metal_shelves 19.68%
jerkyshipping metal_shelves 19.68%
livingroom fridge 3.35%
livingroom fridge 1.65%
SafehouseLoot fridge 6.74%
SafehouseLoot_Mid fridge 4.44%
sushikitchen cardboardbox 76.71%
sushikitchen cardboardbox 41.46%
sushikitchen cardboardbox 23.67%
sushikitchen counter 41.46%
sushikitchen counter 23.67%
sushikitchen counter 11.21%
sushikitchen crate 76.71%
sushikitchen crate 41.46%
sushikitchen crate 23.67%
sushikitchen fridge 19.68%
sushikitchen metal_shelves 76.71%
sushikitchen metal_shelves 41.46%
sushikitchen metal_shelves 23.67%
sushikitchen smallbox 76.71%
sushikitchen smallbox 41.46%
sushikitchen smallbox 23.67%
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
- - - - - - -

Trivia

  • Currently, due to error, "Soy Sauce" is called "Soy sauce" in-game.

History

Base.Soysauce

Version Description
Build 42.0.0 CustomContextMenu added with value Drink.
CustomEatSound added with value DrinkingFromCan.
DisplayName changed from Soy sauce to Soy Sauce.
EatType added with value glugFood.
EvolvedRecipe changed from {'Sandwich': '2', 'Sandwich Baguette': '2', 'Burger': '2', 'RicePot': '2', 'RicePan': '2', 'PastaPot': '2', 'PastaPan': '2', 'Stir fry Griddle Pan': '2', 'Stir fry': '2', 'Salad': '2', 'Roasted Vegetables': '2'} to {'Sandwich': '2', 'Burger': '2', 'Rice': '2', 'Pasta': '2', 'Stir fry': '2', 'Salad': '2'}.
StaticModel added with value Soysauce_Ground.
Build 41.72 FoodType added with value NoExplicit.
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_spice.txt

Retrieved: Build 42.0.2
item Soysauce
	{
		DisplayName = Soy Sauce,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Soysauce,
		CantBeFrozen = TRUE,
		EatType = glugFood,
		EvolvedRecipe = Sandwich:2;Burger:2;Rice:2;Pasta:2;Stir fry:2;Salad:2,
		Packaged = TRUE,
		Spice = true,
		HungerChange = -10,
		ThirstChange = 40,
		UnhappyChange = 50,
		Calories = 20,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromCan,
		StaticModel = Soysauce_Ground,
		WorldStaticModel = Soysauce_Ground,
		FoodType = NoExplicit,
	}

See also