Cotton Balls: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 14: Line 14:
|data5 = 4
|data5 = 4
|class_name = See [[#Item IDs|Item IDs]]
|class_name = See [[#Item IDs|Item IDs]]
}}{{quote|text=Used to sterilize wounds and aid recovery from infection.|author=Cotton balls doused in alcohol in-game tooltip.}}'''Cotton Balls''' are an [[item]] used in [[First Aid|first aid]].
}}{{quote|text=Used to sterilize wounds and aid recovery from infection.|author=Cotton balls doused in alcohol in-game tooltip.}}'''Cotton balls''' are an [[item]] used in [[First Aid|first aid]].


==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'''.
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'''.


==Crafting==
==Crafting==

Revision as of 17:52, 8 August 2018

Template:Infobox item custom

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

Cotton balls can be disinfected to prevent wound infection. This can be done by using the cotton balls with a bottle of disinfectant or with a bottle of whiskey, producing cotton balls doused in alcohol.

Crafting

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

Distribution

Cotton balls can be found in 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 39.67.5

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

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

	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

General First Aid

Template:Navbox/Consumables