Canned Carrots

From PZwiki
Revision as of 14:03, 12 March 2022 by Vaileasys (talk | contribs) (updated to 41.68)

Template:Infobox foodCanned carrots is a non-perishable food item.

Usage

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

Consumable properties

Opened canned carrots 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 carrots can be used in various cooking recipes.

Evolved recipes

Product Nutrition
Soup
Soup
12
Stew
Stew
12
Salad
Salad
12
Stir Fry
Stir Fry
12
Roasted Vegetables
Roasted Vegetables
12
Sandwich
Sandwich
12
Pie (savory)
Pie (savory)
12
Rice Pot/Saucepan
Rice Pot/Saucepan
12
Pasta Pot/Saucepan
Pasta Pot/Saucepan
12

Distribution

Canned carrots is often found in kitchen counters.

Code

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

Canned Carrots CannedCarrots.png Retrieved: Build 41.68

    item CannedCarrots2
    {
        DisplayCategory = Food,
        Weight	=	0.7,
        Type	=	Food,
        DisplayName	=	Canned Carrots,
        Icon	=	CannedCarrots,
        Carbohydrates = 28,
        Proteins = 0,
        Lipids = 0,
        Calories = 10.5,
        Packaged = TRUE,
        StaticModel = CanClosed,
        CannedFood = TRUE,
        WorldStaticModel = CanClosedCarrots,
    }

Opened Canned Carrots CannedCarrotsOpen.png Retrieved: Build 41.68

    item CannedCarrotsOpen
    {
        DisplayCategory = Food,
        Weight	=	0.7,
        Type	=	Food,
        DisplayName	=	Opened Canned Carrots,
        Icon	=	CannedCarrotsOpen,
        HungerChange 		=		-12,
        EvolvedRecipe = Soup:12;Stew:12;Pie:12;Stir fry Griddle Pan:12;Stir fry:12;Sandwich:12;Sandwich Baguette:12;Salad:12;Roasted Vegetables:12;RicePot:12;RicePan:12;PastaPot:12;PastaPan:12,
        DaysFresh			=	2,
        DaysTotallyRotten	=	4,
        ThirstChange	=	-4,
        Carbohydrates = 28,
        Proteins = 0,
        Lipids = 0,
        Calories = 10.5,
        Packaged = TRUE,
        FoodType    = Vegetables,
        EvolvedRecipeName = Canned Carrots,
        ReplaceOnUse    =   TinCanEmpty,
        StaticModel = CanOpen,
        EatType = can,
        CannedFood = TRUE,
        WorldStaticModel = CanOpenCarrots,
    }

See also