Canned Corned Beef

From PZwiki
Revision as of 13:17, 12 March 2022 by Vaileasys (talk | contribs) (updated to 41.68)
Canned Corned Beef
Canned Corned Beef
Canned Corned Beef Opened Canned Corned Beef
General
Category Food
Encumbrance
Heavy Load
0.7
Days until stale 2 days
Days until rotten 4 days
Packaged True
Nutrition
Hunger
Hunger
-15
Thirst
Thirst
-4
Calories
Calories
315
Carbohydrates
Carbohydrates
70
Proteins
Proteins
7
Fat
Fat
1.75
Technical details
Item ID Base.CannedCornedBeef
Base.CannedCornedBeefOpen

Canned corned beef is a non-perishable food item.

Usage

Canned corned beef can be opened without a can opener, and once opened becomes perishable.

Consumable properties

Opened canned corned beef 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

Cooking

Main article: Cooking

Canned chili can be used in various cooking recipes.

Evolved recipes

Product Nutrition
Stew
Stew
15
Salad
Salad
10
Stir Fry
Stir Fry
15
Roasted Vegetables
Roasted Vegetables
15
Sandwich
Sandwich
10
Rice Pot/Saucepan
Rice Pot/Saucepan
15
Pasta Pot/Saucepan
Pasta Pot/Saucepan
15

Distribution

Canned corned beef is often found in kitchen counters.

Code

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

Canned Corned Beef CannedChili.png Retrieved: Build 41.68

    item CannedCornedBeef
    {
        DisplayCategory = Food,
        Weight	=	0.8,
        Type	=	Food,
        DisplayName	=	Canned Corned Beef,
        Icon	=	CannedCornedBeef,
        Carbohydrates = 0,
        Proteins = 78,
        Lipids = 48,
        Calories = 720,
        Packaged = TRUE,
        StaticModel = CanClosed,
        CannedFood = TRUE,
        WorldStaticModel = CanClosedCornerBeef,
    }

Opened Corned Beef CannedChiliOpen.png Retrieved: Build 41.68

    item CannedCornedBeefOpen
    {
        DisplayCategory = Food,
        Weight	=	0.8,
        Type	=	Food,
        DisplayName	=	Opened Canned Corned Beef,
        Icon	=	CannedCornedBeefOpen,
        HungerChange 		=		-25,
        DaysFresh			=	2,
        DaysTotallyRotten	=	4,
        EvolvedRecipe   =   Stew:15;Stir fry Griddle Pan:15;Stir fry:15;Sandwich:10;Sandwich Baguette:10;Salad:10;Roasted Vegetables:15;PastaPot:15;PastaPan:15;RicePot:15;RicePan:15,
        Carbohydrates = 0,
        Proteins = 78,
        Lipids = 48,
        Calories = 720,
        Packaged = TRUE,
        FoodType            =       Meat,
        EvolvedRecipeName = Canned Corned Beef,
        ReplaceOnUse    =   TinCanEmpty,
        StaticModel = CanOpen,
        EatType = can,
        CannedFood = TRUE,
        WorldStaticModel = CanOpenCornerBeef,
    }

See also