Painkillers

From PZwiki
Spiffo controlyourself.png
This page was last updated for an older version (41.50).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Painkillers
PillsPainkiller Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
Reduce pain
Properties
Capacity
10 units
Technical
Item ID
Base.Pills
Reduce feelings of pain
— In-game tooltip.

Painkillers are a drainable item used in first aid.

Usage

Painkillers are used to remove pain caused by injuries, while also reversing the effects associated with it. Severe pain can prevent the player from sleeping and decrease weapon accuracy, therefore making painkillers a handy accessory.

A full painkiller packet can be used 10 times before being exhausted. Taking multiple painkillers will not impose any negative effects upon the player, and will even improve its effect.

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
militarycrate 4 1
militarycrate 4 2
militarycrate 4 2
bathroom counter 4 4
medicine 4 4
shelves 4 4
bedroom desk 4 0.5
dresser 4 0.5
sidetable 4 0.5
conveniencestore shelves 4 1
shelves 4 2
dentiststorage metal_shelves 4 1
metal_shelves 4 1
metal_shelves 4 2
metal_shelves 4 2
metal_shelves 4 5
druglab counter 4 1
counter 4 2
drugshack counter 4 1
counter 4 2
kennels counter 4 1
counter 4 1
counter 4 2
counter 4 2
counter 4 1
counter 4 2
laboratory crate 4 1
prisoncells wardrobe 4 0.5

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.50
item Pills
{
    Weight = 0.2,
    Type = Drainable,
    UseDelta = 0.1,
    UseWhileEquipped = FALSE,
    DisplayName = Painkillers,
    Icon = PillsPainkiller,
    Tooltip = Tooltip_Painkillers,
    StaticModel = PillBottle,
    Medical = TRUE,
}

See also