Cigarettes

From PZwiki
Revision as of 15:28, 4 May 2013 by Zombieslayer123 (talk | contribs) (Fixed Weight)


The Cigarette is an item that reduces the stress and hunger from even your most nervous character, but it also adds unhappiness to it. It is planned that the character will get addicted to cigarettes if he takes too many. Cigarettes aren't really common, but are still found in many cabinets and crates, and they are found occasionally in desks.


Effects

Hungry: -5
Stressed: -1500
Unhappy: 10




Code

item Cigarettes
{
	Type = Food,
		DisplayName = Cigarettes,
		Icon = IckySticks,
		Weight = 0.2,
		Count = 20,
		RequireInHandOrInventory = Lighter,
		HungerChange = -5,
		StressChange = -15,
		UnhappyChange = 10,
}

Template:Navbox/Consumables