Common Mallow: Difference between revisions

From PZwiki
m (Automated Formatting for Infobox and Section Headers)
(added spice annotation to infobox, updated codebox content, added cooking spice use table)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Medical items|Medicinal plants}}
{{Header|Project Zomboid|Items|Medical items|Medicinal plants}}
{{Page version|41.68}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|model=CommonMallow_Model.png
|model=CommonMallow_Model.png
Line 17: Line 17:
<!--EFFECT-->
<!--EFFECT-->
|flu_change=-5
|flu_change=-5
<!--COOKING-->
|spice=True
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|item_id=Base.CommonMallow
|item_id=Base.CommonMallow
Line 27: Line 29:
{{Main|First Aid}}
{{Main|First Aid}}
Common mallow is primarily used in first aid, reducing a [[Moodles#Cold|cold]] by 5 when consumed. It is the only item that directly reduces the level of a cold.
Common mallow is primarily used in first aid, reducing a [[Moodles#Cold|cold]] by 5 when consumed. It is the only item that directly reduces the level of a cold.
==Cooking==
====Evolved recipes====
Common Mallow is a spice when used in cooking recipes, and therefore will not be included in the maximum number of ingredients.
{{EvolvedRecipesForItem|spice=true|Beverage=1|Omelette=1|Soup=1|Stew=1|Stirfrygriddlepan=1|Stirfry=1|Sandwich=1|SandwichBaguette=1|Salad=1|}}


==Distribution==
==Distribution==
Line 47: Line 54:
   | source = items_food.txt
   | source = items_food.txt
   | retrieved = true
   | retrieved = true
   | version = 41.68
   | version = 41.78.16
   | code =
   | code =
item CommonMallow
item CommonMallow
{
{
    DisplayCategory = FirstAid,
DisplayName = Common Mallow,
    HungerChange = -1,
DisplayCategory = FirstAid,
    Weight = 0.1,
Type = Food,
    Type = Food,
Weight = 0.1,
    DisplayName = Common Mallow,
Icon = CommonMallow,
    Icon = CommonMallow,
EvolvedRecipe = HotDrink:1;HotDrinkRed:1;HotDrinkWhite:1;HotDrinkSpiffo:1;HotDrinkTea:1;Soup:1;Stew:1;Stir fry Griddle Pan:1;Stir fry:1;Sandwich:1;Sandwich Baguette:1;Salad:1,
    FluReduction = 5,
Spice = true,
    Tooltip = Tooltip_Mallow,
FluReduction = 5,
    Carbohydrates = 0,
Tooltip = Tooltip_Mallow,
    Proteins = 0,
HungerChange = -1,
    Lipids = 0,
Calories = 0.1,
    Calories = 0.1,
Carbohydrates = 0,
    WorldStaticModel = CommonMallow,
Lipids = 0,
}
Proteins = 0,
WorldStaticModel = CommonMallow,
Tags = HerbalTea,
FoodType = Herb,
}
   }}
   }}
}}
}}

Revision as of 20:25, 22 March 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Common Mallow
CommonMallow Model.png
General
Category
First Aid
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Nutrition
HungerMoodle Icon Hungry.png
-1
CaloriesCalories
0.1
CarbohydratesCarbohydrates
0
ProteinsProteins
0
FatFat
0
Effect
ColdMoodle Icon Cold.png
-5
Cooking
Spice
True
Technical
Item ID
Base.CommonMallow
Eat to relieve cold and flu symptoms.
— Common Mallow in-game tooltip

Common mallow is a forageable herb used in first aid.

Usage

First Aid

Main article: First Aid

Common mallow is primarily used in first aid, reducing a cold by 5 when consumed. It is the only item that directly reduces the level of a cold.

Cooking

Evolved recipes

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

Product Nutrition
Soup
Soup
1
Stew
Stew
1
Salad
Salad
1
Sandwich
Sandwich
1
Omelette
Omelette
1
Beverage
Beverage
1

Distribution

Main article: Foraging

Common mallow can only be found via foraging, finding 2-8 at a time. It will never be found unless the player has the herbalist Herbalist trait or has read The Herbalist The Herbalist magazine.

Like other plants, common mallow cannot be found during winter. It is most common in deep forest, however can also be found in forest, vegetation, farmland and farm zones.

Park rangers will have a massive chance increase in finding common mallow, whilst veterans, farmers, chefs, burger flippers, doctors, nurses, fitness instructors and being unemployed will have a small chance increase.

Having the herbalist trait will further increase the chance of finding common mallow, whilst having the former scout, hiker, hunter, gardener, outdoorsman, cook or nutritionist traits will provide a minor increase.

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 CommonMallow
	{
		DisplayName = Common Mallow,
		DisplayCategory = FirstAid,
		Type = Food,
		Weight = 0.1,
		Icon = CommonMallow,
		EvolvedRecipe = HotDrink:1;HotDrinkRed:1;HotDrinkWhite:1;HotDrinkSpiffo:1;HotDrinkTea:1;Soup:1;Stew:1;Stir fry Griddle Pan:1;Stir fry:1;Sandwich:1;Sandwich Baguette:1;Salad:1,
		Spice = true,
		FluReduction = 5,
		Tooltip = Tooltip_Mallow,
		HungerChange = -1,
		Calories = 0.1,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = CommonMallow,
		Tags = HerbalTea,	
		FoodType = Herb,
	}

See also

Template:Navbox medical