Beta Blockers: Difference between revisions

From PZwiki
mNo edit summary
m (Simplified redundant links)
 
(36 intermediate revisions by 13 users not shown)
Line 1: Line 1:
{{languages|Beta Blockers}}
{{Header|Project Zomboid|Items|Medical items}}
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 39|incver=67.5}}{{Infobox drainable
{{Page version|41.78.16}}
|display_name=Beta Blockers
{{Infobox item
|name_colour=Medical
|name=Beta Blockers
|name_text_colour=Medical
|model=PillsBetablocker_Model.png
|image = PillsBetablocker_120px.png
|icon=PillsBetablocker.png
|weight = 0.2
|icon_name=Beta Blockers
|primary_use = Reduce [[Moodles#Panic|panic]]
|weight=0.2
|max_units = 10
|primary_use=Reduce [[panic]]
|class_name = Base.PillsBeta
|max_units=10
}}{{quote|text=Reduces panic|author=In-game tooltip.}}'''Beta blockers''' are an [[item]] used in [[First Aid|first aid]].
|item_id=Base.PillsBeta
}}
{{Quote|text=Reduces panic|author=In-game tooltip.}}
'''Beta blockers''' are an [[Items|item]] used in [[First Aid|first aid]].


==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 [[Panicked|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, therefore taking beta blockers is ideal if the player is expected to encounter zombies.
Panic decreases the player's accuracy when using [[firearms]] and lowers [[Weapons#Melee Weapons|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==
==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.
The loot distributions can be found in the table(s) below.


== Code ==
<!--BOT FLAG|PillsBeta|41.78.16-->
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{clear}}
{{Retrieved|version=39|incver=67.5}}
<div class="togglebox theme-red">
<pre> item PillsBeta
    <div>PillsBeta distribution
Weight = 0.2,
        <span class="mw-customtoggle-togglebox-PillsBeta" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
Type = Drainable,
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-PillsBeta">
        UseDelta = 0.1,
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
UseWhileEquipped = FALSE,
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
DisplayName = Beta Blockers,
    |+ {{ll|Containers}}
Icon = PillsBetablocker,
    ! Building / Room
Tooltip = Tooltip_PillsBetablocker,</pre>
    ! Container
    ! Rolls
    ! Chance
    |-
    | MedicalCache1
    | {{ll|MedicalBox}}
    | 4
    | 10.0
    |-
    | all
    | {{ll|inventoryfemale}}
    | 1
    | 0.1
    |-
    | all
    | {{ll|medicine}}
    | 4
    | 1.0
    |-
    | all
    | {{ll|militarycrate}}
    | 4
    | 2.0
    |-
    | bathroom
    | {{ll|counter}}
    | 4
    | 1.0
    |-
    | bathroom
    | {{ll|medicine}}
    | 4
    | 1.0
    |-
    | bathroom
    | {{ll|shelves}}
    | 4
    | 1.0
    |-
    | dentiststorage
    | {{ll|metal_shelves}}
    | 4
    | 20.0
    |-
    | dentiststorage
    | {{ll|metal_shelves}}
    | 4
    | 10.0
    |-
    | kennels
    | {{ll|counter}}
    | 4
    | 20.0
    |-
    | kennels
    | {{ll|counter}}
    | 4
    | 10.0
    |-
    | laboratory
    | {{ll|crate}}
    | 4
    | 10.0
    |}
</div>
<div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Vehicles}}
    ! Vehicle Type/Location
    ! Rolls
    ! Chance
    |-
    | AmbulanceTruckBed
    | 4
    | 10
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-PillsBeta" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|PillsBeta|41.78.16-->


== See also ==
==Gallery==
[[First_Aid|General First Aid]]
<gallery>
PillBottle.png|Pill texture in the game files
</gallery>


{{Navbox/Consumables}}
==Trivia==
*They currently have the same model as [[Antidepressants]].
*The company written on the lid of the pill model, ''Binky'' is a reference to one of the [[Project Zomboid]] developers, [[Andy Hodgetts|CaptainBinky]].
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 1177
  | source = items.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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==
*[[First Aid]]
*[[Antidepressants]]
*[[Cigarettes]]
 
{{Navbox items|medical}}

Latest revision as of 11:12, 25 April 2024

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