Antibiotics: Difference between revisions

From PZwiki
(Corrected Layout due to Medical Template change.)
m (Remove lines))
(33 intermediate revisions by 8 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Medical items}}
{{languages|Antibiotics}}
{{Page version|41.78.16}}
<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 -->
{{Infobox item
<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 -->
|name=Antibiotics
<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 -->
|model=Antibiotics_Model.png
{{Medical
|icon=Antibiotics.png
|image = antibiotics.png
|icon_name=Antibiotics
|primaryuse= Infection Treatment
|weight=0.1
|bandagepower = 0.0
|primary_use=[[Health#Healing|Treat]] [[Health#Types of injuries|wound infection]]
|alcoholpower = 0.0
|reduce_infection_power=50
|weight = 0.1
|item_id=Base.Antibiotics
}}
}}
{{Quote|text=Fights wound infections. Cannot prevent zombification.|author=In-game tooltip.}}
'''Antibiotics''' are an [[Items|item]] used in [[First Aid|first aid]].


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>
==Usage==
Antibiotics half the strength of a current infection to help it heal.
===First Aid===
{{Main|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 also help with the treatment of colds.
Antibiotics halve the strength of a current infection to help it heal.
<br><br>
Antibiotics spawn in medical counters in medical facilities. They can spawn at the Cortman Medical or at the Mall as examples.
<br><br><br><br><br>
== Code ==
<nowiki>
    item Antibiotics
        Weight = 0.1,
        Type = Food,
        DisplayName = Antibiotics,
        Icon = Antibiotics,
        ReduceInfectionPower    = 50,
        CustomContextMenu  = Take,
        CantBeFrozen = TRUE,
</nowiki>


== See Also ==
Antibiotics do nothing with the treatment of [[Cold|colds]] and [[:File:Health-Article-Zombified.png|zombification]].
[[First_Aid|General First Aid]]


{{Navbox/Consumables}}
==Distribution==
[[Category:Consumables]]
The loot distributions can be found in the table(s) below.
[[Category:Medical Items]]
 
[[Category:Items]]
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
[[Category:Version 34.28]]
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|MedicalCache1
|[[MedicalBox]]
|4
|4
|-
|all
|[[militarycrate]]
|4
|2
|-
|rowspan="3"|bathroom
|[[counter]]
|4
|0.2
|-
|[[medicine]]
|4
|0.2
|-
|[[shelves]]
|4
|0.2
|-
|rowspan="6"|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
|-
|rowspan="3"|kennels
|[[counter]]
|4
|4
|-
|[[counter]]
|4
|4
|-
|[[counter]]
|4
|4
|-
|laboratory
|[[crate]]
|4
|4
|-
|prisoncells
|[[wardrobe]]
|4
|0.2
|}
 
==Code==
 
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 2245
  | source = newitems.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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==
*[[First Aid]]
 
{{Navbox items|medical}}

Revision as of 06:25, 15 April 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