Canned Beans: Difference between revisions

From PZwiki
mNo edit summary
Line 59: Line 59:
|-
|-
| Name
| Name
| Hunger Added
| Hunger
| Happiness Added
| Unhappiness
|-
|-
|[[File:Bowl_of_Beans.png]]<br>Bowl
|[[File:Bowl_of_Beans.png]]<br>Bowl
| style="text-align: center;" |+30
| style="text-align: center;" |-30
| style="text-align: center;" |+10
| style="text-align: center;" |0
|-
|-
|}
|}
== Code ==
== Code ==
<br>
<br>

Revision as of 19:17, 7 August 2018


Page Updated @ Version: 34.28

Canned beans are a non-perishable food item which are often found in kitchen counters.
Canned beans can only be opened with a can opener, and once opened become a perishable item. An opened can of beans takes two in-game days to go stale, and four in-game days to rot.


Nutritional information

Template:Consumables2












Its nutritional values are as follows:
Carbohydrates = 33
Proteins = 7
Lipids = 1
Calories = 170

Evolved recipes

Evolved Recipes
Name Hunger Unhappiness
File:Bowl of Beans.png
Bowl
-30 0

Code


Sealed can

	item TinnedBeans
	Weight		= 0.8,
	Type		= Food,
	DisplayName	= Canned Beans,
	Icon		= Beans,
        Carbohydrates 	= 33,
        Proteins 	= 7,
        Lipids 		= 1,
        Calories 	= 170,
        Packaged 	= TRUE,
    

Opened can

	item OpenBeans
	HungerChange		= -30,
	Weight			= 0.8,
	Type			= Food,
	DaysTotallyRotten	= 4,
	UnhappyChange		= 10,
	DisplayName		= Open Canned Beans,
	Icon			= BeansOpen,
	DaysFresh		= 2,
        Carbohydrates 		= 33,
        Proteins 		= 7,
        Lipids 			= 1,
        Calories 		= 170,
        Packaged 		= TRUE,
    

See also

Template:Navbox/Consumables