Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Plantain Poultice

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
Plantain Poultice
Poultice Model.png
General
Category
First Aid
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Technical
Item ID
Base.PlantainCataplasm

A plantain poultice is a first aid item.

Usage

Plantain can be used in conjunction with a bandage to increase the recovery rate of a wound. The poultice must be applied to the wound first, followed by the bandage. Once applied, the poultice cannot be removed, and will be consumed when completely healed or over time based on the plantain factor. Only one poultice can be applied to a wound at a time.

Recovery rate

Plantain poultice will increase the healing rate of a wound by approximately 40%, when compared to using a bandage on its own. It will have no effect on the wound recovery rate unless a bandage is applied.

Plantain factor

The life of the poultice is determined by a value referred to as the “plantain factor” which scales with the player's first aid skill. This is calculated by getting a random number between (first aid level + 1) * 0.5 + 10 and (first aid level + 1) * 1.0 + 10. While healing the wound, the poultice will deteriorate at a rate of 1 unit every 26 seconds, meaning 13–26 seconds are added to the life of the poultice per first aid level. The poultice will not be consumed or heal the wound unless a bandage is also applied. It's important to note that the effects of the first aid skill are only relevant to the individual applying the poultice, and not the individual with the wound.

Poultice life in seconds depending on first aid level
First Aid level Time low (seconds) Time high (seconds)
0 273 286
1 286 312
2 299 338
3 312 364
4 325 390
5 338 416
6 351 442
7 364 468
8 377 494
9 390 520
10 403 546

Crafting

LightBulbBlue.png
Recipes are still based on build 41, and are planned to be revamped to build 42 at a later date, depending on the game's crafting system improvement.
Product Ingredients Tools Requirements Workstation XP
MashedHerbs.png
Plantain Poultice
PlantainPlantago.png Plantain ×5 MortarPestle.png
Mortar and Pestle
none none none

Location

Plantain poultice cannot be found in the world, it is crafted using comfrey.

Variants

Trivia

  • The word “poultice” comes from the Latin puls, pultes, meaning “porridge”.

History

Base.PlantainCataplasm

Version Description
Build 41.65 DisplayCategory added with value FirstAid.
Build 41.51 WorldStaticModel added with value Poultice.
Build 33.13 Released on this version.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_medical.txt

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

See also