Painkillers: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
m (reupload, minor)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Consumables|Medical Items|type=Medical|version=Version 41|incver=50}}
{{Header|Project Zomboid|Items|Consumables|Medical Items|type=Medical|version=Version 41|incver=50}}
{{Reupload}}<!--Missing 3D model-->
{{Infobox drainable
{{Infobox drainable
|display_name=Painkillers
|display_name=Painkillers
Line 15: Line 16:


==Usage==
==Usage==
Painkillers are used to remove [[Moodles#Pain|pain]] caused by [[Health|injuries]], while also reversing the effects associated with it. Severe pain can prevent the player from [[sleep|sleeping]] and decrease weapon accuracy, therefore making painkillers a handy accessory.  
Painkillers are used to remove [[Moodles#Pain|pain]] caused by [[Health|injuries]], while also reversing the effects associated with it. Severe pain can prevent the player from [[sleep]]ing 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.
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.

Revision as of 00:45, 11 January 2024

Frame.png
This article contains outdated/low-quality images.
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Painkillers
Painkillers
General
Category Item
Encumbrance
Heavy Load
0.2
Function Reduce pain
Capacity 10 units
Technical details
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

Painkillers are usually found within medicine cabinets in bathrooms, in several places within a pharmacy, and can also occur as a rare drop on zombie corpses.

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

Template:Navbox medical