Sleeping Tablets

From PZwiki
Revision as of 12:55, 8 August 2018 by Vaileasys (talk | contribs)


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