Peanut Butter Sandwich: Difference between revisions

From PZwiki
m (Just found one in a restaurant. Updated info and code.)
(Corrected Categories: was incorrectly non-perishable, +TOC, +updated info information, added nutritional table, removed effects, corrected summary, added to articles to improve category)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
{{Consumables
{{Consumables
|image = Peanut Butter Sandwich.png
|image = Peanut Butter Sandwich.png
|hunger = -40
|hunger = -40
|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.


A food item that is randomly found in kitchen drawers of a houses or restaurants. It is nonperishable, and it reduces a good amount of hunger, as well as unhappiness and boredom. As of 0.2.0q, it is impossible to make.
(*) Restaurant needs reconfirming.


== Effects ==
== Nutritional Information ==
[[Hunger]]: -40<br>
{| border=0 align=left
[[Unhappy]]: -10
|
{{Consumables2
|image = Peanut Butter Sandwich.png
|hunger = -40
|unhappiness = -10
|thirst = 0
|unrotten hunger = 0
|unrotten boredom = +0
|unrotten unhappiness = +0
|unrotten thirst = 0
|unrotten image = Peanut Butter Sandwich.png
|rotten hunger = -0
|rotten boredom = +0
|rotten unhappiness = +0
|rotten thirst = 0
|perishable = 1
|rotten image = Peanut Butter Sandwich.png
}}
|}
<br><br><br><br><br><br><br>


== Code ==
<nowiki>item PeanutButterSandwich


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


 
</nowiki>
 
 
== Code ==
<nowiki>item PeanutButterSandwich
{
HungerChange = -40,
Weight = 0.4,
Type = Food,
UnhappyChange = -10,
DisplayName = Peanut Butter Sandwich,
Icon = Sandwich_peanut,
}</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Non-Perishable Food]]
[[Category:Perishable Food]]
[[Category:Version 0.2.0p]]
[[Category:Version 32.20]]
[[Category:Articles in need of improvement]]

Revision as of 19:27, 26 August 2015


CandleLit.png
This article may have claims which require verification.
Editors should verify the article's current content and, while adding content, check new information.

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.

(*) Restaurant needs reconfirming.

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