Parsley: Difference between revisions

From PZwiki
(→‎Code: CodeBox update)
m (Automated Formatting)
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Food|Spices}}
{{header/sandbox2|Project Zomboid|Items|Food|Spices}}
{{Page version|41.78.16}}
{{page version|41.78.16}}
{{Infobox item
{{Infobox item
|name=Parsley
|name=Parsley
Line 20: Line 19:
|item_id=Base.Parsley
|item_id=Base.Parsley
}}
}}
'''Parsley''' is a [[Wild Herbs|wild herb]] which can be used as a [[Food#Non-Perishable|non-perishable]] [[food]] item or used in [[cooking]] as 'spice'.
A '''parsley''' is a [[Wild herbs|wild herb]] which can be used as a non-perishable [[food]] [[Items|item]] or used in [[cooking]] as ''spice''.


==Usage==
==Usage==
Line 26: Line 25:


==Distribution==
==Distribution==
Parsley does not spawn naturally and can only be obtained by [[foraging]].  
Parsley does not spawn naturally and can only be obtained by [[foraging]].


==Cooking==
==Cooking==
====Evolved recipes====
====Evolved recipes====
Parsley is a spice when used in cooking recipes, therefore will not be included in the maximum number of ingredients.
Parsley is a spice when used in cooking recipes, therefore will not be included in the maximum number of ingredients.
{{EvolvedRecipesForItem|spice=true||Pizza=1|Omelette=1|Pasta=1|Rice=1|RoastedVegetables=1|Salad=1|Sandwich=1|SandwichBaguette=1|Stew=1|Soup=1|Bread=1|Toast=1|Burger=1|Taco=1|Burrito=1|StirFry=1}}}
{{EvolvedRecipesForItem|spice=true|pizza=1|omelette=1|pasta=1|rice=1|roastedvegetables=1|salad=1|sandwich=1|sandwichbaguette=1|stew=1|soup=1|bread=1|toast=1|burger=1|taco=1|burrito=1|stirfry=1}}


==Foraging==
==Foraging==
Line 40: Line 39:
| {{CodeSnip
| {{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
  | start = 8589
   | source = items_food.txt
   | source = items_food.txt
   | retrieved = true
   | retrieved = true
   | version = 41
   | version = 41.78.16
  | incver = 78.16
   | code =
   | code =
item Parsley
item Parsley
{
{
    DisplayName           = Parsley,
DisplayName = Parsley,
    DisplayCategory       = Food,
DisplayCategory = Food,
    Type                 = Food,
Type = Food,
    Weight               = 0.1,
Weight = 0.1,
    Icon                 = HerbParsley,
Icon = HerbParsley,
    EvolvedRecipe         = Stir fry:1;Roasted Vegetables:1;Pizza:1;Omelette:1;PastaPan:1;PastaPot:1;RicePan:1;RicePot:1;Roasted Vegetables:1;Salad:1;Sandwich:1;Sandwich Baguette:1;Stew:1;Soup:1;Bread:1;Toast:1;Burger:1;Burrito:1;Taco:1,
EvolvedRecipe = Stir fry:1;Roasted Vegetables:1;Pizza:1;Omelette:1;PastaPan:1;PastaPot:1;RicePan:1;RicePot:1;Roasted Vegetables:1;Salad:1;Sandwich:1;Sandwich Baguette:1;Stew:1;Soup:1;Bread:1;Toast:1;Burger:1;Burrito:1;Taco:1,
    Spice                 = true,
Spice = true,
    HungerChange         = -1,
HungerChange = -1,
    Calories             = 0.1,
Calories = 0.1,
    Carbohydrates         = 0,
Carbohydrates = 0,
    Lipids               = 0,
Lipids = 0,
    Proteins             = 0,
Proteins = 0,
    WorldStaticModel     = HerbParsley_Ground,
WorldStaticModel = HerbParsley_Ground,
    FoodType             = Herb,
FoodType = Herb,
}
}
  }}
}}
}}
}}


Line 69: Line 68:
*[[Wild Herbs]]
*[[Wild Herbs]]


{{Navbox food}}
{{Navbox items|plants}}
 
 
[[Category:Wild herbs]]
[[Category:Wild herbs]]
[[Category:Non-perishable food]]
[[Category:Non-perishable food]]

Latest revision as of 10:46, 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]
Parsley
HerbParsley Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Nutrition
HungerMoodle Icon Hungry.png
-1
CaloriesCalories
0.1
CarbohydratesCarbohydrates
0
ProteinsProteins
0
FatFat
0
Cooking
Spice
True
Technical
Item ID
Base.Parsley

A parsley is a wild herb which can be used as a non-perishable food item or used in cooking as spice.

Usage

Parsley is used as spice in cooking recipes.

Distribution

Parsley does not spawn naturally and can only be obtained by foraging.

Cooking

Evolved recipes

Parsley 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
Rice Pot/Saucepan
Rice Pot/Saucepan
1
Pasta Pot/Saucepan
Pasta Pot/Saucepan
1
Taco
Taco
1
Burrito
Burrito
1
Omelette
Omelette
1
Pizza
Pizza
1
Bread
Bread
1
Toast
Toast
1

Foraging

Parsley can only be found by foraging.

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 Parsley
	{
		DisplayName = Parsley,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = HerbParsley,
		EvolvedRecipe = Stir fry:1;Roasted Vegetables:1;Pizza:1;Omelette:1;PastaPan:1;PastaPot:1;RicePan:1;RicePot:1;Roasted Vegetables:1;Salad:1;Sandwich:1;Sandwich Baguette:1;Stew:1;Soup:1;Bread:1;Toast:1;Burger:1;Burrito:1;Taco:1,
		Spice = true,
		HungerChange = -1,
		Calories = 0.1,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = HerbParsley_Ground,
		FoodType = Herb,
	}

See also