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

Wasabi

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Wasabi
Wasabi
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Days fresh
4 days
Days until rotten
8 days
Nutrition
HungerUI Hunger.png
-10
ThirstUI Thristy.png
20
CaloriesCalories
0
CarbohydratesCarbohydrates
0
ProteinsProteins
0
FatFat
0
Cooking
Spice
True
Technical
Item ID
Base.Wasabi

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

Usage

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

Crafting

Main article: Cooking

Evolved recipes

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

Product Nutrition
PotFull.png
Soup
1
PotFull.png
Stew
1
TZ CraftSalat.png
Salad
1
Stir Fry
Stir Fry
1
RoastingpanFull.png
Roasted Vegetables
1
SandwichSandwich
Sandwich
1
Burger
Burger
1
PieWhole.png
Pie (savory)
1
Rice Pot/SaucepanRice Pot/Saucepan
Rice Pot/Saucepan
1
Rice Pot/SaucepanRice Pot/Saucepan
Pasta Pot/Saucepan
1

Location

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

Wasabi 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
sushikitchen counter 23.67%
sushikitchen fridge 19.68%

Wasabi is often found inside displays in restaurant.

Trivia

  • This item doesn't have a 3D model currently. When the item is dropped in game, it shows the 2D icon on the ground.

History

Base.Wasabi

Version Description
Build 41.72 FoodType added with value NoExplicit.
Build 41.69 CantBeFrozen removed.
DaysFresh added with value 4.
DaysTotallyRotten added with value 8.
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 Wasabi
	{
		DisplayName = Wasabi,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Wasabi,
		DaysFresh = 4,
		DaysTotallyRotten = 8,
		EvolvedRecipe = Soup:1;Stew:1;Pie:1;Stir fry Griddle Pan:1;Stir fry:1;Burger:1;Salad:1;Roasted Vegetables:1;RicePot:1;RicePan:1;PastaPot:1;PastaPan:1;Sandwich:1;Sandwich Baguette:1,
		Spice = true,
		HungerChange = -10,
		ThirstChange = 20,
		FoodType = NoExplicit,
	}

See also