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]
Poultice
Poultice Model.png
Poultice Model.png
Poultice Model.png
General
Category
First Aid
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
Aid recovery or fight infection
Technical
Item ID
Base.PlantainCataplasm
Base.ComfreyCataplasm
Base.WildGarlicCataplasm

A poultice is used to aid recovery or fight infection.

Usage

First Aid

For main article, see First Aid

A poultice, also called a cataplasm, is a soft moist mass applied to the skin to treat an aching, inflamed or painful part of the body. The medicinal plants of comfrey, plantain, and wild garlic can be crafted into a poultice using a mortar and pestle.

Item Description
Comfrey Poultice
Comfrey Poultice
Aids recovery from broken bones.
Plantain Poultice
Plantain Poultice
Aids recovery from wounds.
Wild Garlic Poultice
Wild Garlic Poultice
Helps to fight against infection.

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)
MashedHerbs.png
Comfrey Poultice
0 XP none Mortar and Pestle
Mortar and Pestle
(keep)
Comfrey.png
Comfrey x5
(consumed)
MashedHerbs.png
Wild Garlic Poultice
0 XP none Mortar and Pestle
Mortar and Pestle
(keep)
WildGarlic.png
Wild Garlic x5
(consumed)

Trivia

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

Code

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

MashedHerbs.png Base.ComfreyCataplasm
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item ComfreyCataplasm
    {
        DisplayCategory = FirstAid,
        Weight	=	0.2,
        Type	=	Normal,
        DisplayName	=	Comfrey Poultice,
        Icon	=	MashedHerbs,
        Tooltip = Tooltip_Comfrey,
        WorldStaticModel = Poultice,
    }

MashedHerbs.png Base.PlantainCataplasm
Source: ProjectZomboid\media\scripts\items_food.txt

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

MashedHerbs.png Base.WildGarlicCataplasm
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item WildGarlicCataplasm
    {
        DisplayCategory = FirstAid,
        Weight	=	0.2,
        Type	=	Normal,
        DisplayName	=	Wild Garlic Poultice,
        Icon	=	MashedHerbs,
        Tooltip = Tooltip_Garlic,
        WorldStaticModel = Poultice,
    }

See also