Mustard: Difference between revisions

From PZwiki
No edit summary
m (Automated Formatting)
(48 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Food|Spices}}
{{Items
{{Page version|41.78.16}}
|image=CONDIMENTMustard.png
{{Infobox item
|weight = 0.5
|name=Mustard
|model=Mustard_Model.png
|icon=Mustard.png
|icon_name=Mustard
<!--GENERAL-->
|category=Food
|weight=0.2
|packaged=Yes
<!--NUTRITION-->
|hunger_change=-20
|calories=510
|lipids=0
|proteins=0
|carbohydrates=0
<!--EFFECT-->
|unhappy_change=+30
<!--TECHNICAL DETAILS-->
|item_id=Base.Mustard
}}
}}
'''Mustard''' is a non-perishable 'spice' [[food]] [[Items|item]] used in [[cooking]].


==Usage==
Mustard can be eaten raw, providing the player with some positive and negative effects. Mustard is more effective when used as [[cooking]] [[Recipe ingredients|ingredient]], as all negative effects are removed.


==Basic information==
==Crafting==
'''Mustard''' is a condiment that can be found in refrigerators. It does not spoil and can be used in several cooking recipes, which can be found at [[Recipe_Ingredients|this page.]]
{{Main|Cooking}}


===Evolved recipes===
Mustard is a spice when used in [[cooking]] [[Recipe ingredients|recipes]], therefore will not be included in the maximum number of ingredients.
{{EvolvedRecipesForItem|spice=true|sandwich=2|burger=2|rice=2|pasta=2|salad=2}}


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


[[Moodles#Hungry|Hunger]] -10
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|rowspan="3"|all
|[[fridge]]
|4
|0.2
|-
|[[fridge]]
|4
|0.2
|-
|[[fridge]]
|4
|0.2
|-
|bandkitchen
|[[fridge]]
|4
|1
|-
|breakroom
|[[fridge]]
|4
|1
|-
|rowspan="2"|burgerkitchen
|[[counter]]
|4
|1
|-
|[[fridge]]
|4
|1
|-
|cafeteriakitchen
|[[counter]]
|4
|1
|-
|deepfry_kitchen
|[[fridge]]
|4
|1
|-
|dinerkitchen
|[[fridge]]
|4
|1
|-
|generalstore
|[[crate]]
|4
|1
|-
|rowspan="2"|kitchen_crepe
|[[counter]]
|4
|1
|-
|[[fridge]]
|4
|1
|-
|restaurantkitchen
|[[fridge]]
|4
|1
|-
|spiffoskitchen
|[[fridge]]
|4
|1
|}
Mustard can be found in [[Containers#Kitchen_Counter|kitchen counters]], [[refrigerator]]s and the [[trunk]] of a [[Franklin Valuline#Spiffo's Van|Spiffo's van]].


[[Moodles#Unhappy|Unhappiness]] +30
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 5281
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Mustard
{
DisplayName = Mustard,
DisplayCategory = Food,
Type = Food,
Weight = 0.2,
Icon = Mustard,
CantBeFrozen = TRUE,
EvolvedRecipe = Sandwich:2;Sandwich Baguette:2;Burger:2;Salad:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2,
Packaged = TRUE,
Spice = true,
HungerChange = -20,
UnhappyChange = 30,
Calories = 510,
Carbohydrates = 0,
Lipids = 0,
Proteins = 0,
WorldStaticModel = Mustard,
FoodType = NoExplicit,
}
}}
}}
 
==See also==
*[[Hot Sauce]]
*[[Ketchup]]
*[[Soy Sauce]]
 
{{Navbox items|miscellaneous_food}}


{{Navbox/Consumables}}


[[Category:Consumables]]
[[Category:Non-perishable food]]
[[Category:Food]]
[[Category:Perishable Food]]

Revision as of 10:27, 14 April 2024

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

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

Usage

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

Crafting

Main article: Cooking

Evolved recipes

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

Product Nutrition
Salad
Salad
2
Sandwich
Sandwich
2
Burger
Burger
2
Rice Pot/Saucepan
Rice Pot/Saucepan
2
Pasta Pot/Saucepan
Pasta Pot/Saucepan
2

Distribution

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

Containers
Building/Room Container Rolls Chance
all fridge 4 0.2
fridge 4 0.2
fridge 4 0.2
bandkitchen fridge 4 1
breakroom fridge 4 1
burgerkitchen counter 4 1
fridge 4 1
cafeteriakitchen counter 4 1
deepfry_kitchen fridge 4 1
dinerkitchen fridge 4 1
generalstore crate 4 1
kitchen_crepe counter 4 1
fridge 4 1
restaurantkitchen fridge 4 1
spiffoskitchen fridge 4 1

Mustard can be found in kitchen counters, refrigerators and the trunk of a Spiffo's van.

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 Mustard
	{
		DisplayName = Mustard,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Mustard,
		CantBeFrozen = TRUE,
		EvolvedRecipe = Sandwich:2;Sandwich Baguette:2;Burger:2;Salad:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2,
		Packaged = TRUE,
		Spice = true,
		HungerChange = -20,
		UnhappyChange = 30,
		Calories = 510,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = Mustard,
		FoodType = NoExplicit,
	}

See also