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

Hot Sauce

From PZwiki
Project ZomboidItemsFoodSpicesHot Sauce
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Hot Sauce
HotSauce Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Packaged
True
Nutrition
HungerUI Hunger.png
-16
CaloriesCalories
430
CarbohydratesCarbohydrates
270
ProteinsProteins
0
FatFat
0
Effect
UnhappinessUI Unhappy.png
20
Cooking
Spice
True
Technical
Item ID
Base.Hotsauce

Hot sauce is a non-perishable 'spice' food item used in cooking.

Usage

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

Crafting

Main article: Cooking

Evolved recipes

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

Product Nutrition
Stir Fry
Stir Fry
4
SandwichSandwich
Sandwich
2
Burger
Burger
2
Rice Pot/SaucepanRice Pot/Saucepan
Rice Pot/Saucepan
2
Rice Pot/SaucepanRice Pot/Saucepan
Pasta Pot/Saucepan
2
Taco.png
Taco (crafted)
2
Burrito.png
Burrito (crafted)
2
PanFull.png
Omelette (crafted)
2
PizzaWhole.png
Pizza (crafted)
4
BeverageBeverageBeverageBeverageBeverageBeverageBeverage
Beverage
1
BeerBeer
Beer
1

Location

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

Hotsauce 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 2.57%
bandkitchen fridge 4.44%
burgerkitchen counter 23.67%
cafeteriakitchen counter 23.67%
chinesekitchen counter 23.67%
chinesekitchen fridge 4.44%
deepfry_kitchen counter 23.67%
deepfry_kitchen fridge 4.44%
dinerkitchen counter 23.67%
dinerkitchen fridge 4.44%
fishchipskitchen counter 23.67%
generalstore crate 23.67%
generalstore shelves 23.67%
generalstorestorage shelves 23.67%
gigamart crate 23.67%
gigamart shelves 23.67%
grocery crate 23.67%
grocery shelves 23.67%
grocery smallcrate 23.67%
jayschicken_kitchen counter 23.67%
mexicankitchen counter 41.46%
mexicankitchen counter 23.67%
mexicankitchen crate 76.71%
mexicankitchen crate 41.46%
mexicankitchen crate 23.67%
mexicankitchen fridge 11.21%
mexicankitchen metal_shelves 76.71%
mexicankitchen metal_shelves 41.46%
mexicankitchen metal_shelves 23.67%
restaurantkitchen counter 23.67%
restaurantkitchen fridge 4.44%
spiffoskitchen counter 23.67%
westernkitchen counter 41.46%
westernkitchen counter 23.67%

Hot sauce can be found in kitchen counters and refrigerators.

History

Base.Hotsauce

Version Description
Build 41.78 WorldStaticModel added with value HotSauce.
Build 41.72 EvolvedRecipe changed from {'Omelette': '2', 'Sandwich': '2', 'Sandwich Baguette': '2', 'Burger': '2', 'RicePot': '2', 'RicePan': '2', 'PastaPot': '2', 'PastaPan': '2', 'Taco': '2', 'Burrito': '2'} to {'Pizza': '4', 'Omelette': '2', 'Sandwich': '2', 'Sandwich Baguette': '2', 'Burger': '2', 'RicePot': '2', 'RicePan': '2', 'PastaPot': '2', 'PastaPan': '2', 'Taco': '2', 'Burrito': '2', 'Beverage': '1', 'Beverage2': '1', 'Stir fry': '4', 'Stir fry Griddle Pan': '4', 'Beer': '1', 'Beer2': '1'}.
FoodType added with value NoExplicit.
HungerChange changed from -15 to -16.
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.txt

Retrieved: Build 41.78.16
item Hotsauce
	{
		DisplayName = Hot sauce,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Hotsauce,
		CantBeFrozen = TRUE,
		EvolvedRecipe = Pizza:4;Omelette:2;Sandwich:2;Sandwich Baguette:2;Burger:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2;Taco:2;Burrito:2;Beverage:1;Beverage2:1;Stir fry:4;Stir fry Griddle Pan:4;Beer:1;Beer2:1,
		Packaged = TRUE,
		Spice = true,
		HungerChange = -16,
		UnhappyChange = 20,
		Calories = 430,
		Carbohydrates = 270,
		Lipids = 0,
		Proteins = 0,
		FoodType = NoExplicit,
		WorldStaticModel = HotSauce,
	}

See also