Plantain: Difference between revisions

From PZwiki
(Removed redirect: filled page)
Tag: Removed redirect
m (model image)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Consumables|Medical Items|version=Version 41|incver=78.16}}{{Infobox normal
{{Languages}}{{Header|The Game World|Items|Consumables|Medical Items|version=Version 41|incver=78.16}}{{Infobox normal
|display_name=Plantain
|display_name=Plantain
|image=Plantain Model.png
|image=MedicinalHerbsLeafBundle Model.png
|image_width=200px
|image_width=200px
|alternate_image=PlantainPlantago.png
|alternate_image=PlantainPlantago.png

Revision as of 11:45, 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