Antibiotics: Difference between revisions

From PZwiki
(→‎Code: Code box update)
m (→‎top: category project: "The Game World")
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 41|incver=78.16}}
{{Header|Project Zomboid|Items|Consumables|Medical Items|type=Medical|version=Version 41|incver=78.16}}
{{Infobox food
{{Infobox food
|display_name=Antibiotics
|display_name=Antibiotics

Revision as of 11:09, 9 January 2024

Antibiotics
Antibiotics
Antibiotics
General
Category Food
Encumbrance
Heavy Load
0.1
Function Treat wound infection
Effect
Reduce infection 50%
Technical details
Item ID Base.Antibiotics
Fights wound infections. Cannot prevent zombification.
— In-game tooltip.

Antibiotics are an item used in first aid.

Usage

First Aid

Main article: First Aid

Antibiotics are drugs available in Project Zomboid for the treatment of regular infections which arise from having an open wound that hasn't been treated appropriately (not to be confused with Zombification, which is always fatal).

Antibiotics halve the strength of a current infection to help it heal.

Antibiotics do nothing with the treatment of colds and zombification.

Distribution

Antibiotics spawn in counters in medical facilities. They can spawn at Cortman Medical, the clinic in West Point, and the hospitals and clinics in Louisville, along with other places.

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Antibiotics
{
    DisplayCategory = FirstAid,
    Weight = 0.1,
    Type = Food,
    DisplayName = Antibiotics,
    Icon = Antibiotics,
    ReduceInfectionPower = 50,
    CustomContextMenu = Take,
    CantBeFrozen = TRUE,
    Tooltip = Tooltip_Antibiotics,
    Medical = TRUE,
    WorldStaticModel = Antibiotics,
}

See also

Template:Navbox medical