Antibiotics: Difference between revisions

From PZwiki
(Corrected Layout due to Medical Template change.)
(adjustments to layout. Added new infobox and header. fixed some false info)
Line 1: Line 1:
__NOTOC__
{{languages|Antibiotics}}
{{languages|Antibiotics}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 39|incver=67.5}}
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
{{Infobox food
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Medical Items|Medical Items]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|display_name=Antibiotics
{{Medical
|name_colour=Medical
|image = antibiotics.png
|name_text_colour=Medical
|primaryuse= Infection Treatment
|image = Antibiotics.png
|bandagepower = 0.0
|alcoholpower = 0.0
|weight = 0.1
|weight = 0.1
}}
|primary_use=[[Health#Healing|Treat]] [[Health#Types of Injuries|wound infection]]
|reduce_infection_power = 50
|class_name = Base.Antibiotics
}}{{quote|text=Fights wound infections. Cannot prevent zombification.|author=In-game tooltip.}}'''Antibiotics''' are an [[item]] used in [[First Aid|first aid]].
 
__TOC__
 
==Usage==
===First Aid===
:''For main article, see [[First Aid]]''
Antibiotics are drugs available in [[Project Zomboid]] for the treatment of ''regular'' [[Health#Types of Injuries|infections]] which arise from having an [[Health#Types of Injuries|open wound]] that hasn't been treated appropriately (not to be confused with Zombification, which is always fatal).


Antibiotics are drugs available in Project Zomboid for use of the treatment of '''regular''' infections which arise from having a open wound not disinfected which then leads to infection. '''(Not to be confused with Zombification/Zombie Infection, which is always fatal)'''<br><br>
Antibiotics half the strength of a current infection to help it heal.
Antibiotics half the strength of a current infection to help it heal.


Antibiotics also help with the treatment of colds.
Antibiotics do nothing with the treatment of [[Moodles#Cold|colds]] and [[:File:Health-Article-Zombified.png|zombification]].
<br><br>
 
Antibiotics spawn in medical counters in medical facilities. They can spawn at the Cortman Medical or at the Mall as examples.
==Distribution==
<br><br><br><br><br>
Antibiotics spawn in [[Containers#Counters|counters]] in medical facilities. They can spawn at [[Cortman Medical]] or at the Mall, along with other places.
 
== Code ==
== Code ==
<nowiki>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
    item Antibiotics
{{Retrieved|version=39|incver=67.5}}
        Weight = 0.1,
<pre> item Antibiotics
        Type = Food,
Weight = 0.1,
        DisplayName = Antibiotics,
Type = Food,
        Icon = Antibiotics,
DisplayName = Antibiotics,
        ReduceInfectionPower    = 50,
Icon = Antibiotics,
        CustomContextMenu  = Take,
ReduceInfectionPower    = 50,
        CantBeFrozen = TRUE,
CustomContextMenu  = Take,
</nowiki>
CantBeFrozen = TRUE,
Tooltip = Tooltip_Antibiotics,</pre>


== See Also ==
== See also ==
[[First_Aid|General First Aid]]
[[First_Aid|General First Aid]]



Revision as of 11:52, 24 July 2018

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