Cigarettes: Difference between revisions

From PZwiki
m (Can be found in trash)
(Redesigned page, + Navbar, New description, removed comment of providing hunger bonus (oudated), confirmed info, added farming section, + categories,)
Line 1: Line 1:
{{languages}}
__NOTOC__
{{Consumables
{{languages|Cigarettes}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Medical Items|Medical Items]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Medical
|image = Cigarettes.png
|image = Cigarettes.png
|Stress = -25<br>
|primaryuse= Reduce Stress Level (Penalty Happiness)
|Unhappy = 10
|secondaryuse = Create Insecticde for Farming
|stress = -25<br>
|unhappiness = 10
|bandagepower = 0.0
|alcoholpower = 0.0
|weight = 0.0
}}


|weight = 0.2
}}
   
   
'''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 common now as they 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 and dumpsters.


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]].


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


== Effects ==
== Effects ==
[[Stress]]: -25<br>
Gives a penalty of 10 to [[Moodles#Unhappiness|unhappiness]] but reduces [[Moodles#Stress|stress]] by 25.
[[Unhappy]]: 10
<br><br><br>
 
== Farming ==


As of Build 32, you either need the gardening trait or the farmer profession to craft insecticide.
{| class="wikitable sortable" style="text-align:center;"
|-
! Output
! class="unsortable" | Ingredients
! class="unsortable" | Description
! Level
{{RecipeLookup|5017}}
|}
<br />


== Code ==
== Code ==
  <nowiki>
  <nowiki>
item Cigarettes
item Cigarettes
{
Count = 20,
  Count = 20,
HungerChange = 0,
  HungerChange = 0,
Weight = 0.0,
  Weight = 0.0,
RequireInHandOrInventory = Lighter,
  RequireInHandOrInventory = Lighter,
Type = Food,
  Type = Food,
UnhappyChange = 10,
  UnhappyChange = 10,
DisplayName = Cigarettes,
  DisplayName = Cigarettes,
StressChange = -25,
  StressChange = -25,
Icon = IckySticks,
  Icon = IckySticks,
CustomContextMenu = Smoke,
  CustomContextMenu = Smoke,
CantBeFrozen = TRUE,
}</nowiki>
CustomEatSound =
 
</nowiki>
==See Also==
== Future ==
* [[Beta Blockers]]
{{Notice|Unconfirmed}}
It is speculated that in a future version, the player character may become addicted to cigarettes if used too often.


{{Navbox/Consumables}}
{{Navbox/Consumables}}
Line 41: Line 63:
[[Category:Medical Items]]
[[Category:Medical Items]]
[[Category:Items]]
[[Category:Items]]
[[Category:Version 0.2.0p]]
[[Category:Version 34.28]]

Revision as of 19:42, 19 August 2016


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 and dumpsters.

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