Beta Blockers: Difference between revisions

From PZwiki
m (Fixed Weight)
m (Fixed Coding)
Line 10: Line 10:
  <nowiki>item PillsBeta
  <nowiki>item PillsBeta
{
{
Type = Drainable,
Type = Drainable,
DisplayName = Beta Blockers,
DisplayName = Beta Blockers,
Icon = Pills2,
Icon = PillsBetablocker,
Weight = 0.2,
Weight = 0.2,
UseWhileEquipped = false,
UseWhileEquipped = false,
}</nowiki>
}</nowiki>



Revision as of 15:29, 4 May 2013

Template:Items

Beta blockers can be found inside of medicine cabinets in bathrooms. They are used to lower the panic of your character when he encounters zombies. It is best to keep some with you at all times because you never know when you may be faced with a large number of zombies or when under siege. It is planned that if you use beta blockers or any other kind of medicine excessively, you will have to face gruesome side effects.

Code

item PillsBeta
{
Type				=			Drainable,
		DisplayName			=			Beta Blockers,
		Icon				=			PillsBetablocker,
		Weight				=			0.2,
		UseWhileEquipped 	= 			false,
}

Template:Navbox/Consumables