Antidepressants: Difference between revisions

From PZwiki
No edit summary
Line 14: Line 14:


== Code ==
== Code ==
  <nowiki>item PillsAntiDep
  <nowiki>
item PillsAntiDep
{
{
Weight = 0.2,
  Weight = 0.2,
Type = Drainable,
  Type = Drainable,
        UseDelta = 0.1,
  UseDelta = 0.1,
UseWhileEquipped = FALSE,
  UseWhileEquipped = FALSE,
DisplayName = Anti-depressants,
  DisplayName = Anti-depressants,
Icon = PillsAntidepressant,
  Icon = PillsAntidepressant,
Tooltip = Tooltip_PillsAntidepressant,
  Tooltip = Tooltip_PillsAntidepressant,
}</nowiki>
}</nowiki>



Revision as of 00:36, 13 January 2015

Template:Items

Anti-depressants can be found inside of medicine cabinets in bathrooms or in a pharmacy.


Effects

Makes character less Unhappy over time.


Code

item PillsAntiDep
{
  Weight = 0.2,
  Type = Drainable,
  UseDelta = 0.1,
  UseWhileEquipped = FALSE,
  DisplayName = Anti-depressants,
  Icon = PillsAntidepressant,
  Tooltip = Tooltip_PillsAntidepressant,
}

See Also

Template:Navbox/Consumables