Bottle of Disinfectant: Difference between revisions

From PZwiki
m (Remove 120px, minor fixes)
m (Remove lines))
(29 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 39|incver=67.5}}{{Infobox drainable
{{Header|Project Zomboid|Items|Medical items}}
|display_name=Bottle of Disinfectant
{{Page version|41.78.16}}
|name_colour=Medical
{{Infobox item
|name_text_colour=Medical
|name=Bottle of Disinfectant
|image = Alcohol.png
|model=BottleOfDisinfectant_Model.png
|weight = 0.3
|icon=Alcohol.png
|primary_use = Sterilize [[bandages]]
|weight=0.3
|secondary_use = Disinfect [[Health#Types of Injuries|wounds]] directly
|primary_use=Sterilize [[bandages]]
|max_units = 10
|secondary_use=Disinfect [[Health#Types of injuries|wounds]] directly
|contents = Alcohol
|max_units=10
|alcohol_power = 3.0
|contents=Alcohol
|class_name = Base.Disinfectant
|alcohol_power=3.0
}}{{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]].
|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]].


==Usage==
==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.
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, or 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.


==Crafting==
==Crafting==
{{Crafting header|ing=2}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 8000 -->
{{Crafting/sandbox2
{{Crafting/core|ing=2
|bandage_sterilized_bandage
| product_image = [[File:BandagesAni.png]] | product_name = [[Sterilized Rag]]<br>or<br>[[Sterilized Bandage]] | product_quantity = x1
|ripped_sheets_sterilized_rag
| xp = <!-- Not present in the old template. Please fill in manually. -->
|cotton_balls_cotton_balls_doused_in_alcohol
| sl = ''none''
| req =
| f1 = [[File:BandagesAni.png]] | i1 = [[Ripped Sheets]]<br>or<br>[[Bandage]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Sterilizer.png]] | i2 = [[Bottle of Disinfectant]]<br>or<br>[[Whiskey]]<br>or<br>[[Alcohol Cotton Balls]] | q2 = x1
}}
}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 8002 -->
{{Crafting/core|ing=2
| product_image = [[File:CottonBalls.png|link=Alcohol Cotton Balls|Alcohol Cotton Balls]] | product_name = [[Alcohol Cotton Balls]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:CottonBalls.png|link=Cotton Balls|Cotton Balls]] | i1 = [[Cotton Balls]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Sterilizer2.png]] | i2 = [[Bottle of Disinfectant]]<br>or<br>[[Whiskey]] | q2 = x1
}}
|}


==Distribution==
==Distribution==
Bottles of disinfectant can be found in [[Containers#Cabinets|medical cabinets]], and in several places inside a pharmacy.
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|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==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
 
{{Retrieved|version=39|incver=67.5}}
{{CodeBox
<pre> item Disinfectant
| {{CodeSnip
Type = Drainable,
  | lang = java
UseDelta = 0.1,
  | line = true
UseWhileEquipped = FALSE,
  | start = 2189
DisplayName = Bottle of Disinfectant,
  | source = newitems.txt
Icon = Alcohol,
  | retrieved = true
Weight = 0.3,
  | version = 41.78.16
AlcoholPower = 3,
  | code =
Tooltip = Tooltip_UseOnHealthPanel,</pre>
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==
==See also==
[[First Aid|General First Aid]]
*[[First Aid]]
*[[Alcohol Wipes]]
*[[Bourbon]]
 
{{Navbox items|first_aid_materials}}
 


{{Navbox/Consumables}}
[[Category:First aid materials]]

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