Bottle of Disinfectant: Difference between revisions

From PZwiki
(Confirmed Layout due to Medical Template change. Changed word to make edit.)
(adjustments to layout. Added new infobox and header)
Tag: categories removed
Line 1: Line 1:
__NOTOC__
{{languages|Bottle_of_Disinfectant}}
{{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 -->
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 39|incver=67.5}}{{Infobox drainable
<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 -->
|display_name=Bottle of Disinfectant
<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 -->
|name_colour=Medical
{{Medical
|name_text_colour=Medical
|image = Bottle of Disinfectant.png
|image = Alcohol.png
|primaryuse= Sterile Bandages
|secondaryuse = Disinfect Wounds Directly
|bandagepower = 0.0
|alcoholpower = 3.0
|weight = 0.3
|weight = 0.3
}}
|primary_use = Sterilize [[bandages]]
|secondary_use = Disinfect [[Health#Types of Injuries|wounds]] directly
|max_units = 10
|contents = Alcohol
|alcohol_power = 3.0
|class_name = Base.Disinfectant
}}{{quote|text=Fights wound infection. Use on Bandages to improve healing.|author=In-game tooltip.}}A '''bottle of disinfectant''' is an [[item]] used in [[First Aid|first aid]].


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.
==Usage==
A bottle of disinfectant can be used to disinfect items such as clean [[bandages]], [[Cotton Balls|cotton balls]], and clean [[Ripped Sheets|ripped sheets]] in order to disinfect a [[Health#Types of Injuries|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.
If no bandages, cotton balls, or 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 inside a pharmacy.
==Crafting==
 
{{Crafting table header}}
==Recipes==
{| class="wikitable sortable" style="text-align:center;"
|-
! class="unsortable" | Output
! class="unsortable" | Ingredients
! class="unsortable" | Description
! class="unsortable" | Skill Level
{{RecipeLookup|8000}}
{{RecipeLookup|8000}}
{{RecipeLookup|8002}}
{{RecipeLookup|8002}}
|}
{{Crafting table footer}}
 
==Distribution==
Bottles of disinfectant can be found in [[Containers#Cabinets|medical cabinets]], and in several places inside a pharmacy.


== Code ==
== Code ==
  <nowiki>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
    item Disinfectant
{{Retrieved|version=39|incver=67.5}}
        Type             = Drainable,
  <pre> item Disinfectant
        UseDelta         = 0.1,
Type = Drainable,
        UseWhileEquipped = FALSE,
UseDelta = 0.1,
        DisplayName = Bottle of Disinfectant,
UseWhileEquipped = FALSE,
        Icon = Alcohol,
DisplayName = Bottle of Disinfectant,
        Weight = 0.3,
Icon = Alcohol,
        AlcoholPower       = 3,
Weight = 0.3,
        Tooltip = Tooltip_UseOnHealthPanel,
AlcoholPower = 3,
</nowiki>
Tooltip = Tooltip_UseOnHealthPanel,</pre>


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


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

Revision as of 07:45, 26 July 2018

The Game WorldItemsConsumablesMedical ItemsBottle of Disinfectant
Bottle of Disinfectant
Bottle of Disinfectant
General
Category Item
Encumbrance
Heavy Load
0.3
Function Sterilize bandages
Disinfect wounds directly
Capacity 10 units
Contents Alcohol
Alcohol
Drunk
3.0
Technical details
item ID Base.Disinfectant
Fights wound infection. Use on Bandages to improve healing.
— In-game tooltip.

A bottle of disinfectant is an item used in first aid.

Usage

A bottle of disinfectant can be used to disinfect items such as clean bandages, cotton balls, and clean ripped sheets in order to disinfect a wound. This allows for the prevention of infection. The bottle has 10 uses before it is exhausted.

If no bandages, cotton balls, or ripped sheets are carried, the bottle can also be used to apply directly to a wound, although this is less effective.

Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Bottles of disinfectant can be found in medical cabinets, and in several places inside a pharmacy.

Code

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

	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