Sleeping Tablets: Difference between revisions

From PZwiki
m (Fixed minor mistakes)
(Redesigned page, + Navbar, reorganised/rewrote description, confirmed code, +death section + categories. + First aid linkage)
Line 1: Line 1:
{{languages}}
__NOTOC__
{{Items
{{languages|Sleeping_tablets}}
<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 -->
<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 -->
<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 -->
{{Medical
|image = Sleepingtablets.png  
|image = Sleepingtablets.png  
|primaryuse= Induce Drowsiness
|bandagepower = 0.0
|alcoholpower = 0.0
|weight = 0.2
|weight = 0.2
}}
}}
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.
Sleeping Tablets are 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, with each packet allowing 10 uses before they are exhausted.
 
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 found also in several places within a pharmacy.


== Effects ==
== Effects ==
Induces [[moodles|drowsiness]].
Painkillers induce [[moodles|drowsiness]] when taken.


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 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.
Line 15: Line 24:
Taking three or more sleeping tablets causes the third level of sleepiness (very tired) in around two in-game hours.  The final level of sleepiness (exhausted) occurs shortly after.
Taking three or more sleeping tablets causes the third level of sleepiness (very tired) in around two in-game hours.  The final level of sleepiness (exhausted) occurs shortly after.


'''Warning:'''
== Death ==
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.
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 ==
== Code ==
  <nowiki>
  <nowiki>
item PillsSleepingTablets
item PillsSleepingTablets
{
Weight = 0.2,
  Weight = 0.2,
Type = Drainable,
  Type = Drainable,
        UseDelta = 0.1,
  UseDelta = 0.1,
UseWhileEquipped = FALSE,
  UseWhileEquipped = FALSE,
DisplayName = Sleeping Tablets,
  DisplayName = Sleeping Tablets,
Icon = PillsSleeping,
  Icon = PillsSleeping,
Tooltip = Tooltip_PillsSleeping,
  Tooltip = Tooltip_PillsSleeping,
</nowiki>
}</nowiki>
 
 
== See Also ==
[[First_Aid|General First Aid]]


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

Revision as of 01:50, 21 August 2016


Page Updated @ Version: 34.28

Template:Medical Sleeping Tablets are 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, with each packet allowing 10 uses before they are exhausted.

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 found also in several places within a pharmacy.

Effects

Painkillers induce drowsiness when taken.

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 (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. The final level of sleepiness (exhausted) occurs shortly after.

Death

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,


See Also

General First Aid

Template:Navbox/Consumables