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

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]
Parts of this page may have been automatically updated to the latest build (42.0.2).
Rice Vinegar
RiceVinegar Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Packaged
True
Nutrition
HungerUI Hunger.png
-20
CaloriesCalories
20
CarbohydratesCarbohydrates
0
ProteinsProteins
0
FatFat
0
Effect
UnhappinessUI Unhappy.png
50
Cooking
Spice
True
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
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
Taco.png
Taco (crafted)
2
Burrito.png
Burrito (crafted)
2

Location

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

RiceVinegar 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%
generalstore cardboardbox 11.21%
generalstore crate 11.21%
generalstore shelves 11.21%
generalstore smallbox 11.21%
gigamart shelves 11.21%
grocery shelves 11.21%
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
- - - - - - -

Rice vinegar can be found in kitchen counters and refrigerators.

History

Base.RiceVinegar

Version Description
Build 42.0.0 CustomContextMenu added with value Drink.
CustomEatSound added with value DrinkingFromCan.
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', 'Taco': '2', 'Burrito': '2'} to {'Sandwich': '2', 'Burger': '2', 'Rice': '2', 'Pasta': '2', 'Stir fry': '2', 'Salad': '2', 'Taco': '2', 'Burrito': '2'}.
StaticModel added with value RiceVinegar_Ground.
Build 41.72 FoodType added with value NoExplicit.
Build 41.69 DisplayCategory added with value Food.
Build 41.66 WorldStaticModel added with value RiceVinegar_Ground.
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 RiceVinegar
	{
		DisplayName = Rice Vinegar,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = RiceVinegar,
		CantBeFrozen = TRUE,
		EatType = glugFood,
		EvolvedRecipe = Sandwich:2;Burger:2;Rice:2;Pasta:2;Stir fry:2;Salad:2;Taco:2;Burrito:2,
		Packaged = TRUE,
		Spice = true,
		HungerChange = -20,
		UnhappyChange = 50,
		Calories = 20,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromCan,
		StaticModel = RiceVinegar_Ground,
		WorldStaticModel = RiceVinegar_Ground,
		FoodType = NoExplicit,
	}

See also