![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Soy Sauce
Jump to navigation
Jump to search
![]() |
---|
Navigation: | Main>Project Zomboid>Items>Food>Non-Perishable Food>Soy Sauce | Page updated: Version 41.73 |
---|
Soy Sauce | ||
---|---|---|
![]() | ||
| ||
General | ||
Category | Food | |
Weight | 0.2 | |
Packaged | Yes | |
Nutrition | ||
Hunger | -10 | |
Thirst | +40 | |
Calories | 20 | |
Carbohydrates | 0 | |
Proteins | 0 | |
Fat | 0 | |
Effect | ||
Unhappiness | +20 | |
Technical details | ||
Item ID | Base.Soysauce |
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 |
---|---|
![]() Salad |
2 |
![]() Stir Fry |
2 |
![]() Sandwich |
2 |
![]() Burger |
2 |
![]() Rice Pot/Saucepan |
2 |
![]() Pasta Pot/Saucepan |
2 |
Distribution
Soy sauce can be found in kitchen counters and refrigerators.
Gallery
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
Retrieved: Build 41.73
item Soysauce { DisplayName = Soy sauce, DisplayCategory = Food, Type = Food, Weight = 0.2, Icon = Soysauce, CantBeFrozen = TRUE, EvolvedRecipe = 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, Packaged = TRUE, Spice = true, HungerChange = -10, ThirstChange = 40, UnhappyChange = +20, Calories = 20, Carbohydrates = 0, Lipids = 0, Proteins = 0, WorldStaticModel = Soysauce_Ground, FoodType = NoExplicit, }
See also