Rice Vinegar

From PZwiki
Project ZomboidItemsFoodSpicesRice Vinegar
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Rice Vinegar
RiceVinegar Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Packaged
Yes
Nutrition
HungerMoodle Icon Hungry.png
-20
CaloriesCalories
20
CarbohydratesCarbohydrates
0
ProteinsProteins
0
FatFat
0
Effect
UnhappinessMoodle Icon Unhappy.png
+50
Technical
Item ID
Base.RiceVinegar

Rice vinegar is a non-perishable 'spice' food item used in cooking.

Usage

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

Crafting

Main article: Cooking

Evolved recipes

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

Product Nutrition
Salad
Salad
2
Stir Fry
Stir Fry
2
Roasted Vegetables
Roasted Vegetables
2
Sandwich
Sandwich
2
Burger
Burger
2
Rice Pot/Saucepan
Rice Pot/Saucepan
2
Pasta Pot/Saucepan
Pasta Pot/Saucepan
2
Taco
Taco
2
Burrito
Burrito
2

Distribution

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

Containers
Building/Room Container Rolls Chance
generalstore crate 4 6
sushikitchen counter 4 1
counter 4 1
counter 4 2
crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5

Rice vinegar can be found in kitchen counters and refrigerators.

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 RiceVinegar
	{
		DisplayName = Rice Vinegar,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = RiceVinegar,
		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;Taco:2;Burrito:2,
		Packaged = TRUE,
		Spice = true,
		HungerChange = -20,
		UnhappyChange = 50,
		Calories = 20,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = RiceVinegar_Ground,
		FoodType = NoExplicit,
	}

See also