Antidepressants: Difference between revisions

From PZwiki
mNo edit summary
m (Checked content and updated version to 40.43)
Line 1: Line 1:
{{languages|Antidepressants}}
{{languages|Antidepressants}}
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 39|incver=67.5}}{{Infobox drainable
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 40|incver=43}}{{Infobox drainable
|display_name=Antidepressants
|display_name=Antidepressants
|name_colour=Medical
|name_colour=Medical
Line 19: Line 19:
== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=40|incver=43}}
<pre> item PillsAntiDep
<pre> item PillsAntiDep
Weight = 0.2,
Weight = 0.2,

Revision as of 01:43, 4 July 2019

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

Makes the player less unhappy over a period of time, i.e. not immediately.[verify]

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 40.43

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

See also

General First Aid

Template:Navbox/Consumables