Bottle of Disinfectant: Difference between revisions

From PZwiki
(Redesigned page, + Navbar, New description, confirmed info, +categories)
Line 1: Line 1:
{{languages|Bottle of Disinfectant}}
__NOTOC__
{{Items
{{languages|Bottle_of_Disinfectant}}
<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 = Bottle of Disinfectant.png
|image = Bottle of Disinfectant.png
|primaryuse= Sterile Bandages
|secondaryuse = Disinfect Wounds Directly
|bandagepower = 0.0
|alcoholpower = 3.0
|weight = 0.3
|weight = 0.3
}}
}}
A Bottle of Disinfectant can be used to disinfect items such as [[Bandages]], [[Cotton Balls]], and [[Ripped Sheets]] in order to disinfect an open wound. This allows for the prevention of infection.
 
A Bottle of Disinfectant can be used to disinfect items such as clean [[Bandages]], [[Cotton Balls]], and clean [[Ripped Sheets]] in order to help disinfect an open wound. This allows for the prevention of infection. The bottle has 10 uses before it is exhausted.
 
If no [[Bandages]], [[Cotton Balls]], and [[Ripped Sheets]] are carried, the bottle can also be used to apply directly to a wound, although this is less effective.
 
Bottles of Disinfectant can be found in medical cabinets, and in several places within a phamarcy.


==Recipes==
==Recipes==
Line 17: Line 30:
|}
|}


==Code==
== Code ==
  <nowiki>
  <nowiki>
item Disinfectant
    item Disinfectant
{
        Type             = Drainable,
  Type = Drainable,
        UseDelta         = 0.1,
  UseDelta = 0.1,
        UseWhileEquipped = FALSE,
  UseWhileEquipped = FALSE,
        DisplayName = Bottle of Disinfectant,
  DisplayName = Bottle of Disinfectant,
        Icon = Alcohol,
  Icon = Alcohol,
        Weight = 0.3,
  Weight = 0.3,
        AlcoholPower       = 3,
  AlcoholPower = 3,
        Tooltip = Tooltip_UseOnHealthPanel,
  Tooltip = Tooltip_UseOnHealthPanel,
</nowiki>
}</nowiki>
 
== See Also ==
[[First_Aid|General First Aid]]


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

Revision as of 19:19, 19 August 2016


Page Updated @ Version: 34.28

Template:Medical

A Bottle of Disinfectant can be used to disinfect items such as clean Bandage, Cotton Balls, and clean Ripped Sheets in order to help disinfect an open wound. This allows for the prevention of infection. The bottle has 10 uses before it is exhausted.

If no Bandage, Cotton Balls, and Ripped Sheets are carried, the bottle can also be used to apply directly to a wound, although this is less effective.

Bottles of Disinfectant can be found in medical cabinets, and in several places within a phamarcy.

Recipes

Output Ingredients Description Skill Level
























Code

	
    item Disinfectant
        Type	            	= Drainable,
        UseDelta	        = 0.1,
        UseWhileEquipped	= FALSE,
        DisplayName		= Bottle of Disinfectant,
        Icon			= Alcohol,
        Weight			= 0.3,
        AlcoholPower        	= 3,
        Tooltip = Tooltip_UseOnHealthPanel,

See Also

General First Aid

Template:Navbox/Consumables