Antidepressants: Difference between revisions

From PZwiki
m (reupload tag)
m (Add reupload reason, fix links)
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}}
{{Reupload}}<!--Missing 3D model-->
{{Reupload|Missing 3D model}}
{{Infobox drainable
{{Infobox drainable
|display_name=Antidepressants
|display_name=Antidepressants
Line 53: Line 53:
==See also==
==See also==
*[[First Aid]]
*[[First Aid]]
*[[Items#Sweets|Sweets]]
*[[Food#Sweets|Sweets]]
*[[Drink|Drinks]]
*[[Food#Drink|Drinks]]


{{Navbox medical}}
{{Navbox medical}}

Revision as of 13:09, 11 January 2024

Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Antidepressants
Antidepressants
General
Category Item
Encumbrance
Heavy Load
0.2
Function Reduce unhappiness
Capacity 10 units
Technical details
item ID Base.PillsAntiDep
Reduces unhappiness over a sustained period
— In-game tooltip.

Antidepressants are a drainable item used in first aid.

Usage

Using antidepressants reduces the player's unhappiness over a long period of time, taking at least 2 hours before they can have any effect.

Unhappiness reduces inventory transfer speed and weapon equip speed. Because of this, players should not rely on them if they find themselves needing to reduce unhappiness.

Distribution

Antidepressants can be found in medical cabinets, in several places within a pharmacy such as a fridge, on dead zombies and other various places.

Code

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

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.78.16
item PillsAntiDep
{
    DisplayCategory = FirstAid,
    Weight = 0.2,
    Type = Drainable,
    UseDelta = 0.1,
    UseWhileEquipped = FALSE,
    DisplayName = Antidepressants,
    Icon = PillsAntidepressant,
    Tooltip = Tooltip_PillsAntidepressant,
    StaticModel = PillBottle,
    WorldStaticModel = PillBottleGround,
    Medical = TRUE,
}

See also

Template:Navbox medical