Painkillers: Difference between revisions

From PZwiki
(Redesigned page, + Navbar, reorganised/rewrote description, confirmed code, +future, + categories. + First aid linkage -vitamin link)
Line 1: Line 1:
{{languages}}
__NOTOC__
{{Items
{{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 -->
<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 = Painkillers.png  
|image = Painkillers.png  
|primaryuse= Reduce Pain Moodle
|bandagepower = 0.0
|alcoholpower = 0.0
|weight = 0.2
|weight = 0.2
}}
}}
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.


Painkillers are usually found within [[medicine cabinets]] in bathrooms; and can also occur as a rare drop on [[zombie]] corpses. They are used to remove pain associated with [[injuries]], and to reverse the adverse effects that come with pain; as well as being drainable, meaning they can be used multiple times before they become worthless.
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.
 
It is recommended to bring a bottle of painkillers with you at all times, because you never know when your character will get hurt. In addition to that, keep at least 3 or 4 bottles at home, in case your character used up his original bottle or is seriously injured. Taking multiple pills will speed up/strengthen the removal of pain. In the future, the character will face the side effects of drug misuse if consumed excessively.
 
 


Taking multiple pills will speed up/strengthen the removal of pain. As of Version 34.28, you cannot overdose on painkillers.


== Effects ==
== Effects ==
Removes negative pain [[moodles]], which will help you sleep/fight better.
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.
 
 
 
 


== Code ==
== Code ==
  <nowiki>
  <nowiki>
item Pills
item Pills
{
Weight = 0.2,
  Weight = 0.2,
Type = Drainable,
  Type = Drainable,
        UseDelta = 0.1,
  UseDelta = 0.1,
UseWhileEquipped = FALSE,
  UseWhileEquipped = FALSE,
DisplayName = Painkillers,
  DisplayName = Painkillers,
Icon = PillsPainkiller,
  Icon = PillsPainkiller,
Tooltip = Tooltip_Painkillers,
  Tooltip = Tooltip_Painkillers,
</nowiki>
}</nowiki>
== Future ==
 
{{Notice|Unconfirmed}}
==See Also==
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.
* [[Vitamins]]
== 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 00:33, 21 August 2016


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Medical Items -> Painkillers   

Template:Medical Painkillers are used to remove pain associated with 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.

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.

Taking multiple pills will speed up/strengthen the removal of pain. As of Version 34.28, you cannot overdose on painkillers.

Effects

Painkillers lowers pain experienced by the character as shown by the 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.

Code

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

Future

This article or section may contain unconfirmed information about future development. It may not be entirely reliable.

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

General First Aid

Template:Navbox/Consumables