Wasabi: Difference between revisions

From PZwiki
No edit summary
mNo edit summary
Line 1: Line 1:
{{languages|Wasabi}}
{{languages|Wasabi}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=65}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Wasabi
|display_name=Wasabi
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Wasabi.png
|image=Wasabi 120px.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.2
|weight=0.2
|packaged=True
|cant_be_frozen=true
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=0
|hunger_change=-10
|thirst_change=+20
|thirst_change=+20
<!--EFFECT-->
|calories=0
|unhappy_change=0
|lipids=0
<!--COOKING-->
|proteins=0
|spice=True
|carbohydrates=0
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Wasabi
|class_name=Base.Wasabi
Line 22: Line 20:


==Usage==
==Usage==
Wasabi is used as a spice in cooking recipes.  
Wasabi can be eaten raw, providing the player with some positive and negative effects. Butter is more effective when used as [[cooking]] [[Recipe Ingredients|ingredient]], as all negative effects are removed.


== Crafting ==
== Crafting ==
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
==== Evolved recipes ====
=== Evolved recipes ===
Wasabi is a spice when used in cooking recipes, therefore will not be included in the maximum number of ingredients.
Wasabi is a spice when used in [[cooking]] [[Recipe Ingredients|recipes]], therefore will not be included in the maximum number of ingredients.
{{EvolvedRecipesForItem|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}}
{{EvolvedRecipesForItem|spice=true|Soup=1|Stew=1|Pie=1|StirFry=1|Burger=1|Salad=1|RoastedVegetables=1|Rice=1|Pasta=1|Sandwich=1}}


==Distribution==
==Distribution==
Wasabi can be found in [[Containers#Kitchen_Counter|kitchen counters]] and [[refrigerator]]s.
Wasabi is often found inside [[Containers#Displays|displays]] in restaurant.


== Code ==
== Code ==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=65}}
{{Retrieved|version=41|incver=73}}
<pre>
<pre>
         item Wasabi
         item Wasabi
                HungerChange = -10,
{
                Weight = 0.2,
DisplayName = Wasabi,
                Type = Food,
DisplayCategory = Food,
                DisplayName = Wasabi,
Type = Food,
                Icon = Wasabi,
Weight = 0.2,
                Spice  =   true,
Icon = Wasabi,
                ThirstChange = 20,
DaysFresh = 4,
                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,
DaysTotallyRotten = 8,
                CantBeFrozen = TRUE,</pre>
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,
}</pre>


==See also==
==See also==
Line 53: Line 55:
*[[Mustard]]
*[[Mustard]]


{{Navbox/Consumables}}
{{Navbox food}}

Revision as of 09:14, 5 October 2022

Wasabi
Wasabi
General
Category Food
Encumbrance
Heavy Load
0.2
Nutrition
Hunger
Hunger
-10
Thirst
Thirst
+20
Calories
Calories
0
Carbohydrates
Carbohydrates
0
Proteins
Proteins
0
Fat
Fat
0
Technical details
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. Butter is more effective when used as 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
Soup
Soup
1
Stew
Stew
1
Salad
Salad
1
Stir Fry
Stir Fry
1
Roasted Vegetables
Roasted Vegetables
1
Sandwich
Sandwich
1
Burger
Burger
1
Pie (savory)
Pie (savory)
1
Rice Pot/Saucepan
Rice Pot/Saucepan
1
Pasta Pot/Saucepan
Pasta Pot/Saucepan
1

Distribution

Wasabi is often found inside displays in restaurant.

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

	
        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