Sleeping Tablets: Difference between revisions

From PZwiki
m (Vaileasys moved page Sleeping Tablets to Sleeping Tablets over redirect: official display name)
(adjustments to layout. Added new infobox and header)
Tag: categories removed
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Sleeping_tablets}}
{{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 -->
{{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=Sleeping Tablets
<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 = Sleepingtablets.png
|image = PillsSleeping.png
|primaryuse= Induce Drowsiness
|bandagepower = 0.0
|alcoholpower = 0.0
|weight = 0.2
|weight = 0.2
}}
|primary_use = Induce [[Moodles#Tired|drowsiness]]
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.
|max_units = 10
|class_name = Base.PillsSleepingTablets
}}{{quote|text=Helps in getting to sleep. Useful when anxious or in pain.|author=In-game tooltip.}}'''Sleeping tablets''' are a drainable [[item]] used in [[First Aid|first aid]].


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.
==Usage==
Sleeping tablets are used to induce [[Moodles#Tired|drowsiness]], allowing the player to sleep earlier, therefore getting them into a different [[sleep|sleeping]] schedule. They are more useful when the player is [[Moodles#Pain|in pain]] or [[Moodles#Anxious|anxious]], as this can disallow them to sleep, regardless of their level of tiredness.


== Effects ==
Each packet can be used 10 times before exhausting them.
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.
===Sleeping===
{{main|Sleep}}
Taking one sleeping tablet causes the first level of tiredness (drowsy) in around six in-game hours. Each subsequent level of tiredness (tired, very tired, 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 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.
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 ==
=== Death ===
Just like in real life, it is possible to overdose on sleeping tablets, while under the influence of alcohol, and potentially without if too many are consumed in general. Use them with care. It is an alternative to drinking [[bleach]], in terms of having the player kill themselves.
It is possible to overdose on sleeping tablets, requiring even less if the player is [[Moodles#Drunk|drunk]], therefore they should be used with care. It is an alternative to drinking [[bleach]] as a way of committing suicide.


==Distribution==
Sleeping tablets can be found inside of [[Containers#Cabinets|medicine cabinets]] in bathrooms, in bedroom [[Containers#Bedroom Storage|wardrobes]], and can also occur as a rare drop on [[zombie]] [[Containers#Corpses|corpses]]. They can also be found in several places within a pharmacy.


== Code ==
== Code ==
<nowiki>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
item PillsSleepingTablets
{{Retrieved|version=39|incver=67.5}}
<pre> item PillsSleepingTablets
Weight = 0.2,
Weight = 0.2,
Type = Drainable,
Type = Drainable,
Line 37: Line 41:
DisplayName = Sleeping Tablets,
DisplayName = Sleeping Tablets,
Icon = PillsSleeping,
Icon = PillsSleeping,
Tooltip = Tooltip_PillsSleeping,
Tooltip = Tooltip_PillsSleeping,</pre>
</nowiki>


 
== 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 08:30, 26 July 2018


Sleeping Tablets
Sleeping Tablets
General
Category Item
Encumbrance
Heavy Load
0.2
Function Induce drowsiness
Capacity 10 units
Technical details
item ID Base.PillsSleepingTablets
Helps in getting to sleep. Useful when anxious or in pain.
— In-game tooltip.

Sleeping tablets are a drainable item used in first aid.

Usage

Sleeping tablets are used to induce drowsiness, allowing the player to sleep earlier, therefore getting them into a different sleeping schedule. They are more useful when the player is in pain or anxious, as this can disallow them to sleep, regardless of their level of tiredness.

Each packet can be used 10 times before exhausting them.

Sleeping

Main article: Sleep

Taking one sleeping tablet causes the first level of tiredness (drowsy) in around six in-game hours. Each subsequent level of tiredness (tired, very tired, 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

It is possible to overdose on sleeping tablets, requiring even less if the player is drunk, therefore they should be used with care. It is an alternative to drinking bleach as a way of committing suicide.

Distribution

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

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

	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