Plantain: Difference between revisions

From PZwiki
(redirected to medicinal herbs rather than plantain/fr)
(Removed redirect: filled page)
Tag: Removed redirect
Line 1: Line 1:
#REDIRECT [[Medicinal Herbs]]
{{Languages}}{{Header|The Game World|Items|Consumables|Medical Items|version=Version 41|incver=78.16}}{{Infobox normal
|display_name=Plantain
|image=Plantain Model.png
|image_width=200px
|alternate_image=PlantainPlantago.png
|alternate_name=Plantain
|alternate_link=
|alternate_image2=MashedHerbs.png
|alternate_name2=Plantain Poultice
|alternate_link2=Plantain Poultice
|name_colour=Medical
|name_text_colour=Medical
|category=First Aid
|weight=0.1
<!--TECHNICAL DETAILS-->
|class_name=Base.Plantain
}}{{Quote|text=Aids recovery from wounds when applied as a poultice.|author=Plantain in-game tooltip}}'''Plantain''' is a [[foraging|forageable]] herb used in [[First Aid|first aid]].
 
==Usage==
Plantain is only used in [[#Crafting|crafting]] to make a [[Plantain Poultice|poultice]].
 
==Crafting==
{{Crafting header|ing=2}}
{{Crafting health|101|ing=2}}
|}
 
==Distribution==
{{Main|Foraging}}
{{stub}}
 
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
 
{{Retrieved|version=41|incver=78.16}}
<pre>
    item Plantain
    {
        DisplayCategory = FirstAid,
        Weight = 0.1,
        Type = Normal,
        DisplayName = Plantain,
        Icon = PlantainPlantago,
        Tooltip = Tooltip_Plantain,
        WorldStaticModel = MedicinalHerbsLeafBundle,
    }
</pre>
 
==See also==
*[[Black Sage]]
*[[Comfrey]]
*[[Common Mallow]]
*[[Ginseng]]
*[[Lemon Grass]]
*[[Wild Garlic]]
 
{{Navbox medical}}

Revision as of 11:41, 26 June 2023

Plantain
Plantain
Plantain Plantain Poultice
General
Category First Aid
Encumbrance
Heavy Load
0.1
Technical details
Base ID Base.Plantain
Aids recovery from wounds when applied as a poultice.
— Plantain in-game tooltip

Plantain is a forageable herb used in first aid.

Usage

Plantain is only used in crafting to make a poultice.

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
MashedHerbs.png
Plantain Poultice
0 XP none Mortar and Pestle
Mortar and Pestle
(keep)
PlantainPlantago.png
Plantain x5
(consumed)

Distribution

Main article: Foraging
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.

Code

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

Retrieved: Build 41.78.16

    item Plantain
    {
        DisplayCategory = FirstAid,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Plantain,
        Icon	=	PlantainPlantago,
        Tooltip = Tooltip_Plantain,
        WorldStaticModel = MedicinalHerbsLeafBundle,
    }

See also

Template:Navbox medical