Medicinal plants: Difference between revisions

From PZwiki
(added placeholder format, wip)
 
(Added code, recipes, animated icon, see also and description)
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 39|incver=52}}
{{Items
{{Items
|image = PlantainPlantago.png
|image = MedicinalHerbsAnim_120px.gif
|weight = 0.1
|weight = 0.1
}}
}}
{{Notice|Underconstruction}}
[[Medicinal Herbs]] are an [[item]] that 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 Hearbalist]] magazine. Each herb has a unique effect on the player's health once consumed. The plantain, comfrey and wild garlic must first be crafted into a [[poultice]] using a [[Mortar and Pestle|mortar and pestle]], whilst the others can be consumed raw.
'''''*NOTE: Details coming soon. See [[Foraging]] for now.*'''''
 
{| class="wikitable unsortable" style="text-align:center;"
|-
!Item
!Description
!Effect
|-
|  [[File:BlackSage.png|32px|link=Medicinal Herbs|Black Sage]] <br> [[Medicinal Herbs|Black Sage]] || Provides mild pain relief. || Reduce [[Moodles#In Pain|pain]] by 7
|-
|  [[File:Comfrey.png|32px|link=Medicinal Herbs|Comfrey]] <br> [[Medicinal Herbs|Comfrey]] || Aids recovery from broken bones when applied as a poultice. || -
|-
|  [[File:CommonMallow.png|32px|link=Medicinal Herbs|Common Mallow]] <br> [[Medicinal Herbs|Common Mallow]] || Eat to relieve cold and flu symptoms. || Reduce [[Moodles#Cold|cold]] symptioms by 5
|-
|  [[File:Ginseng.png|32px|link=Medicinal Herbs|Ginseng]] <br> [[Medicinal Herbs|Ginseng]] || Eat to restore endurance. || Reduce [[Moodles#Endurance|exertion]] by 2
|-
|  [[File:LemonGrass.png|32px|link=Medicinal Herbs|Lemon Grass]] <br> [[Medicinal Herbs|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> [[Medicinal Herbs|Plantain]] || Aids recovery from wounds when appliced as a poultice. || -
|-
|  [[File:WildGarlic.png|32px|link=Medicinal Herbs|Wild Garlic]] <br> [[Medicinal Herbs|Wild Garlic]] || Helps to fight against infection when applied as poultice. || -
|-
|}


== Crafting ==
== Crafting ==
Craftable Poultices
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
|-  
|-  
Line 16: Line 36:
! class="unsortable" | Description
! class="unsortable" | Description
! Skill Level
! Skill Level
<!--Comment: Recipe code example {{RecipeLookup|1008}}-->
{{RecipeLookup|8005}}
{{RecipeLookup|8006}}
{{RecipeLookup|8007}}
|}
|}


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
''Plantain'' [[File:PlantainPlantago.png]]
  <nowiki>
  <nowiki>
item Plantain
item Plantain
Line 28: Line 52:
Icon = PlantainPlantago,
Icon = PlantainPlantago,
Tooltip = Tooltip_Plantain,
Tooltip = Tooltip_Plantain,
</nowiki>
''Comfrey'' [[File:Comfrey.png]]
<nowiki>
item Comfrey
Weight = 0.1,
Type = Normal,
DisplayName = Comfrey,
Icon = Comfrey,
Tooltip = Tooltip_Comfrey,
</nowiki>
''Wild Garlic'' [[File:WildGarlic.png]]
<nowiki>
item WildGarlic
Weight = 0.1,
Type = Normal,
DisplayName = Wild Garlic,
Icon = WildGarlic,
Tooltip = Tooltip_Garlic,
</nowiki>
''Common Mallow'' [[File:CommonMallow.png]]
<nowiki>
item CommonMallow
HungerChange = -1,
Weight = 0.1,
Type = Food,
DisplayName = Common Mallow,
Icon = CommonMallow,
FluReduction = 5,
Tooltip = Tooltip_Mallow,
</nowiki>
''Lemon Grass'' [[File:LemonGrass.png]]
<nowiki>
item LemonGrass
HungerChange = -1,
Weight = 0.1,
Type = Normal,
DisplayName = Lemon Grass,
Icon = LemonGrass,
ReduceFoodSickness = 10,
Tooltip = Tooltip_LemonGrass,
</nowiki>
''Black Sage'' [[File:BlackSage.png]]
<nowiki>
item BlackSage
HungerChange = -1,
Weight = 0.1,
Type = Food,
DisplayName = Black Sage,
Icon = BlackSage,
PainReduction = 7,
Tooltip = Tooltip_BlackSage,
</nowiki>
''Ginseng'' [[File:Ginseng.png]]
<nowiki>
item Ginseng
HungerChange = -1,
Weight = 0.1,
Type = Food,
DisplayName = Ginseng,
Icon = Ginseng,
EnduranceChange = 2,
Tooltip = Tooltip_Ginseng,
</nowiki>
</nowiki>


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


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

Revision as of 15:54, 28 April 2018

Template:Items Medicinal plants are an item that can only be found by foraging. They will never be found unless the player has the Herbalist Herbalist trait or read The Herbalist The Hearbalist magazine. Each herb has a unique effect on the player's health once consumed. The 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 symptioms 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 appliced as a poultice. -
Wild Garlic
Wild Garlic
Helps to fight against infection when applied as poultice. -

Crafting

Output Ingredients Description Skill Level




































Code

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

Plantain PlantainPlantago.png

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

Comfrey Comfrey.png

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

Wild Garlic WildGarlic.png

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

Common Mallow CommonMallow.png

	item CommonMallow
		HungerChange	= -1,
		Weight		= 0.1,
		Type		= Food,
		DisplayName	= Common Mallow,
		Icon		= CommonMallow,
		FluReduction	= 5,
		Tooltip 	= Tooltip_Mallow,

Lemon Grass LemonGrass.png

	item LemonGrass
		HungerChange		= -1,
		Weight			= 0.1,
		Type			= Normal,
		DisplayName		= Lemon Grass,
		Icon			= LemonGrass,
		ReduceFoodSickness	= 10,
		Tooltip 		= Tooltip_LemonGrass,

Black Sage BlackSage.png

	item BlackSage
		HungerChange	= -1,
		Weight		= 0.1,
		Type		= Food,
		DisplayName	= Black Sage,
		Icon		= BlackSage,
		PainReduction	= 7,
		Tooltip 	= Tooltip_BlackSage,

Ginseng Ginseng.png

	item Ginseng
		HungerChange	= -1,
		Weight		= 0.1,
		Type		= Food,
		DisplayName	= Ginseng,
		Icon		= Ginseng,
		EnduranceChange	= 2,
		Tooltip 	= Tooltip_Ginseng,

See Also

Template:Navbox/Consumables