Cigarettes: Difference between revisions

From PZwiki
m (wikification and phrasing)
(Added note about not needing lighter or matches to "eat" cigarettes)
Line 6: Line 6:
}}
}}
   
   
'''Cigarettes''' are consumable items which reduce the stress and hunger of the player character while causing unhappiness. It is planned that characters will become addicted to cigarettes if they take too many. Cigarettes are relatively uncommon, but may be found in cabinets, and crates, and desks. A current oversight means that cigarettes are eaten instead of smoked.
'''Cigarettes''' are consumable items which reduce the stress and hunger of the player character while causing unhappiness. It is planned that characters will become addicted to cigarettes if they take too many. Cigarettes are relatively uncommon, but may be found in cabinets, and crates, and desks. A current oversight means that cigarettes are eaten instead of smoked and do not require a lighter or matches.





Revision as of 18:12, 21 November 2013


Cigarettes are consumable items which reduce the stress and hunger of the player character while causing unhappiness. It is planned that characters will become addicted to cigarettes if they take too many. Cigarettes are relatively uncommon, but may be found in cabinets, and crates, and desks. A current oversight means that cigarettes are eaten instead of smoked and do not require a lighter or matches.


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