Painkillers: Difference between revisions

From PZwiki
mNo edit summary
m (Fixed Weight)
Line 2: Line 2:
{{Items
{{Items
|image = Pills.png  
|image = Pills.png  
|weight = 0.1
|weight = 0.2
}}
}}


Line 23: Line 23:
DisplayName = Painkillers,
DisplayName = Painkillers,
Icon = Pills,
Icon = Pills,
Weight = 0.1,
Weight = 0.2,
UseWhileEquipped = false,
UseWhileEquipped = false,
}</nowiki>
}</nowiki>

Revision as of 14:28, 4 May 2013

Template:Items

Painkillers are usually found within medicine cabinets in bathrooms. They are used to remove pain associated with injuries, and to reverse the adverse effects that come with pain. 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.



Effects

Removes negative pain moodles, which will help you sleep/fight better.



Code

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

Template:Navbox/Consumables