Cigarettes

From PZwiki
Revision as of 01:57, 6 June 2012 by 14.32.248.195 (talk)


The Cigarette is an item that reduces the stress of your character, but adds unhappiness to it. It is planned that the character will get addicted to cigarettes if he takes too many.


Effects

Hungry: -5
Stressed: -1500
Unhappy: 10




Code

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

Template:Navbox/Consumables