Medicinal plants: Difference between revisions

From PZwiki
(added placeholder format, wip)
 
m (→‎First Aid: Use "Main" template)
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{languages|Medicinal Herbs}}
{{languages|Medicinal Herbs}}
{{header|The Game World|Items|version=Version 39|incver=51}}
{{header|The Game World|Items|Consumables|Medical Items|version=Version 40|incver=43}}{{Infobox food
{{Items
|image = MedicinalHerbsAnim_120px.gif
|image = PlantainPlantago.png
|name_colour=Medical
|name_text_colour=Medical
|weight = 0.1
|weight = 0.1
}}
<!--NUTRITION-->
{{Notice|Underconstruction}}
|hunger_change=-1
'''''*NOTE: Details coming soon. See [[Foraging]] for now.*'''''
|calories=0.1
|lipids=0
|proteins=0
|carbohydrates=0
}}A '''medicinal herb''' is any one of the herbs [[foraging|forageable]] by a [[Traits#Positives|herbalist]].
 
==Usage==
===First Aid===
{{Main|First Aid}}
There are seven different types of medicinal herbs, with each having a unique effect applying to the [[player]]'s [[health]] once consumed. Plantain, comfrey, and wild garlic must first be [[#Crafting|crafted]] into a [[poultice]] using a [[Mortar and Pestle|mortar and pestle]], whilst the others can be consumed raw.
{| class="pztable unsortable" style="text-align:center;"
|-
!Item
!Description
!Effect
|-
|  [[File:BlackSage.png|32px|link=Medicinal Herbs|Black Sage]] <br> Black Sage || Provides mild pain relief. || Reduce [[Moodles#In Pain|pain]] by 7
|-
|  [[File:Comfrey.png|32px|link=Medicinal Herbs|Comfrey]] <br> Comfrey || Aids recovery from broken bones when applied as a poultice. || -
|-
|  [[File:CommonMallow.png|32px|link=Medicinal Herbs|Common Mallow]] <br> Common Mallow || Eat to relieve cold and flu symptoms. || Reduce [[Moodles#Cold|cold]] symptoms by 5
|-
|  [[File:Ginseng.png|32px|link=Medicinal Herbs|Ginseng]] <br> Ginseng || Eat to restore endurance. || Reduce [[Moodles#Endurance|exertion]] by 2
|-
|  [[File:LemonGrass.png|32px|link=Medicinal Herbs|Lemon Grass]] <br> Lemon Grass || Eat to soothe bouts of food poisoning. || Reduce [[Health#Other Injuries|food sickness]] by 10
|-
|  [[File:Plantain.png|32px|link=Medicinal Herbs|Plantain]] <br> Plantain || Aids recovery from wounds when applied as a poultice. || -
|-
[[File:WildGarlic.png|32px|link=Medicinal Herbs|Wild Garlic]] <br> Wild Garlic || Helps to fight against infection when applied as poultice. || -
|-
|}


== Crafting ==
== Crafting ==
Craftable Poultices
{{Crafting table header}}
{| class="wikitable sortable" style="text-align:center;"  
{{RecipeLookup|8005}}
|-
{{RecipeLookup|8006}}
! Output
{{RecipeLookup|8007}}
! class="unsortable" | Ingredients
{{Crafting table footer}}
! class="unsortable" | Description
 
! Skill Level
==Distribution==
<!--Comment: Recipe code example {{RecipeLookup|1008}}-->
Medicinal herbs can only be found by [[foraging]]. They will ''never'' be found unless the player has the [[Traits#Positives|herbalist]] [[File:TraitHerbalist.png|link=Traits#Positives|Herbalist]] trait or read ''[[Recipe Magazines#Foraging|The Herbalist]]'' [[File:MagazineFood.png|link=Recipe Magazines#Foraging|The Heabalist]] magazine.
 
==Item IDs==
{| class="pztable" style="text-align:center;"
! style="width:50px" | Icon
! style="width:200px" | Name
! style="width:220px" | Base ID
|-
| [[File:PlantainPlantago.png]]
| Plantain
| {{ID|Base.Plantain}}
|-
| [[File:Comfrey.png]]
| Comfrey
| {{ID|Base.Comfrey}}
|-
| [[File:WildGarlic.png]]
| WildGarlic
| {{ID|Base.WildGarlic}}
|-
| [[File:CommonMallow.png]]
| Common Mallow
| {{ID|Base.CommonMallow}}
|-
| [[File:LemonGrass.png]]
| Common Lemon Grass
| {{ID|Base.LemonGrass}}
|-
| [[File:BlackSage.png]]
| Common Black Sage
| {{ID|Base.BlackSage}}
|-
| [[File:Ginseng.png]]
| Common Ginseng
| {{ID|Base.Ginseng}}
|-
|}
|}


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
 
item Plantain
''Plantain'' [[File:PlantainPlantago.png]]
{{Retrieved|version=40|incver=43}}
<pre> item Plantain
Weight = 0.1,
Weight = 0.1,
Type = Normal,
Type = Normal,
DisplayName = Plantain,
DisplayName = Plantain,
Icon = PlantainPlantago,
Icon = PlantainPlantago,
Tooltip = Tooltip_Plantain,
Tooltip = Tooltip_Plantain,</pre>
</nowiki>
''Comfrey'' [[File:Comfrey.png]]
{{Retrieved|version=40|incver=43}}
<pre> item Comfrey
Weight = 0.1,
Type = Normal,
DisplayName = Comfrey,
Icon = Comfrey,
Tooltip = Tooltip_Comfrey,</pre>
''Wild Garlic'' [[File:WildGarlic.png]]
{{Retrieved|version=40|incver=43}}
<pre> item WildGarlic
Weight = 0.1,
Type = Normal,
DisplayName = Wild Garlic,
Icon = WildGarlic,
Tooltip = Tooltip_Garlic,</pre>
''Common Mallow'' [[File:CommonMallow.png]]
{{Retrieved|version=40|incver=43}}
<pre> item CommonMallow
HungerChange = -1,
Weight = 0.1,
Type = Food,
DisplayName = Common Mallow,
Icon = CommonMallow,
FluReduction = 5,
Tooltip = Tooltip_Mallow,
Carbohydrates = 0,
Proteins = 0,
Lipids = 0,
Calories = 0.1,</pre>
''Lemon Grass'' [[File:LemonGrass.png]]
{{Retrieved|version=40|incver=43}}
<pre> item LemonGrass
HungerChange = -1,
Weight = 0.1,
Type = Food,
DisplayName = Lemon Grass,
Icon = LemonGrass,
ReduceFoodSickness = 10,
Tooltip = Tooltip_LemonGrass,
Carbohydrates = 0,
Proteins = 0,
Lipids = 0,
Calories = 0.1,</pre>
''Black Sage'' [[File:BlackSage.png]]
{{Retrieved|version=40|incver=43}}
<pre> item BlackSage
HungerChange = -1,
Weight = 0.1,
Type = Food,
DisplayName = Black Sage,
Icon = BlackSage,
PainReduction = 7,
Tooltip = Tooltip_BlackSage,
Carbohydrates = 0,
Proteins = 0,
Lipids = 0,
Calories = 0.1,</pre>
''Ginseng'' [[File:Ginseng.png]]
{{Retrieved|version=40|incver=43}}
<pre> item Ginseng
HungerChange = -1,
Weight = 0.1,
Type = Food,
DisplayName = Ginseng,
Icon = Ginseng,
EnduranceChange = 2,
Tooltip = Tooltip_Ginseng,
Carbohydrates = 0,
Proteins = 0,
Lipids = 0,
Calories = 0.1,</pre>


==See Also==
==See also==
* [[Foraging]]
* [[Foraging]]
* [[Moodles]]
* [[Medical Items|Other Medical Items]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Medical Items]]
[[Category:Items]]

Revision as of 19:34, 26 July 2019

Medicinal plants
{{{display_name}}}
General
Category Food
Encumbrance
Heavy Load
0.1
Nutrition
Hunger
Hunger
-1
Calories
Calories
0.1
Carbohydrates
Carbohydrates
0
Proteins
Proteins
0
Fat
Fat
0
Technical details
Item ID Item IDs

A medicinal herb is any one of the herbs forageable by a herbalist.

Usage

First Aid

Main article: First Aid

There are seven different types of medicinal herbs, with each having a unique effect applying to the player's health once consumed. Plantain, comfrey, and wild garlic must first be crafted into a poultice using a mortar and pestle, whilst the others can be consumed raw.

Item Description Effect
Black Sage
Black Sage
Provides mild pain relief. Reduce pain by 7
Comfrey
Comfrey
Aids recovery from broken bones when applied as a poultice. -
Common Mallow
Common Mallow
Eat to relieve cold and flu symptoms. Reduce cold symptoms by 5
Ginseng
Ginseng
Eat to restore endurance. Reduce exertion by 2
Lemon Grass
Lemon Grass
Eat to soothe bouts of food poisoning. Reduce food sickness by 10
Plantain
Plantain
Aids recovery from wounds when applied as a poultice. -
Wild Garlic
Wild Garlic
Helps to fight against infection when applied as poultice. -

Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Medicinal herbs can only be found by foraging. They will never be found unless the player has the herbalist Herbalist trait or read The Herbalist The Heabalist magazine.

Item IDs

Icon Name Base ID
PlantainPlantago.png Plantain Base.Plantain
Comfrey.png Comfrey Base.Comfrey
WildGarlic.png WildGarlic Base.WildGarlic
CommonMallow.png Common Mallow Base.CommonMallow
LemonGrass.png Common Lemon Grass Base.LemonGrass
BlackSage.png Common Black Sage Base.BlackSage
Ginseng.png Common Ginseng Base.Ginseng

Code

From newitems.txt (Project Zomboid directory/media/scripts/)

Plantain PlantainPlantago.png Retrieved: Build 40.43

	item Plantain
		Weight		= 0.1,
		Type		= Normal,
		DisplayName	= Plantain,
		Icon		= PlantainPlantago,
		Tooltip 	= Tooltip_Plantain,

Comfrey Comfrey.png Retrieved: Build 40.43

	item Comfrey
		Weight		= 0.1,
		Type		= Normal,
		DisplayName	= Comfrey,
		Icon		= Comfrey,
		Tooltip 	= Tooltip_Comfrey,

Wild Garlic WildGarlic.png Retrieved: Build 40.43

	item WildGarlic
		Weight		= 0.1,
		Type		= Normal,
		DisplayName	= Wild Garlic,
		Icon		= WildGarlic,
		Tooltip 	= Tooltip_Garlic,

Common Mallow CommonMallow.png Retrieved: Build 40.43

	item CommonMallow
		HungerChange	= -1,
		Weight		= 0.1,
		Type		= Food,
		DisplayName	= Common Mallow,
		Icon		= CommonMallow,
		FluReduction	= 5,
		Tooltip 	= Tooltip_Mallow,
		Carbohydrates	= 0,
		Proteins	= 0,
		Lipids		= 0,
		Calories	= 0.1,

Lemon Grass LemonGrass.png Retrieved: Build 40.43

	item LemonGrass
		HungerChange		= -1,
		Weight			= 0.1,
		Type			= Food,
		DisplayName		= Lemon Grass,
		Icon			= LemonGrass,
		ReduceFoodSickness	= 10,
		Tooltip 		= Tooltip_LemonGrass,
		Carbohydrates		= 0,
		Proteins		= 0,
		Lipids			= 0,
		Calories		= 0.1,

Black Sage BlackSage.png Retrieved: Build 40.43

	item BlackSage
		HungerChange	= -1,
		Weight		= 0.1,
		Type		= Food,
		DisplayName	= Black Sage,
		Icon		= BlackSage,
		PainReduction	= 7,
		Tooltip 	= Tooltip_BlackSage,
		Carbohydrates	= 0,
		Proteins	= 0,
		Lipids		= 0,
		Calories	= 0.1,

Ginseng Ginseng.png Retrieved: Build 40.43

	item Ginseng
		HungerChange	= -1,
		Weight		= 0.1,
		Type		= Food,
		DisplayName	= Ginseng,
		Icon		= Ginseng,
		EnduranceChange	= 2,
		Tooltip 	= Tooltip_Ginseng,
		Carbohydrates	= 0,
		Proteins	= 0,
		Lipids		= 0,
		Calories	= 0.1,

See also

Template:Navbox/Consumables