Antidepressants: Difference between revisions

From PZwiki
m (Vaileasys moved page Antidepressants to Antidepressants: official display name)
(adjustments to layout. Added new infobox and header and removed speculative information)
Line 1: Line 1:
__NOTOC__
{{languages|Anti-depressants}}
{{languages|Anti-depressants}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 39|incver=67.5}}{{Infobox drainable
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|display_name=Antidepressants
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Medical Items|Medical Items]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Medical
{{Medical
|name_text_colour=Medical
|image = Antidepressants.png|32px
|image = PillsAntidepressant.png
|primaryuse= Reduce Unhappiness Level
|weight = 0.2
|weight = 0.2
}}
|primary_use = Reduce [[Moodles#Unhappy|unhappiness]]
|max_units = 10
|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]].


Anti-depressants are drugs available to the player to lower their unhappiness level. Their effect is not immediate but over a period of time. <br>
==Usage==
Makes the player less [[Moodles#Unhappy|unhappy]] over a period of time, i.e. not immediately.{{verify|It is uncertain whether this item actually has any effect on the player}}


Anti-depressants can be found in medical cabinets, in several places within a pharmacy such as a fridge, on dead zombies and other various places as it is viewed as a generic item within the game.
==Distribution==
Antidepressants can be found in [[Containers#Cabinets|medical cabinets]], in several places within a pharmacy such as a [[Containers#Refrigerators|fridge]], on [[Containers#Corpses|dead zombies]] and other various places.


== Effects ==
Makes character less [[Unhappy]] over time.
<br><br><br><br><br>
== Code ==
== Code ==
  <nowiki>
  <nowiki> item PillsAntiDep
item PillsAntiDep
Weight = 0.2,
Weight = 0.2,
Type = Drainable,
Type = Drainable,
Line 26: Line 25:
DisplayName = Antidepressants,
DisplayName = Antidepressants,
Icon = PillsAntidepressant,
Icon = PillsAntidepressant,
Tooltip = Tooltip_PillsAntidepressant,
Tooltip = Tooltip_PillsAntidepressant,</nowiki>
</nowiki>
== Future ==
{{Notice|Unconfirmed}}
It is speculated that in a future version, the player character may become addicted to anti-depressants if too many are taken.


== See Also ==
== See also ==
[[First_Aid|General First Aid]]
[[First_Aid|General First Aid]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Medical Items]]
[[Category:Items]]
[[Category:Version 34.28]]

Revision as of 08:33, 25 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 an 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

	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