Antibiotics

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Antibiotics
Antibiotics Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Effect
Antibiotic powerAntibiotics.png
50
Technical
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

The loot distributions can be found in the table(s) below.

Antibiotics distribution Show / Hide
Containers
Building / Room Container Rolls Chance
MedicalCache1 MedicalBox 4 4
Nurse crate 4 4
Nurse metal_shelves 4 4
SafehouseLoot counter 4 4
SafehouseLoot medicine 4 4
all medicine 4 0.25
all militarycrate 4 2
bathroom counter 4 0
bathroom medicine 4 0
bathroom shelves 4 0
dentiststorage metal_shelves 4 4
hospitalstorage metal_shelves 4 4
kennels counter 4 4
kennels metal_shelves 4 4
laboratory crate 4 4
laboratory desk 4 4
laboratory metal_shelves 4 4
medical counter 4 4
medical metal_shelves 4 4
medical wardrobe 4 4
medicalstorage counter 4 4
medicalstorage metal_shelves 4 4
pharmacy counter 4 4
pharmacy metal_shelves 4 4
pharmacystorage counter 4 4
pharmacystorage metal_shelves 4 4
pharmacystorage shelves 4 4
prisoncells wardrobe 4 0
Vehicles
Vehicle Type/Location Rolls Chance
AmbulanceTruckBed 4 4

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