Cigarettes

From PZwiki
Revision as of 10:28, 10 July 2013 by Majorpickle01 (talk | contribs)


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. A current oversight means that cigarettes are eaten instead of smoked.


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,
}

History

Alpha
RC 2.9 Added to the game.

See Also

Template:Navbox/Consumables