Beta Blockers: Difference between revisions

From PZwiki
m (Tickleman moved page Beta Blockers to Beta Blockers over redirect: The original item name has uppercase)
Line 8: Line 8:


== Code ==
== Code ==
  <nowiki>item PillsBeta
  <nowiki>
item PillsBeta
{
{
Weight = 0.2,
  Weight = 0.2,
Type = Drainable,
  Type = Drainable,
        UseDelta = 0.1,
  UseDelta = 0.1,
UseWhileEquipped = FALSE,
  UseWhileEquipped = FALSE,
DisplayName = Beta Blockers,
  DisplayName = Beta Blockers,
Icon = PillsBetablocker,
  Icon = PillsBetablocker,
Tooltip = Tooltip_PillsBetablocker,
  Tooltip = Tooltip_PillsBetablocker,
}</nowiki>
}</nowiki>



Revision as of 00:36, 13 January 2015

Template:Items

Beta blockers can be found inside of medicine cabinets in bathrooms; they are drainable, and they can be used ten times before they run out. They are used to lower the panic of your character when he or she 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
{
  Weight = 0.2,
  Type = Drainable,
  UseDelta = 0.1,
  UseWhileEquipped = FALSE,
  DisplayName = Beta Blockers,
  Icon = PillsBetablocker,
  Tooltip = Tooltip_PillsBetablocker,
}

See Also


Template:Navbox/Consumables