Cotton Balls: Difference between revisions

From PZwiki
m (clean up, replaced: wikitable → pztable)
(Updated to version 40.43)
Line 1: Line 1:
{{languages|Cotton_Balls}}
{{languages|Cotton_Balls}}
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 39|incver=67.5}}{{Infobox item custom
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 40|incver=43}}{{Infobox item custom
|display_name=Cotton Balls
|display_name=Cotton Balls
|name_colour=Medical
|name_colour=Medical
Line 17: Line 17:


==Usage==
==Usage==
Cotton balls can be disinfected to prevent wound infection. This can be done by using the cotton balls with a [[Bottle of Disinfectant|bottle of disinfectant]] or with a bottle of [[whiskey]], producing '''cotton balls doused in alcohol'''.
{{Main|First Aid}}
Cotton balls can be disinfected with a [[Bottle of Disinfectant|bottle of disinfectant]] or [[whiskey]], producing '''cotton balls doused in alcohol'''. They are used to disinfect a wound before applying a bandage reducing the chance of the wound becoming [[Health#Types_of_Injuries|infected]].


==Crafting==
==Crafting==
Line 25: Line 26:


==Distribution==
==Distribution==
Cotton balls can be found in [[Containers#Cabinets|medical cabinets]], and in several places within a pharmacy.
Cotton balls can be found in [[First Aid Kit|first aid kits]], [[Containers#Cabinets|medical cabinets]], and in several places within a pharmacy.


==Item IDs==
==Item IDs==
Line 43: Line 44:


''Cotton Balls'' [[File:CottonBalls.png]]
''Cotton Balls'' [[File:CottonBalls.png]]
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=40|incver=43}}
<pre> item CottonBalls
<pre> item CottonBalls
Weight = 0.1,
Weight = 0.1,
Line 51: Line 52:


''Cotton Balls Doused in Alcohol'' [[File:CottonBalls.png]]
''Cotton Balls Doused in Alcohol'' [[File:CottonBalls.png]]
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=40|incver=43}}
<pre> item AlcoholedCottonBalls
<pre> item AlcoholedCottonBalls
Type = Drainable,
Type = Drainable,
Line 63: Line 64:


== See also ==
== See also ==
[[First Aid|General First Aid]]
* [[First Aid|General First Aid]]
* [[Health|Player Health]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}

Revision as of 21:11, 26 July 2019

Cotton Balls
Cotton Balls
General
Category Item
Encumbrance
Heavy Load
0.1
Cotton Balls
Function Douse with alcohol
Cotton Balls Doused in Alcohol
Function Disinfect wounds
Alcohol 4
Technical details
Item ID See Item IDs
Used to sterilize wounds and aid recovery from infection.
— Cotton balls doused in alcohol in-game tooltip.

Cotton balls are an item used in first aid.

Usage

Main article: First Aid

Cotton balls can be disinfected with a bottle of disinfectant or whiskey, producing cotton balls doused in alcohol. They are used to disinfect a wound before applying a bandage reducing the chance of the wound becoming infected.

Crafting

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

Distribution

Cotton balls can be found in first aid kits, medical cabinets, and in several places within a pharmacy.

Item IDs

Vehicle type Class name
Cotton Balls Base.CottonBalls
Cotton Balls Doused in Alcohol Base.AlcoholedCottonBalls

Code

From newitems.txt (Project Zomboid directory/media/scripts/)

Cotton Balls CottonBalls.png Retrieved: Build 40.43

	item CottonBalls
		Weight		= 0.1,
		Type		= Normal,
		DisplayName	= Cotton Balls,
		Icon		= CottonBalls,

Cotton Balls Doused in Alcohol CottonBalls.png Retrieved: Build 40.43

	item AlcoholedCottonBalls
		Type			= Drainable,
		UseDelta		= 1,
		UseWhileEquipped	= FALSE,
		DisplayName		= Cotton Balls Doused in Alcohol,
		Icon			= CottonBalls,
		Weight			= 0.1,
		AlcoholPower		= 4,
		Tooltip			= Tooltip_AlcoholBandage,

See also

Template:Navbox/Consumables