Beta Blockers: Difference between revisions

From PZwiki
mNo edit summary
Line 24: Line 24:


==Gallery==
==Gallery==
<gallery>
File:PillBottle.png|400px|Pill texture in the game files.
File:PillBottle.png|400px|Pill texture in the game files.
</gallery>


==Trivia==
==Trivia==

Revision as of 05:29, 27 January 2024

Beta Blockers
Beta Blockers
Beta Blockers
General
Category Item
Encumbrance
Heavy Load
0.2
Function Reduce panic
Capacity 10 units
Technical details
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

Beta Blockers can be found in medicine cabinets, in several places within a pharmacy such as a fridge, or on dead zombies as a rare drop

Gallery

Trivia

  • They currently have the same model as Antidepressants.
  • Binky is written on the lid of the pill model, a reference to one of the Project Zomboide devs better known as Captain Binky, this Can be seen in the game files in the textures section.

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