Sleeping Tablets: Difference between revisions

From PZwiki
No edit summary
Line 19: Line 19:


== Code ==
== Code ==
  <nowiki>item PillsSleepingTablets
  <nowiki>
{
item PillsSleepingTablets
Weight = 0.2,
{
Type = Drainable,
  Weight = 0.2,
        UseDelta = 0.1,
  Type = Drainable,
UseWhileEquipped = FALSE,
  UseDelta = 0.1,
DisplayName = Sleeping Tablets,
  UseWhileEquipped = FALSE,
Icon = PillsSleeping,
  DisplayName = Sleeping Tablets,
Tooltip = Tooltip_PillsSleeping,
  Icon = PillsSleeping,
}</nowiki>
  Tooltip = Tooltip_PillsSleeping,
}</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}

Revision as of 00:35, 13 January 2015

Template:Items Sleeping Tablets can be found inside of medicine cabinets in bathrooms, in bedroom wardrobes, and can also occur as a rare drop on zombie corpses. They can be used to induce drowsiness, allowing the character to go to sleep earlier, and therefore fix him or her into a proper sleep schedule. They are drainable, meaning they can be used multiple times before they become worthless.

Effects

Induces drowsiness.

Taking one sleeping tablet causes the first level of sleepiness (drowsy) in around six in-game hours. Each subsequent level of sleepiness (tired, very tired, then exhausted) occurs shortly after.

Taking two sleeping tablets causes the second level of sleepiness (tired) in around four in-game hours. Each subsequent level of sleepiness (tired, very tired, then exhausted) occurs shortly after.

Taking three or more sleeping tablets causes the third level of sleepiness (very tired) in around two in-game hours. Each subsequent level of sleepiness (tired, very tired, then exhausted) occurs shortly after.

Warning: Just like in real life, it is possible to overdose on sleeping tablets, lethally, so use them with care. It is an alternative to drinking bleach, in terms of having the player kill themselves.

Code

item PillsSleepingTablets
{
  Weight = 0.2,
  Type = Drainable,
  UseDelta = 0.1,
  UseWhileEquipped = FALSE,
  DisplayName = Sleeping Tablets,
  Icon = PillsSleeping,
  Tooltip = Tooltip_PillsSleeping,
}

Template:Navbox/Consumables