Plantain: Difference between revisions

From PZwiki
m (model image)
(WIP: combining plantain poultice)
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}}{{Underconstruction}}{{Infobox normal
|display_name=Plantain
|display_name=Plantain
|image=MedicinalHerbsLeafBundle Model.png
|image=MedicinalHerbsLeafBundle Model.png
Line 8: Line 8:
|alternate_image2=MashedHerbs.png
|alternate_image2=MashedHerbs.png
|alternate_name2=Plantain Poultice
|alternate_name2=Plantain Poultice
|alternate_link2=Plantain Poultice
|alternate_link2=
|name_colour=Medical
|name_colour=Medical
|name_text_colour=Medical
|name_text_colour=Medical
|category=First Aid
|category=First Aid
|weight=0.1
|weight=0.1 <small>(Plantain)</small><br>0.2 <small>(Poultice)</small><br>
|function=[[Health#Types of injuries|Heals wounds]]
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Plantain
|class_name=Base.Plantain<br>Base.PlantainCataplasm
}}{{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]].
}}{{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==
==Usage==
Plantain is only used in [[#Crafting|crafting]] to make a [[Plantain Poultice|poultice]].  
Plantain, when [[#Crafting|crafted]] into a poultice, can be used on [[Health#Types of injuries|wounds]], increasing the healing rate. The rate in which it increases is dependent on a factor calculated relevant to the level of the [[First Aid|first aid]] [[Skills|skill]]. This factor is a random number between <code>(first aid level + 1) * 0.5</code> and <code>(first aid level + 1) * 1.0</code> + 10. So, a first aid skill of 0 will result in a factor between 10.5 and 11, whereas a first aid skill of 10 will be between 15.5 and 21.
 
===Healing rate===
It is uncertain how effective plantain poultice is at assisting wound recovery, if at all. During testing in [[Build 41|build 41.78.16]] there was no difference in wound recovery rate when using plantain poultice, compared to without, for both a [[Health#Scratched|scratch]] and [[Health#Deep wound|deep wound]] (without stitches). It was found that a scratch will heal approximately 0.6 units every minute (approx. 10-12 total units), whereas a deep wound will heal approximately {{Tooltip|0.02|Rounded up from 0.0175}} units every minute (approx. 15-20 total units). Results were the same with and without the poultice applied, level 0 and 10 first aid skill, no assisted recovery (i.e. [[bandage]]s), on the left forearm, default time settings, and maximum [[Moodles|player stats]]. However, further testing needs to be completed to determine the effect of the poultice.  


==Crafting==
==Crafting==
Line 28: Line 32:
{{Main|Foraging}}
{{Main|Foraging}}
{{stub}}
{{stub}}
==Gallery==
<gallery>
File:MedicinalHerbsLeafBundle Model.png|Model used for plantain
File:Poultice Model.png|Model used for plantain poultice
</gallery>


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


''Plantain'' [[File:PlantainPlantago.png]]
{{Retrieved|version=41|incver=78.16}}
{{Retrieved|version=41|incver=78.16}}
<pre>
<pre>
Line 43: Line 54:
         Tooltip = Tooltip_Plantain,
         Tooltip = Tooltip_Plantain,
         WorldStaticModel = MedicinalHerbsLeafBundle,
         WorldStaticModel = MedicinalHerbsLeafBundle,
    }
</pre>
''Plantain Poultice'' [[File:MashedHerbs.png]]
{{Retrieved|version=41|incver=78.16}}
<pre>
    item PlantainCataplasm
    {
        DisplayCategory = FirstAid,
        Weight = 0.2,
        Type = Normal,
        DisplayName = Plantain Poultice,
        Icon = MashedHerbs,
        Tooltip = Tooltip_Plantain,
        WorldStaticModel = Poultice,
     }
     }
</pre>
</pre>

Revision as of 15:06, 26 June 2023

Hammer.png
This article is currently under construction.
It is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well.
If this page has not been updated in a while, please replace this notice with {{Improve}}. Last edit was 26/06/2023.
Plantain
Plantain
Plantain Plantain Poultice
General
Category First Aid
Encumbrance
Heavy Load
0.1 (Plantain)
0.2 (Poultice)
Function Heals wounds
Technical details
Base ID Base.Plantain
Base.PlantainCataplasm
Aids recovery from wounds when applied as a poultice.
— Plantain in-game tooltip

Plantain is a forageable herb used in first aid.

Usage

Plantain, when crafted into a poultice, can be used on wounds, increasing the healing rate. The rate in which it increases is dependent on a factor calculated relevant to the level of the first aid skill. This factor is a random number between (first aid level + 1) * 0.5 and (first aid level + 1) * 1.0 + 10. So, a first aid skill of 0 will result in a factor between 10.5 and 11, whereas a first aid skill of 10 will be between 15.5 and 21.

Healing rate

It is uncertain how effective plantain poultice is at assisting wound recovery, if at all. During testing in build 41.78.16 there was no difference in wound recovery rate when using plantain poultice, compared to without, for both a scratch and deep wound (without stitches). It was found that a scratch will heal approximately 0.6 units every minute (approx. 10-12 total units), whereas a deep wound will heal approximately 0.02 units every minute (approx. 15-20 total units). Results were the same with and without the poultice applied, level 0 and 10 first aid skill, no assisted recovery (i.e. bandages), on the left forearm, default time settings, and maximum player stats. However, further testing needs to be completed to determine the effect of the 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.

Gallery

Code

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

Plantain PlantainPlantago.png Retrieved: Build 41.78.16

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

Plantain Poultice MashedHerbs.png Retrieved: Build 41.78.16

     item PlantainCataplasm
    {
        DisplayCategory = FirstAid,
        Weight	=	0.2,
        Type	=	Normal,
        DisplayName	=	Plantain Poultice,
        Icon	=	MashedHerbs,
        Tooltip = Tooltip_Plantain,
        WorldStaticModel = Poultice,
    }

See also

Template:Navbox medical