Peanut Butter Sandwich: Difference between revisions

From PZwiki
(Corrected Categories: was incorrectly non-perishable, +TOC, +updated info information, added nutritional table, removed effects, corrected summary, added to articles to improve category)
No edit summary
Line 6: Line 6:
|unhappiness = -10
|unhappiness = -10
|weight = 0.4
|weight = 0.4
}}{{notice|verify}}
}}
A perishable food item that goes bad as time passes. Peanut Butter Sandwiches is a food item that is randomly found inside of houses and restaurants (*). They take two in-game days to go stale, and four in-game days to rot.
The Peanut Butter Sandwich is a perishable food item that goes bad as time passes. It can be found inside [[Containers|refrigerators]] or [[Containers|cupboards]] in houses and bake shops. Peanut Butter Sandwiches take two in-game days to go stale, and four in-game days to rot.
 
(*) Restaurant needs reconfirming.


== Nutritional Information ==
== Nutritional Information ==
Line 18: Line 16:
|hunger = -40
|hunger = -40
|unhappiness = -10
|unhappiness = -10
|thirst = 0
|unrotten hunger = -30
|unrotten hunger = 0
|unrotten boredom = +10
|unrotten boredom = +0
|rotten hunger = -18
|unrotten unhappiness = +0
|rotten boredom = +20
|unrotten thirst = 0
|rotten unhappiness = +10
|unrotten image = Peanut Butter Sandwich.png
|rotten hunger = -0
|rotten boredom = +0
|rotten unhappiness = +0
|rotten thirst = 0
|perishable = 1
|perishable = 1
|rotten image = Peanut Butter Sandwich.png
|rotten image = Peanut Butter Sandwich.png
}}
}}
|}
|}
<br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br>


== Code ==
== Code ==

Revision as of 03:19, 23 December 2015


The Peanut Butter Sandwich is a perishable food item that goes bad as time passes. It can be found inside refrigerators or cupboards in houses and bake shops. Peanut Butter Sandwiches take two in-game days to go stale, and four in-game days to rot.

Nutritional Information

Template:Consumables2











Code

item PeanutButterSandwich

		HungerChange		=	-40,
		Weight			=	0.4,
		Type			=	Food,
		UnhappyChange		=	-10,
		DisplayName		=	Peanut Butter Sandwich,
		Icon			=	Sandwich_peanut,
		DaysFresh		=	2,
		DaysTotallyRotten	=	4,


Template:Navbox/Consumables