Antidepressants

From PZwiki
Revision as of 04:38, 11 July 2021 by Dary4 (talk | contribs) (Extra usage info)
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

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.50

	item PillsAntiDep
		Weight			= 0.2,
		Type			= Drainable,
        	UseDelta		= 0.1,
		UseWhileEquipped	= FALSE,
		DisplayName		= Antidepressants,
		Icon			= PillsAntidepressant,
		Tooltip 		= Tooltip_PillsAntidepressant,
                StaticModel             = PillBottle,
		Medical                 = TRUE,

See also

General First Aid

Template:Navbox/Consumables