Canned Peas: Difference between revisions

From PZwiki
(updated to 41.68)
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages|Canned Peas}}
{{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 Peas
|display_name=Canned Peas
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=TinnedPeas_Model.png
|image=CannedPeas_120px.png
|image_width=300px
|alternate_image=CannedPeasOpen.png
|alternate_image=CannedPeas.png
|alternate_link=
|alternate_link=
|alternate_name=Canned Peas
|alternate_name=Opened Canned Peas
|alternate_image2=CannedPeasOpen.png
|alternate_link2=
|alternate_name2=Opened Canned Peas
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.7
|weight=0.8
|days_fresh=2
|days_fresh=2
|days_rotten=4
|days_rotten=2
|packaged=True
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-15
|hunger_change=-16
|thirst_change=-3
|thirst_change=-3
|calories=280
|calories=280
Line 30: Line 25:


==Usage==
==Usage==
Canned peas can only be opened with a [[Can Opener|can opener]], and once opened become [[Food#Perishable|perishable]].  
Canned peas can only be opened with a [[Can Opener|can opener]], and once opened become [[Food#Perishable|perishable]].
{{Crafting header|ing=2}}
{{Crafting cooking|017|ing=2}}
{{Crafting table footer}}
 
===Consumable properties===
===Consumable properties===
Opened canned peas can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Opened canned peas can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables2
|image = CannedPeasOpen.png
|image = CannedPeasOpen.png
|hunger = -15
|hunger = -16
|thirst = 0
|thirst = 0
|unrotten hunger = -11
|unrotten hunger = -12
|unrotten boredom = +10
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten unhappiness = +10
Line 50: Line 49:


==Crafting==
==Crafting==
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
Canned peas can be used in various cooking recipes.
===Evolved recipes===
====Evolved recipes====
Canned peas is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|omelette=7|soup=15|stew=15|stirfry=15|roastedvegetables=15|ricepot=15|ricepan=15}}
{{EvolvedRecipesForItem|Omelette=8|Soup=16|Stew=16|StirFry=16|RoastedVegetables=16|Rice=16}}


==Distribution==
==Distribution==
Canned peas is often found in [[Containers#Kitchen Counter|kitchen counters]].
Canned peas is often found in [[Containers#Kitchen Counter|kitchen counters]].


==Gallery==
<gallery>
TinnedPeas_Model.png|Canned peas model when placed in the world.
TinnedPeasOpen_Model.png|Opened canned peas model when placed in the world.
</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 Peas'' [[File:CannedPeas.png|32px]]
''Canned Peas'' [[File:CannedPeas.png|32px]]
{{Retrieved|version=41|incver=68}}
{{Retrieved|version=41|incver=73}}
<pre>    item CannedPeas
<pre>    item CannedPeas
    {
{
        DisplayCategory = Food,
DisplayName = Canned Peas,
        Weight = 0.7,
DisplayCategory = Food,
        Type = Food,
Type = Food,
        DisplayName = Canned Peas,
Weight = 0.8,
        Icon = CannedPeas,
Icon = CannedPeas,
        Carbohydrates = 52.5,
CannedFood = TRUE,
        Proteins = 14,
CantEat = TRUE,
        Lipids = 0,
Packaged = TRUE,
        Calories = 280,
Calories = 280,
        Packaged = TRUE,
Carbohydrates = 52.5,
        StaticModel = CanClosed,
Lipids = 0,
        CannedFood = TRUE,
Proteins = 14,
        WorldStaticModel = CanClosedPeas,
StaticModel = CanClosed,
    }</pre>
WorldStaticModel = CanClosedPeas,
 
}</pre>
''Opened Canned Peas'' [[File:CannedPeasOpen.png|32px]]
''Opened Canned Peas'' [[File:CannedPeasOpen.png|32px]]
{{Retrieved|version=41|incver=68}}
{{Retrieved|version=41|incver=73}}
<pre>    item CannedPeasOpen
<pre>    item CannedPeasOpen
    {
{
        DisplayCategory = Food,
DisplayName = Opened Canned Peas,
        Weight = 0.7,
DisplayCategory = Food,
        Type = Food,
Type = Food,
        DisplayName = Opened Canned Peas,
Weight = 0.8,
        Icon = CannedPeasOpen,
Icon = CannedPeasOpen,
        HungerChange = -15,
CannedFood = TRUE,
        EvolvedRecipe = Omelette:7;Soup:15;Stew:15;Stir fry Griddle Pan:15;Stir fry:15;Roasted Vegetables:15;RicePot:15;RicePan:15,
EatType = can,
        DaysFresh = 2,
EvolvedRecipe = Omelette:8;Soup:16;Stew:16;Stir fry Griddle Pan:16;Stir fry:16;Roasted Vegetables:16;RicePot:16;RicePan:16,
        DaysTotallyRotten = 4,
/*EvolvedRecipeName = Canned Peas,*/
        ThirstChange = -3,
EvolvedRecipeName = Pea,
        Carbohydrates = 52.5,
FoodType = Vegetables,
        Proteins = 14,
Packaged = TRUE,
        Lipids = 0,
ReplaceOnUse = TinCanEmpty,
        Calories = 280,
DaysFresh = 2,
        Packaged = TRUE,
DaysTotallyRotten = 4,
        FoodType    = Vegetables,
HungerChange = -16,
        EvolvedRecipeName = Canned Peas,
ThirstChange = -3,
        ReplaceOnUse    =   TinCanEmpty,
Calories = 280,
        StaticModel = CanOpen,
Carbohydrates = 52.5,
        EatType = can,
Lipids = 0,
        CannedFood = TRUE,
Proteins = 14,
        WorldStaticModel = CanOpenPeas,
StaticModel = CanOpen,
    }</pre>
WorldStaticModel = CanOpenPeas,
}</pre>
</div>


{{Navbox_food}}
{{Navbox_food}}

Revision as of 07:20, 4 October 2022

Canned Peas
Canned Peas
Opened Canned Peas
General
Category Food
Encumbrance
Heavy Load
0.8
Days until stale 2 days
Days until rotten 2 days
Nutrition
Hunger
Hunger
-16
Thirst
Thirst
-3
Calories
Calories
280
Carbohydrates
Carbohydrates
52.5
Proteins
Proteins
14
Fat
Fat
0
Technical details
Item ID Base.CannedPeas
Base.CannedPeasOpen

Canned peas is a non-perishable food item.

Usage

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

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

Template:Crafting table footer

Consumable properties

Opened canned peas can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Main article: Cooking

Evolved recipes

Canned peas is a cooking ingredient.

Product Nutrition
Soup
Soup
16
Stew
Stew
16
Stir Fry
Stir Fry
16
Roasted Vegetables
Roasted Vegetables
16
Rice Pot/Saucepan
Rice Pot/Saucepan
16
Omelette
Omelette
8

Distribution

Canned peas is often found in kitchen counters.

Gallery

Code

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

Canned Peas CannedPeas.png Retrieved: Build 41.73

    item CannedPeas
	{
		DisplayName = Canned Peas,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.8,
		Icon = CannedPeas,
		CannedFood = TRUE,
		CantEat = TRUE,
		Packaged = TRUE,
		Calories = 280,
		Carbohydrates = 52.5,
		Lipids = 0,
		Proteins = 14,
		StaticModel = CanClosed,
		WorldStaticModel = CanClosedPeas,
	}

Opened Canned Peas CannedPeasOpen.png Retrieved: Build 41.73

    item CannedPeasOpen
	{
		DisplayName = Opened Canned Peas,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.8,
		Icon = CannedPeasOpen,
		CannedFood = TRUE,
		EatType = can,
		EvolvedRecipe = Omelette:8;Soup:16;Stew:16;Stir fry Griddle Pan:16;Stir fry:16;Roasted Vegetables:16;RicePot:16;RicePan:16,
		/*EvolvedRecipeName = Canned Peas,*/
		EvolvedRecipeName = Pea,
		FoodType = Vegetables,
		Packaged = TRUE,
		ReplaceOnUse = TinCanEmpty,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -16,
		ThirstChange = -3,
		Calories = 280,
		Carbohydrates = 52.5,
		Lipids = 0,
		Proteins = 14,
		StaticModel = CanOpen,
		WorldStaticModel = CanOpenPeas,
	}