Antibiotics: Difference between revisions

From PZwiki
(Update to 41.78.16)
m (Added model image)
Line 3: Line 3:
|name_colour=Medical
|name_colour=Medical
|name_text_colour=Medical
|name_text_colour=Medical
|image=Antibiotics.png  
|image=Antibiotics_Model.png
|alternate_image=Antibiotics.png  
|alternate_name=Antibiotics
|weight=0.1
|weight=0.1
|primary_use=[[Health#Healing|Treat]] [[Health#Types of Injuries|wound infection]]  
|primary_use=[[Health#Healing|Treat]] [[Health#Types of Injuries|wound infection]]  

Revision as of 10:21, 3 April 2023

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

From newitems.txt (Project Zomboid directory/media/scripts/) 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

General First Aid

Template:Navbox medical