Antidepressants: Difference between revisions

From PZwiki
m (→‎See also: Change order)
(Automated update of distribution header)
Line 21: Line 21:
Unhappiness reduces inventory transfer speed and weapon equip speed. Because of this, players should not rely on them if they find themselves needing to reduce unhappiness.
Unhappiness reduces inventory transfer speed and weapon equip speed. Because of this, players should not rely on them if they find themselves needing to reduce unhappiness.


{{clear}}
==Distribution==
==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.
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
!Building/Room
!Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" |Chance
|-
| rowspan="1"|all
| [[militarycrate]]
| 4
| 2
|-
| rowspan="3"|bathroom
| [[counter]]
| 4
| 1
|-
|[[medicine]]
|4
|1
|-
|[[shelves]]
|4
|1
|-
| rowspan="2"|dentiststorage
| [[metal_shelves]]  
| 4
| 1
|-
|[[metal_shelves]]
|4
|2
|-
| rowspan="2"|kennels
| [[counter]]  
| 4
| 1
|-
|[[counter]]
|4
|2
|-
| rowspan="1"|laboratory
| [[crate]]  
| 4
| 1
|}


==Trivia==
==Trivia==

Revision as of 10:09, 11 February 2024

Antidepressants
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 sustained periods
— In-game tooltip.

Antidepressants are a drainable item used in first aid.

Usage

Using antidepressants reduces the player's unhappiness over a long period of time, taking at least 2 hours before they can have any effect.

Unhappiness reduces inventory transfer speed and weapon equip speed. Because of this, players should not rely on them if they find themselves needing to reduce unhappiness.

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
all militarycrate 4 2
bathroom counter 4 1
medicine 4 1
shelves 4 1
dentiststorage metal_shelves 4 1
metal_shelves 4 2
kennels counter 4 1
counter 4 2
laboratory crate 4 1

Trivia

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.78.16
item PillsAntiDep
{
    DisplayCategory = FirstAid,
    Weight = 0.2,
    Type = Drainable,
    UseDelta = 0.1,
    UseWhileEquipped = FALSE,
    DisplayName = Antidepressants,
    Icon = PillsAntidepressant,
    Tooltip = Tooltip_PillsAntidepressant,
    StaticModel = PillBottle,
    WorldStaticModel = PillBottleGround,
    Medical = TRUE,
}

See also

Template:Navbox medical