Cigarettes: Difference between revisions

From PZwiki
mNo edit summary
Line 19: Line 19:


== Code ==
== Code ==
  <nowiki>item Cigarettes
  <nowiki>
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,
}</nowiki>
}</nowiki>



Revision as of 00:37, 13 January 2015


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

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


Effects

Stressed: -25
Unhappy: 10


Code

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

See Also

Template:Navbox/Consumables