Antibiotics

From PZwiki
Revision as of 11:24, 8 August 2018 by Vaileasys (talk | contribs)
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

For main article, see 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 half 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 or at the Mall, along with other places.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

	item Antibiotics
		Weight			= 0.1,
		Type			= Food,
		DisplayName		= Antibiotics,
		Icon			= Antibiotics,
		ReduceInfectionPower    = 50,
		CustomContextMenu   	= Take,
		CantBeFrozen 		= TRUE,
		Tooltip = Tooltip_Antibiotics,

See also

General First Aid

Template:Navbox/Consumables