Beta Blockers: Difference between revisions

From PZwiki
No edit summary
m (Updated page)
Line 1: Line 1:
{{languages|Beta Blockers}}
{{languages|Beta Blockers}}
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 39|incver=67.5}}{{Infobox drainable
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 41|incver=50}}{{Infobox drainable
|display_name=Beta Blockers
|display_name=Beta Blockers
|name_colour=Medical
|name_colour=Medical
Line 12: Line 12:


==Usage==
==Usage==
Beta blockers are drugs available to the player to lower their [[Moodles#Panicked|panic]] level over time when dealing with [[zombie]] encounters. They are drainable, and they can be used ten times before they run out.  
Beta blockers are drugs available to the player to lower their [[Moodles#Panicked|panic]] level over time when dealing with [[zombie]] encounters. They can be used ten times before they run out and have a stronger affect the more you take allowing for the player to deal with increasing more zombies.


Panic decreases the player's accuracy, 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.
Panic decreases the player's accuracy, notably when using firearms, 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==
==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.
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
 
== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=41|incver=50}}
<pre> item PillsBeta
<pre> item PillsBeta
Weight = 0.2,
Weight = 0.2,
Line 29: Line 28:
DisplayName = Beta Blockers,
DisplayName = Beta Blockers,
Icon = PillsBetablocker,
Icon = PillsBetablocker,
Tooltip = Tooltip_PillsBetablocker,</pre>
Tooltip = Tooltip_PillsBetablocker,
                StaticModel            = PillBottle,
Medical                = TRUE,</pre>


== See also ==
== See also ==

Revision as of 04:53, 11 July 2021

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 affect the more you take allowing for the player to deal with increasing more zombies.

Panic decreases the player's accuracy, notably when using firearms, 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

Code

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

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

See also

General First Aid

Template:Navbox/Consumables