Beta Blockers

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
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 are able to stack their effect up to four times, allowing for the player to deal with increasingly more zombies.

Panic decreases the player's accuracy when using firearms and lowers melee damage, critical chance and vision cone, 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.

PillsBeta distribution Show / Hide
Containers
Building / Room Container Rolls Chance
MedicalCache1 MedicalBox 4 10.0
all inventoryfemale 1 0.1
all medicine 4 1.0
all militarycrate 4 2.0
bathroom counter 4 1.0
bathroom medicine 4 1.0
bathroom shelves 4 1.0
dentiststorage metal_shelves 4 20.0
dentiststorage metal_shelves 4 10.0
kennels counter 4 20.0
kennels counter 4 10.0
laboratory crate 4 10.0
Vehicles
Vehicle Type/Location Rolls Chance
AmbulanceTruckBed 4 10

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