Antibiotics: Difference between revisions

From PZwiki
No edit summary
(Redesigned Page, + Navbar, reworked description, confirmed info, changed categories)
Line 1: Line 1:
__NOTOC__
{{languages|Antibiotics}}
{{languages|Antibiotics}}
{{Items
<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 -->
<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 -->
<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 -->
{{Medical
|image = antibiotics.png  
|image = antibiotics.png  
|primaryuse= Infection Treatment
|bandagepower = 0.0
|alcoholpower = 0.0
|weight = 0.1
|weight = 0.1
}}
}}


Antibiotics are found in the front desk of the shopping mall doctors.
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.
<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>
== Code ==
<nowiki>
    item Antibiotics
        Weight = 0.1,
        Type = Food,
        DisplayName = Antibiotics,
        Icon = Antibiotics,
        ReduceInfectionPower    = 50,
        CustomContextMenu  = Take,
        CantBeFrozen = TRUE,
</nowiki>


== Effects ==
Presumably helps with infection.
==See Also==


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Medical Items]]
[[Category:Medical Items]]
[[Category:Items]]
[[Category:Version 34.28]]

Revision as of 01:23, 19 August 2016


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Medical Items -> Antibiotics   

Template:Medical

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)

Antibiotics half the strength of a current infection to help it heal.

Antibiotics spawn in medical counters in medical facilities. They can spawn at the Cortman Medical or at the Mall as examples.



Code

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


Template:Navbox/Consumables