Cigarettes: Difference between revisions

From PZwiki
(Removed secondary text in page. Template couldnt handle.)
m (Added how the smoker trait affects cigarettes)
Line 15: Line 15:


   
   
'''Cigarettes''' are consumable items which reduce the stress of the player character while causing unhappiness. Cigarettes spawn in stacks of twenty at a time, and they may be found in cabinets, crates, desks, garbage cans and dumpsters.
'''Cigarettes''' are consumable items which reduce the stress of the player character while causing unhappiness. Cigarettes spawn in stacks of twenty at a time, and they may be found in cabinets, crates, desks, garbage cans, zombies, and dumpsters.
 
As of build 36.4, the smoker trait negates the unhappiness effect but requires smoking periodically. Not smoking can cause anxiety and eventually unhappiness.  


Cigarettes can also be used to make Insect Spray to combat Pest Flies in your garden - see [[Farming_Guide#Plant_Health.2C_Diseases_and_Cures|Plant Health, Diseases and Cures]].
Cigarettes can also be used to make Insect Spray to combat Pest Flies in your garden - see [[Farming_Guide#Plant_Health.2C_Diseases_and_Cures|Plant Health, Diseases and Cures]].

Revision as of 01:59, 18 January 2017


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Medical Items -> Cigarettes   

Template:Medical


Cigarettes are consumable items which reduce the stress of the player character while causing unhappiness. Cigarettes spawn in stacks of twenty at a time, and they may be found in cabinets, crates, desks, garbage cans, zombies, and dumpsters.

As of build 36.4, the smoker trait negates the unhappiness effect but requires smoking periodically. Not smoking can cause anxiety and eventually unhappiness.

Cigarettes can also be used to make Insect Spray to combat Pest Flies in your garden - see Plant Health, Diseases and Cures.

As of the current build (34.28), cigarettes do not have any weight.

Effects

Gives a penalty of 10 to unhappiness but reduces stress by 25.


Farming

As of Build 32, you either need the gardening trait or the farmer profession to craft insecticide.

Output Ingredients Description Level













Code

	
	item Cigarettes
		Count				= 20,
		HungerChange			= 0,
		Weight				= 0.0,
		RequireInHandOrInventory	= Lighter,
		Type				= Food,
		UnhappyChange			= 10,
		DisplayName			= Cigarettes,
		StressChange			= -25,
		Icon				= IckySticks,
		CustomContextMenu 		= Smoke,
		CantBeFrozen 			= TRUE,
		CustomEatSound 			=

Future

This article or section may contain unconfirmed information about future development. It may not be entirely reliable.

It is speculated that in a future version, the player character may become addicted to cigarettes if used too often.

Template:Navbox/Consumables