Alcohol Wipes: Difference between revisions

From PZwiki
m (minor)
(Infobox update)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Consumables|Medical Items|type=Medical|version=Version 41|incver=78.16}}
{{Header|Project Zomboid|Items|Consumables|Medical Items|type=Medical|version=Version 41|incver=78.16}}
{{Infobox drainable
{{Infobox item
|display_name=Alcohol Wipes
|name=Alcohol Wipes
|name_colour=Medical
|model= AlcoholWipes_Model.png
|name_text_colour=Medical
|icon=AlcoholWipes.png
|image = AlcoholWipes_Model.png
|icon_name=Alcohol Wipes
|alternate_image=AlcoholWipes.png
|alternate_name=Alcohol Wipes
|weight = 0.3
|weight = 0.3
|primary_use = [[Health#Healing|Disinfecting]] [[Health#Types of Injuries|wounds]]
|primary_use = [[Health#Healing|Disinfecting]] [[Health#Types of Injuries|wounds]]
|max_units = 5
|max_units = 5
|alcohol_power = 4
|alcohol_power = 4
|class_name = Base.AlcoholWipes
|item_id= Base.AlcoholWipes
}}
}}
{{Quote|text=Used to sterilize wounds and aid recovery from infection.|author=In-game tooltip.}}
{{Quote|text=Used to sterilize wounds and aid recovery from infection.|author=In-game tooltip.}}

Revision as of 12:48, 23 February 2024

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

Template:Navbox medical