Painkillers: Difference between revisions

From PZwiki
m (Correcting formatting on page)
mNo edit summary
(One intermediate revision by the same user not shown)
Line 1: Line 1:
__NOTOC__
{{languages|Painkillers}}
{{languages|Painkillers}}
<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=Painkillers
<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 = Painkillers.png
|image = PillsPainkiller_120px.png
|primaryuse= Reduce Pain Moodle
|bandagepower = 0.0
|alcoholpower = 0.0
|weight = 0.2
|weight = 0.2
}}
|primary_use = Reduce [[Moodles#Pain|pain]]
Painkillers are used to remove pain associated with [[Health|injuries]], and to reverse the adverse effects that come with pain; as well as being drainable, as a full painkiller packet can be used 10 times before being exhausted.
|max_units = 10
|class_name = Base.Pills
}}{{quote|text=Reduce feelings of pain|author=In-game tooltip.}}'''Painkillers''' are a drainable [[item]] used in [[First Aid|first aid]].


Painkillers are usually found within [[medicine cabinets]] in bathrooms; and can also occur as a rare drop on [[zombie]] corpses, and in several places within a pharmacy.
==Usage==
Painkillers are used to remove [[Moodles#Pain|pain]] caused by [[Health|injuries]], while also reversing the effects associated with it. Severe pain can prevent the player from [[sleep|sleeping]] and decrease weapon accuracy, therefore making painkillers a handy accessory.  


Taking multiple pills will speed up/strengthen the removal of pain. As of Version 34.28, you cannot overdose on painkillers.  
A full painkiller packet can be used 10 times before being exhausted. Taking multiple painkillers will not impose any negative effects upon the player, and will even improve its effect.
 
==Distribution==
Painkillers are usually found within [[Containers#Cabinets|medicine cabinets]] in bathrooms, in several places within a pharmacy and can also occur as a rare drop on [[zombie]] [[Containers#Corpses|corpses]].


== Effects ==
Painkillers lowers pain experienced by the character as shown by the [[Moodles#In_Pain|moodles]] on the interface. Severe pain prevents a character from sleeping and fighting properly, so painkillers are a handy accessory if you have been injured.
<br><br><br><br>
== Code ==
== Code ==
<nowiki>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
item Pills
{{Retrieved|version=39|incver=67.5}}
<pre> item Pills
Weight = 0.2,
Weight = 0.2,
Type = Drainable,
Type = Drainable,
Line 29: Line 29:
DisplayName = Painkillers,
DisplayName = Painkillers,
Icon = PillsPainkiller,
Icon = PillsPainkiller,
Tooltip = Tooltip_Painkillers,
Tooltip = Tooltip_Painkillers,</pre>
</nowiki>
 
== Future ==
== See also ==
{{Notice|Unconfirmed}}
It is speculated that in a future version, the player character may become addicted to painkillers or suffer negative side-effects if too many are taken.
== 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 13:53, 8 August 2018

Painkillers
Painkillers
General
Category Item
Encumbrance
Heavy Load
0.2
Function Reduce pain
Capacity 10 units
Technical details
item ID Base.Pills
Reduce feelings of pain
— In-game tooltip.

Painkillers are a drainable item used in first aid.

Usage

Painkillers are used to remove pain caused by injuries, while also reversing the effects associated with it. Severe pain can prevent the player from sleeping and decrease weapon accuracy, therefore making painkillers a handy accessory.

A full painkiller packet can be used 10 times before being exhausted. Taking multiple painkillers will not impose any negative effects upon the player, and will even improve its effect.

Distribution

Painkillers are usually found within medicine cabinets in bathrooms, in several places within a pharmacy and can also occur as a rare drop on zombie corpses.

Code

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

	item Pills
		Weight			= 0.2,
		Type			= Drainable,
        	UseDelta		= 0.1,
		UseWhileEquipped	= FALSE,
		DisplayName		= Painkillers,
		Icon			= PillsPainkiller,
		Tooltip 		= Tooltip_Painkillers,

See also

General First Aid

Template:Navbox/Consumables