Alcohol Wipes

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Alcohol Wipes
AlcoholWipes Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Function
Properties
Capacity
5 units
Effect
Sterilize powerDisinfection
4
Technical
Item ID
Base.AlcoholWipes
Used to sterilize wounds and aid recovery from infection.
— In-game tooltip.

Alcohol wipes are a drainable item used in first aid.

Usage

First Aid

For main article, see First Aid

Alcohol wipes are the easiest and most effective form of disinfectant in the game. They are used to remove infections from wounds, and are an integral part of the health system. The wipes are also drainable, providing five uses before the pack runs out. Like other disinfectants, using alcohol wipes will cause an increase in pain to the player, so combining them with painkillers is advised.

Tips

It is recommended to keep a form of disinfectant nearby at all times, as dangers lurk around every corner in Project Zomboid, and all wounds have the potential to become infected - making the alcohol wipes or other disinfectants some of the most commonly used medical equipment.

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
MedicalCache1 MedicalBox 4 2
all militarycrate 4 1
conveniencestore shelves 4 1
shelves 4 2
dentiststorage metal_shelves 4 1
metal_shelves 4 2
metal_shelves 4 1
metal_shelves 4 1
kennels counter 4 1
counter 4 2
counter 4 1
counter 4 1
laboratory crate 4 1

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 AlcoholWipes
{
    DisplayCategory   = FirstAid,
    Type              = Drainable,
    UseDelta          = 0.2,
    UseWhileEquipped  = FALSE,
    DisplayName       = Alcohol Wipes,
    Icon              = AlcoholWipes,
    Weight            = 0.3,
    AlcoholPower      = 4,
    Tooltip = Tooltip_AlcoholBandage,
    Medical = TRUE,
    ConsolidateOption = ContextMenu_Merge,
    WorldStaticModel = AlcoholWipes,
}

Trivia

  • This item used to have a slightly different icon at one point: AlcoholWipes-old.png

See also