Beta Blockers: Difference between revisions

From PZwiki
(Corrected Layout due to Medical Template change.)
(adjustments to layout. Added new infobox and header)
Tag: categories removed
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Beta_Blockers}}
{{languages|Beta_Blockers}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 39|incver=67.5}}{{Infobox drainable
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|display_name=Beta Blockers
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Medical Items|Medical Items]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Medical
{{Medical
|name_text_colour=Medical
|image = Betablockers.png
|image = PillsBetablocker.png
|primaryuse= Reduce Panic Level
|bandagepower = 0.0
|alcoholpower = 0.0
|weight = 0.2
|weight = 0.2
}}
|primary_use = Reduce [[Moodles#Panic|panic]]
|max_units = 10
|class_name = Base.PillsBeta
}}{{quote|text=Reduces panic|author=In-game tooltip.}}'''Beta blockers''' are an [[item]] used in [[First Aid|first aid]].


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.  
==Usage==
<br><br>
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.  
 
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.
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.


== Effects ==
Makes character less [[Moodles#Panicked|panicked]] over time.
<br><br><br><br>
== Code ==
== Code ==
  <nowiki>
  <pre> item PillsBeta
item PillsBeta
Weight = 0.2,
Weight = 0.2,
Type = Drainable,
Type = Drainable,
Line 28: Line 28:
DisplayName = Beta Blockers,
DisplayName = Beta Blockers,
Icon = PillsBetablocker,
Icon = PillsBetablocker,
Tooltip = Tooltip_PillsBetablocker,
Tooltip = Tooltip_PillsBetablocker,</pre>
</nowiki>
== Future ==
{{Notice|Unconfirmed}}
It is speculated that in a future version, the player character may become addicted to beta-blockers if too many are taken or the player may need to deal with side-effects.


== See Also ==
== See also ==
[[First_Aid|General First Aid]]
[[First_Aid|General First Aid]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Medical Items]]
[[Category:Items]]
[[Category:Version 34.28]]

Revision as of 07:36, 26 July 2018


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

	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