Beta Blockers

From PZwiki
Revision as of 11:56, 8 August 2018 by Vaileasys (talk | contribs)
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 are drainable, and they can be used ten times before they run out.

Panic decreases the player's accuracy, therefore taking beta blockers is ideal if the player is expected to encounter zombies.

Distribution

Beta Blockers can be found in medicine cabinets, in several places within a pharmacy such as a fridge, on dead zombies and other various places as it is viewed as a generic item within the game.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

	item PillsBeta
		Weight			= 0.2,
		Type			= Drainable,
        	UseDelta		= 0.1,
		UseWhileEquipped	= FALSE,
		DisplayName		= Beta Blockers,
		Icon			= PillsBetablocker,
		Tooltip 		= Tooltip_PillsBetablocker,

See also

General First Aid

Template:Navbox/Consumables