Antidepressants: Difference between revisions

From PZwiki
(adjustments to layout. Added new infobox and header and removed speculative information)
mNo edit summary
Line 1: Line 1:
{{languages|Anti-depressants}}
{{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 39|incver=67.5}}{{Infobox drainable
|display_name=Antidepressants
|display_name=Antidepressants
Line 9: Line 9:
|max_units = 10
|max_units = 10
|class_name = Base.PillsAntiDep
|class_name = Base.PillsAntiDep
}}{{quote|text=Reduces unhappiness over a sustained period|author=In-game tooltip.}}'''Antidepressants''' are an [[item]] used in [[First Aid|first aid]].
}}{{quote|text=Reduces unhappiness over a sustained period|author=In-game tooltip.}}'''Antidepressants''' are a drainable [[item]] used in [[First Aid|first aid]].


==Usage==
==Usage==
Line 18: Line 18:


== Code ==
== Code ==
<nowiki> item PillsAntiDep
{{Retrieved|version=39|incver=67.5}}
<pre> item PillsAntiDep
Weight = 0.2,
Weight = 0.2,
Type = Drainable,
Type = Drainable,
Line 25: Line 26:
DisplayName = Antidepressants,
DisplayName = Antidepressants,
Icon = PillsAntidepressant,
Icon = PillsAntidepressant,
Tooltip = Tooltip_PillsAntidepressant,</nowiki>
Tooltip = Tooltip_PillsAntidepressant,</pre>


== See also ==
== See also ==

Revision as of 09:57, 26 July 2018

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

Retrieved: Build 39.67.5

	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