Canned Beans: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy ReLookup, eid: d8ae1ae5de74a0ec4b2dfd99fd6c7638))
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages|Canned Beans}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|Canned Food|type=Food|version=Version 41|incver=68}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|Canned Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Canned Beans
|display_name=Canned Beans
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=BeansClosed_Model.png
|image=Beans_120px.png
|image_width=300px
|alternate_image=BeansOpen.png
|alternate_image=Beans.png
|alternate_name=Opened Canned Beans
|alternate_name=Canned Beans
|alternate_link=
|alternate_link=
|alternate_image2=BeansOpen.png
|alternate_name2=Opened Canned Beans
|alternate_link2=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.8
|weight=0.8
|days_fresh=2
|days_fresh=2
|days_rotten=4
|days_rotten=2
|packaged=True
|packaged=True
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-25
|hunger_change=-24
|thirst_change=
|calories=170
|calories=170
|lipids=1
|lipids=1
Line 26: Line 21:
|carbohydrates=33
|carbohydrates=33
<!--EFFECT-->
<!--EFFECT-->
|unhappy_change=10
|unhappy_change=+10
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.TinnedBeans<br>Base.OpenBeans
|class_name=Base.TinnedBeans<br>Base.OpenBeans
}}'''Canned beans''' are a [[Food#Non-Perishable|non-perishable]] food [[item]].  
}}'''Canned beans''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  


==Usage==
==Usage==
Canned beans can only be opened with a [[Can Opener|can opener]], and once opened they become [[Food#Perishable|perishable]].  
Canned beans can only be opened with a [[Can Opener|can opener]], and once opened they become [[Food#Perishable|perishable]].
{{Crafting header|ing=2}}
{{Crafting cooking|009|ing=2}}
{{Crafting table footer}}
 
===Consumable properties===
===Consumable properties===
Opened canned beans can be eaten providing the player with some positive effects, however these effects will become negative once the rotting process has begun.
Opened canned beans can be eaten providing the player with some positive effects, however these effects will become negative once the rotting process has begun.
{{Consumables2
{{Consumables2
|image = BeansOpen.png
|image = BeansOpen.png
|hunger = -30
|hunger = -24
|unhappiness = +10  
|unhappiness = +10  
|perishable = 1
|perishable = 1
|cookable = 0
|cookable = 0
|unrotten hunger = -23
|unrotten hunger = -18
|unrotten boredom = +10
|unrotten boredom = +10
|unrotten unhappiness = +20
|unrotten unhappiness = +20
|rotten hunger = -13
|rotten hunger = -10
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +30
|rotten unhappiness = +30
Line 51: Line 50:


== Crafting ==
== Crafting ==
===Cooking===
===What it can make===
{{Main|Cooking}}
{{Main|Cooking}}
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2004 -->
{{Crafting header|ing=3}}
{{Crafting/core|ing=3
{{Crafting cooking|114|ing=3}}
| product_image = [[File:BowlFull.png|link=Bowl of Beans|Bowl of Beans]] | product_name = [[Bowl of Beans]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Smallcanopener.png|link=Can Opener|Can Opener]] | i1 = [[Can Opener]] | q1 = x1
| f2 = [[File:Beans.png|link=Canned Beans|Canned Beans]] | i2 = [[Canned Beans]] | q2 = x1 | tag2 = (consumed)
| f3 = [[File:Bowl.png|link=Bowl|Bowl]] | i3 = [[Bowl]] | q3 = x1 | tag3 = (consumed)
}}
|}
|}


=== Evolved recipes ===
Canned beans is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|Omelette=8|Soup=24|Stew=24|Rice=24|Sandwich=8|Toast=8|Salad=8|}}


==Distribution==
==Distribution==
Canned beans are usually found in [[Containers#Kitchen Counter|kitchen counters]].
Canned beans is usually found in [[Containers#Kitchen Counter|kitchen counters]].


==Gallery==
==Gallery==
<gallery>
<gallery>
BeansClosed_Model.png|Closed can of beans model.
BeansClosed_Model.png|Closed can of beans model when placed in the world.
BeansOpen_Model.png|Open can of beans model.  
BeansOpen_Model.png|Open can of beans model when placed in the world.
</gallery>
</gallery>


<div class="mw-collapsible mw-collapsed">
== Code ==
== Code ==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
<div class="mw-collapsible-content">'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
 
''Canned Beans'' [[File:Beans.png|32px]]
''Canned Beans'' [[File:Beans.png|32px]]
{{Retrieved|version=41|incver=68}}
{{Retrieved|version=41|incver=73}}
<pre>    item TinnedBeans
<pre>    item TinnedBeans
{
{
DisplayName = Canned Beans,
DisplayCategory = Food,
DisplayCategory = Food,
Weight = 0.8,
Type = Food,
Type = Food,
Weight = 0.8,
DisplayName = Canned Beans,
Icon = Beans,
Icon = Beans,
CannedFood = TRUE,
        Carbohydrates = 33,
CantEat = TRUE,
        Proteins = 7,
Packaged = TRUE,
        Lipids = 1,
Calories = 170,
        Calories = 170,
Carbohydrates = 33,
        Packaged = TRUE,
Lipids = 1,
        StaticModel = CanClosed,
Proteins = 7,
        CannedFood = TRUE,
StaticModel = CanClosed,
        WorldStaticModel = CanClosed,
WorldStaticModel = CanClosed,
}</pre>
}</pre>


''Opened Canned Beans'' [[File:BeansOpen.png|32px]]
''Opened Canned Beans'' [[File:BeansOpen.png|32px]]
{{Retrieved|version=41|incver=68}}
{{Retrieved|version=41|incver=73}}
<pre>    item OpenBeans
<pre>    item OpenBeans
{
{
DisplayName = Opened Canned Beans,
DisplayCategory = Food,
DisplayCategory = Food,
HungerChange = -25,
Type = Food,
Weight = 0.8,
Weight = 0.8,
Type = Food,
Icon = BeansOpen,
DaysTotallyRotten = 4,
EvolvedRecipe = Omelette:8;Soup:24;Stew:24;RicePot:24;RicePan:24;Sandwich:8;Sandwich Baguette:8;Toast:8;Salad:8,
UnhappyChange = 10,
EvolvedRecipeName = Bean,
DisplayName = Opened Canned Beans,
FoodType = Bean,
Icon = BeansOpen,
CannedFood = TRUE,
DaysFresh = 2,
EatType = can,
        Carbohydrates = 33,
Packaged = TRUE,
        Proteins = 7,
ReplaceOnUse = TinCanEmpty,
        Lipids = 1,
DaysFresh = 2,
        Calories = 170,
DaysTotallyRotten = 4,
        Packaged = TRUE,
HungerChange = -24,
        ReplaceOnUse    =   TinCanEmpty,
UnhappyChange = 10,
        StaticModel = CanOpen,
Calories = 170,
        EatType = can,
Carbohydrates = 33,
        CannedFood = TRUE,
Lipids = 1,
        WorldStaticModel = CanOpen,
Proteins = 7,
StaticModel = CanOpen,
WorldStaticModel = CanOpen,
}</pre>
}</pre>
</div>


==See also==
==See also==
Line 127: Line 126:
*[[Canned Soup]]
*[[Canned Soup]]


{{Navbox/Consumables}}
{{Navbox food}}

Revision as of 16:52, 3 October 2022

Canned Beans
Canned Beans
Opened Canned Beans
General
Category Food
Encumbrance
Heavy Load
0.8
Days until stale 2 days
Days until rotten 2 days
Packaged True
Nutrition
Hunger
Hunger
-24
Calories
Calories
170
Carbohydrates
Carbohydrates
33
Proteins
Proteins
7
Fat
Fat
1
Effect
Unhappiness
Unhappiness
+10
Technical details
Item ID Base.TinnedBeans
Base.OpenBeans

Canned beans is a non-perishable food item.

Usage

Canned beans can only be opened with a can opener, and once opened they become perishable.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Opened Canned Beans
Opened Canned Beans
0 XP none Beans.png
Canned Beans
(consumed)
CanOpener.png
Can Opener
(keep)

Template:Crafting table footer

Consumable properties

Opened canned beans can be eaten providing the player with some positive effects, however these effects will become negative once the rotting process has begun. Template:Consumables2

Crafting

What it can make

Main article: Cooking
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Bowl of Beans (Uncooked)
Bowl of Beans (Uncooked)
0.75 Cooking none CanOpener.png
Can Opener
(keep)
Bowl.png
Bowl
(consumed)
Beans.png
Canned Beans
(consumed)

Evolved recipes

Canned beans is a cooking ingredient.

Product Nutrition
Soup
Soup
24
Stew
Stew
24
Salad
Salad
8
Sandwich
Sandwich
8
Rice Pot/Saucepan
Rice Pot/Saucepan
24
Omelette
Omelette
8
Toast
Toast
8

Distribution

Canned beans is usually found in kitchen counters.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/)

Canned Beans Beans.png Retrieved: Build 41.73

    item TinnedBeans
	{
		DisplayName = Canned Beans,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.8,
		Icon = Beans,
		CannedFood = TRUE,
		CantEat = TRUE,
		Packaged = TRUE,
		Calories = 170,
		Carbohydrates = 33,
		Lipids = 1,
		Proteins = 7,
		StaticModel = CanClosed,
		WorldStaticModel = CanClosed,
	}

Opened Canned Beans BeansOpen.png Retrieved: Build 41.73

    item OpenBeans
	{
		DisplayName = Opened Canned Beans,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.8,
		Icon = BeansOpen,
		EvolvedRecipe = Omelette:8;Soup:24;Stew:24;RicePot:24;RicePan:24;Sandwich:8;Sandwich Baguette:8;Toast:8;Salad:8,
		EvolvedRecipeName = Bean,
		FoodType = Bean,
		CannedFood = TRUE,
		EatType = can,
		Packaged = TRUE,
		ReplaceOnUse = TinCanEmpty,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -24,
		UnhappyChange = 10,
		Calories = 170,
		Carbohydrates = 33,
		Lipids = 1,
		Proteins = 7,
		StaticModel = CanOpen,
		WorldStaticModel = CanOpen,
	}

See also