Canned Carrots

From PZwiki
Revision as of 18:48, 7 October 2022 by Kienlabadao (talk | contribs)

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.

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

Template:Crafting table footer

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

Main article: Cooking

Evolved recipes

Canned carrots is a cooking ingredient.

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

Distribution

Canned carrots can often be found in kitchen counters.

Gallery

Code

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

Canned Carrots CannedCarrots.png Retrieved: Build 41.73

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

Opened Canned Carrots CannedCarrotsOpen.png Retrieved: Build 41.73

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

See also