Antidepressants: Difference between revisions

From PZwiki
mNo edit summary
(Redesigned Page, + Navbar, reworked description, confirmed info, changed categories, removed speculation on future design.)
Line 1: Line 1:
{{languages}}
__NOTOC__
{{Items
{{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 -->
<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 -->
<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 -->
{{Medical
|image = Antidepressants.png|32px
|image = Antidepressants.png|32px
|primaryuse= Reduce Unhappiness Level
|bandagepower = 0.0
|alcoholpower = 0.0
|weight = 0.2
|weight = 0.2
}}
}}


'''Anti-depressants''' can be found inside of [[medicine cabinets]] in bathrooms or in a pharmacy.
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>
 


Anti-depressants can be found in medical cabinets, in several places within a phamarcy such as a fridge, on dead zombies and other various places as it is viewed as a generic item within the game.


== Effects ==
== Effects ==
Makes character less [[Unhappy]] over time. It is speculated that in a future update the player character may become addicted to painkillers if too many are taken.
Makes character less [[Unhappy]] over time.  
 
<br><br><br>
== Code ==
== Code ==
  <nowiki>
  <nowiki>
item PillsAntiDep
item PillsAntiDep
{
Weight = 0.2,
  Weight = 0.2,
Type = Drainable,
  Type = Drainable,
        UseDelta = 0.1,
  UseDelta = 0.1,
UseWhileEquipped = FALSE,
  UseWhileEquipped = FALSE,
DisplayName = Antidepressants,
  DisplayName = Anti-depressants,
Icon = PillsAntidepressant,
  Icon = PillsAntidepressant,
Tooltip = Tooltip_PillsAntidepressant,
  Tooltip = Tooltip_PillsAntidepressant,
</nowiki>
}</nowiki>


==See Also==
== See Also ==
* [[beta blockers]]
[[First_Aid|General First Aid]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
Line 32: Line 38:
[[Category:Medical Items]]
[[Category:Medical Items]]
[[Category:Items]]
[[Category:Items]]
[[Category:Version 0.2.0p]]
[[Category:Version 34.28]]

Revision as of 01:45, 19 August 2016


Page Updated @ Version: 34.28

Template:Medical

Anti-depressants are drugs available to the player to lower their unhappiness level. Their effect is not immediate but over a period of time.

Anti-depressants can be found in medical cabinets, in several places within a phamarcy such as a fridge, on dead zombies and other various places as it is viewed as a generic item within the game.

Effects

Makes character less Unhappy over time.


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