Beta Blockers: Difference between revisions

From PZwiki
m (Automated category change)
m (Removing trailing whitespace(s))
Line 32: Line 32:
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" |Chance
|-
|-
| rowspan="1"|all  
| rowspan="1"|all
| [[militarycrate]]  
| [[militarycrate]]
| 4  
| 4
| 2
| 2
|-
|-
| rowspan="3"|bathroom  
| rowspan="3"|bathroom
| [[counter]]  
| [[counter]]
| 4  
| 4
| 1
| 1
|-
|-
Line 50: Line 50:
|1
|1
|-
|-
| rowspan="2"|dentiststorage  
| rowspan="2"|dentiststorage
| [[metal_shelves]]  
| [[metal_shelves]]
| 4  
| 4
| 1
| 1
|-
|-
Line 59: Line 59:
|2
|2
|-
|-
| rowspan="2"|kennels  
| rowspan="2"|kennels
| [[counter]]  
| [[counter]]
| 4  
| 4
| 1
| 1
|-
|-
Line 68: Line 68:
|2
|2
|-
|-
| rowspan="1"|laboratory  
| rowspan="1"|laboratory
| [[crate]]  
| [[crate]]
| 4  
| 4
| 1
| 1
|}
|}

Revision as of 05:48, 28 February 2024

{{

Beta Blockers
PillsBetablocker Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
Reduce panic
Properties
Capacity
10 units
Technical
Item ID
Base.PillsBeta
Reduces panic
— In-game tooltip.

Beta blockers are an item used in first aid.

Usage

Beta blockers are drugs available to the player to lower their panic level over time when dealing with zombie encounters. They can be used ten times before they run out and have a stronger effect the more you take, allowing for the player to deal with increasingly more zombies.

Panic decreases the player's accuracy when using firearms and lowers melee damage and critical chance, therefore taking beta blockers is ideal if the player is expected to encounter zombies. The effects last for one and a half in-game hours.

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

Gallery

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 PillsBeta
{
    DisplayCategory = FirstAid,
    Weight = 0.2,
    Type = Drainable,
    UseDelta = 0.1,
    UseWhileEquipped = FALSE,
    DisplayName = Beta Blockers,
    Icon = PillsBetablocker,
    Tooltip = Tooltip_PillsBetablocker,
    StaticModel = PillBottle,
    WorldStaticModel = PillBottleGround,
    Medical = TRUE,
}

See also

Template:Navbox medical