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

Antibiotics

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]
Antibiotics
Antibiotics Model.png
General
Category
FirstAid
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.

Location

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

Antibiotics distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
all medicine 2.69%
all militarycrate 6.74%
bathroom counter 2.57%
bathroom medicine 2.57%
bathroom shelves 2.57%
dentiststorage metal_shelves 11.21%
hospitalstorage metal_shelves 11.21%
kennels counter 11.21%
kennels metal_shelves 11.21%
medical counter 11.21%
medical metal_shelves 11.21%
medical wardrobe 11.21%
MedicalCache1 MedicalBox 11.21%
medicalstorage counter 11.21%
medicalstorage metal_shelves 11.21%
Nurse crate 11.21%
Nurse metal_shelves 11.21%
pharmacy counter 11.21%
pharmacy metal_shelves 11.21%
pharmacystorage counter 11.21%
pharmacystorage metal_shelves 11.21%
pharmacystorage shelves 11.21%
prisoncells wardrobe 2.57%
SafehouseLoot counter 11.21%
SafehouseLoot medicine 11.21%
Vehicle
Type Container Effective chance
Ambulance Trunk 2.93%
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 0 Nav: 1
TownZone: 1
TrailerPark: 1
Vegitation: 1
- - - - - - -

History

Base.Antibiotics

Version Description
Build 41.65 DisplayCategory added with value FirstAid.
Build 41.51 WorldStaticModel added with value Antibiotics.
Build 41.23 Medical added with value TRUE.
Build 35.25b Tooltip added with value Tooltip_Antibiotics.
Build 34.23 CantBeFrozen added with value TRUE.
Build 30.12 Released on this version.

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