Painkillers: Difference between revisions

From PZwiki
No edit summary
Line 2: Line 2:
{{Items
{{Items
|image = Pills.png  
|image = Pills.png  
|weight = 1
|weight = 0.1
}}
}}


Line 9: Line 9:
== Effects ==
== Effects ==
Removes negative pain [[moodles]], which will help you sleep if you are in too much pain to do so otherwise.
Removes negative pain [[moodles]], which will help you sleep if you are in too much pain to do so otherwise.
 
== Code ==
 
<nowiki>item Pills
 
{
 
Type = Drainable,
 
DisplayName = Painkillers,
 
Icon = Pills,
 
Weight = 0.1,
 
UseWhileEquipped = false,
 
}</nowiki>
 
 
 


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

Revision as of 22:10, 28 March 2012

Template:Items

Painkillers are usually found within medicine cabinets in bathrooms. They are used to remove pain associated with injuries.

Effects

Removes negative pain moodles, which will help you sleep if you are in too much pain to do so otherwise.

Code

item Pills
{
	Type				=			Drainable,
	DisplayName			=			Painkillers,
	Icon				=			Pills,
	Weight				=			0.1,
	UseWhileEquipped 	=			false,
}

Template:Navbox/Consumables