Antibiotics: Difference between revisions

From PZwiki
m (Automatic formatting)
m (Automated CodeBox update)
Line 115: Line 115:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 2245
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true
Line 121: Line 121:
   | code =
   | code =
item Antibiotics
item Antibiotics
{
    {
    DisplayCategory = FirstAid,
        DisplayCategory = FirstAid,
    Weight = 0.1,
        Weight = 0.1,
    Type = Food,
        Type = Food,
    DisplayName = Antibiotics,
        DisplayName = Antibiotics,
    Icon = Antibiotics,
        Icon = Antibiotics,
     ReduceInfectionPower = 50,
        ReduceInfectionPower     =   50,
    CustomContextMenu = Take,
        CustomContextMenu   =   Take,
    CantBeFrozen = TRUE,
        CantBeFrozen = TRUE,
    Tooltip = Tooltip_Antibiotics,
        Tooltip = Tooltip_Antibiotics,
    Medical = TRUE,
        Medical = TRUE,
    WorldStaticModel = Antibiotics,
        WorldStaticModel = Antibiotics,
}
    }  
  }}
}}
}}
}}



Revision as of 10:03, 26 March 2024

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.

Containers
Building/Room Container Rolls Chance
MedicalCache1 MedicalBox 4 4
all militarycrate 4 2
bathroom counter 4 0.2
medicine 4 0.2
shelves 4 0.2
dentiststorage metal_shelves 4 4
metal_shelves 4 4
metal_shelves 4 4
metal_shelves 4 4
metal_shelves 4 4
metal_shelves 4 4
kennels counter 4 4
counter 4 4
counter 4 4
laboratory crate 4 4
prisoncells wardrobe 4 0.2

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