Bottle of Disinfectant: Difference between revisions

From PZwiki
(Redesigned page, + Navbar, New description, confirmed info, +categories)
m (Remove lines))
(36 intermediate revisions by 9 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Medical items}}
{{languages|Bottle_of_Disinfectant}}
{{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=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 -->
|model=BottleOfDisinfectant_Model.png
{{Medical
|icon=Alcohol.png
|image = Bottle of Disinfectant.png
|weight=0.3
|primaryuse= Sterile Bandages
|primary_use=Sterilize [[bandages]]
|secondaryuse = Disinfect Wounds Directly
|secondary_use=Disinfect [[Health#Types of injuries|wounds]] directly
|bandagepower = 0.0
|max_units=10
|alcoholpower = 3.0
|contents=Alcohol
|weight = 0.3
|alcohol_power=3.0
|item_id=Base.Disinfectant
}}
}}
{{Quote|text=Fights wound infection. Use on Bandages to improve healing.|author=In-game tooltip.}}
A '''bottle of disinfectant''' is an [[Items|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 [[bandage]]s, [[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 within a phamarcy.
==Crafting==
{{Crafting/sandbox2
|bandage_sterilized_bandage
|ripped_sheets_sterilized_rag
|cotton_balls_cotton_balls_doused_in_alcohol
}}
 
==Distribution==
The loot distributions can be found in the table(s) below.


==Recipes==
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
{| class="wikitable sortable" style="text-align:center;"  
! colspan="4" | Containers
|-  
|-
! class="unsortable" | Output
! Building/Room
! class="unsortable" | Ingredients
! Container
! class="unsortable" | Description
! style="width: 3.2em;" | Rolls
! class="unsortable" | Skill Level
! style="width: 3.2em;" | Chance
{{RecipeLookup|8000}}
|-
{{RecipeLookup|8002}}
|MedicalCache1
|[[MedicalBox]]
|4
|8
|-
|all
|[[militarycrate]]
|4
|4
|-
|rowspan="3"|bathroom
|[[counter]]
|4
|2
|-
|[[medicine]]
|4
|2
|-
|[[shelves]]
|4
|2
|-
|closet
|[[crate]]
|4
|8
|-
|rowspan="7"|dentiststorage
|[[metal_shelves]]
|4
|8
|-
|[[metal_shelves]]
|4
|8
|-
|[[metal_shelves]]
|4
|8
|-
|[[metal_shelves]]
|4
|8
|-
|[[metal_shelves]]
|4
|8
|-
|[[metal_shelves]]
|4
|8
|-
|[[metal_shelves]]
|4
|8
|-
|rowspan="3"|kennels
|[[counter]]
|4
|8
|-
|[[counter]]
|4
|8
|-
|[[counter]]
|4
|8
|-
|laboratory
|[[crate]]
|4
|8
|-
|rowspan="4"|morgue
|[[metal_shelves]]
|4
|1
|-
|[[metal_shelves]]
|4
|1
|-
|[[metal_shelves]]
|4
|2
|-
|[[metal_shelves]]
|4
|2
|}
|}


== Code ==
==Code==
<nowiki>
 
    item Disinfectant
{{CodeBox
         Type             = Drainable,
| {{CodeSnip
         UseDelta         = 0.1,
  | lang = java
         UseWhileEquipped = FALSE,
  | line = true
         DisplayName = Bottle of Disinfectant,
  | start = 2189
         Icon = Alcohol,
  | source = newitems.txt
         Weight = 0.3,
  | retrieved = true
         AlcoholPower       = 3,
  | version = 41.78.16
         Tooltip = Tooltip_UseOnHealthPanel,
  | code =
</nowiki>
item Disinfectant
    {
        DisplayCategory = FirstAid,
         Type             =         Drainable,
         UseDelta         =         0.1,
         UseWhileEquipped =           FALSE,
         DisplayName =     Bottle of Disinfectant,
         Icon = Alcohol,
         Weight = 0.3,
         AlcoholPower       =           3,
         Tooltip = Tooltip_Disinfectant,
        Medical = TRUE,
        WorldStaticModel = Disinfectant,
Tags = Disinfectant,
    }
}}
}}
 
==See also==
*[[First Aid]]
*[[Alcohol Wipes]]
*[[Bourbon]]
 
{{Navbox items|first_aid_materials}}


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


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

Revision as of 06:32, 15 April 2024

Project ZomboidItemsMedical itemsBottle of Disinfectant
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Bottle of Disinfectant
BottleOfDisinfectant Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Function
Sterilize bandages
Disinfect wounds directly
Properties
Contents
Alcohol
Capacity
10 units
Effect
Sterilize powerDisinfection
3.0
Technical
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

Product Ingredients Tools Requirements Workstation XP
Bandage.png
Sterilized Bandage
One of:
Alcohol.png Bottle of Disinfectant ×3 unit(s)
WhiskeyFull.png Bourbon ×10 unit(s)
Pot Water.png Cooking Pot ×1
SaucepanEmpty.png Saucepan ×1
Each of:
Bandage.png Bandage ×1
none none none none
Rag.png
Sterilized Rag
One of:
Alcohol.png Bottle of Disinfectant ×3 unit(s)
WhiskeyFull.png Bourbon ×10 unit(s)
Pot Water.png Cooking Pot ×1
SaucepanEmpty.png Saucepan ×1
Each of:
Rag.png Ripped Sheets ×1
none none none none
CottonBalls.png
Cotton Balls Doused in Alcohol
One of:
Alcohol.png Bottle of Disinfectant ×1 unit(s)
WhiskeyFull.png Bourbon ×10 unit(s)
Each of:
CottonBalls.png Cotton Balls ×1
none none none none

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
MedicalCache1 MedicalBox 4 8
all militarycrate 4 4
bathroom counter 4 2
medicine 4 2
shelves 4 2
closet crate 4 8
dentiststorage metal_shelves 4 8
metal_shelves 4 8
metal_shelves 4 8
metal_shelves 4 8
metal_shelves 4 8
metal_shelves 4 8
metal_shelves 4 8
kennels counter 4 8
counter 4 8
counter 4 8
laboratory crate 4 8
morgue metal_shelves 4 1
metal_shelves 4 1
metal_shelves 4 2
metal_shelves 4 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 Disinfectant
    {
        DisplayCategory = FirstAid,
        Type	            =	        Drainable,
        UseDelta	        =	        0.1,
        UseWhileEquipped	=           FALSE,
        DisplayName			=		    Bottle of Disinfectant,
        Icon				=			Alcohol,
        Weight				=			0.3,
        AlcoholPower        =           3,
        Tooltip = Tooltip_Disinfectant,
        Medical = TRUE,
        WorldStaticModel = Disinfectant,
		Tags = Disinfectant,
    }

See also