Bottle of Disinfectant: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy ReLookup, eid: 6adee0c2d6f243fead39a4899fba269f))
m (→‎Crafting: file fix, replaced: File:Cotton_Balls.png → File:CottonBalls.png (2))
Line 31: Line 31:
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 8002 -->
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 8002 -->
{{Crafting/core|ing=2
{{Crafting/core|ing=2
  | product_image = [[File:Cotton_Balls.png|link=Alcohol Cotton Balls|Alcohol Cotton Balls]] | product_name = [[Alcohol Cotton Balls]] | product_quantity = x1
  | 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. -->
  | xp = <!-- Not present in the old template. Please fill in manually. -->
  | sl = ''none''
  | sl = ''none''
  | req =  
  | req =  
  | f1 = [[File:Cotton_Balls.png|link=Cotton Balls|Cotton Balls]] | i1 = [[Cotton Balls]] | q1 = x1 | tag1 = (consumed)
  | 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
  | f2 = [[File:Sterilizer2.png]] | i2 = [[Bottle of Disinfectant]]<br>or<br>[[Whiskey]] | q2 = x1
}}
}}

Revision as of 14:03, 4 April 2022

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

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
File:BandagesAni.png
Ripped Sheets
or
Bandage x1
none File:BandagesAni.png
Ripped Sheets
or
Bandage x1
(consumed)
File:Sterilizer.png
Bottle of Disinfectant
or
Bourbon
or
Cotton Balls x1
Alcohol Cotton Balls
Cotton Balls x1
none Cotton Balls
Cotton Balls x1
(consumed)
File:Sterilizer2.png
Bottle of Disinfectant
or
Bourbon x1


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