Cotton Balls |
---|
 |
General |
---|
Category |
Item |
---|
Weight |
0.1 |
---|
Cotton Balls |
---|
Function |
Douse with alcohol |
---|
Cotton Balls Doused in Alcohol |
---|
Function |
Disinfect wounds |
---|
Alcohol |
4 |
---|
Technical details |
---|
Base 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
Product
|
Recipe
|
Description
|
Skill Level
|
|
|
Soak Cotton Balls in alcohol
|
First Aid Level 0
|
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
item CottonBalls
Weight = 0.1,
Type = Normal,
DisplayName = Cotton Balls,
Icon = CottonBalls,
Cotton Balls Doused in Alcohol
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