Canned Chili: Difference between revisions

From PZwiki
(updated to 41.68)
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages|Canned Chili}}
{{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 Chili
|display_name=Canned Chili
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=TinnedChilli_Model.png
|image=CannedChili_120px.png
|image_width=300px
|alternate_image=CannedChiliOpen.png
|alternate_image=CannedChili.png
|alternate_link=
|alternate_link=
|alternate_name=Canned Chili
|alternate_name=Opened Canned Chili
|alternate_image2=CannedChiliOpen.png
|alternate_link2=
|alternate_name2=Opened Canned Chili
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.8
|weight=0.8
|days_fresh=3
|days_fresh=3
|days_rotten=5
|days_rotten=2
|packaged=True
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-15
|hunger_change=-16
|thirst_change=
|calories=260
|calories=260
|lipids=7
|lipids=7
Line 30: Line 24:


==Usage==
==Usage==
Canned chili can only be opened with a [[Can Opener|can opener]], and once opened become [[Food#Perishable|perishable]].  
Canned chili can only be opened with a [[Can Opener|can opener]], and once opened become [[Food#Perishable|perishable]].
{{Crafting header|ing=2}}
{{Crafting cooking|015|ing=2}}
{{Crafting table footer}}
===Consumable properties===
===Consumable properties===
Opened canned chili can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Opened canned chili 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 = CannedChiliOpen.png
|image = CannedChiliOpen.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
|unrotten thirst = 0
|unrotten thirst = 0
|rotten hunger = -6
|rotten hunger = -7
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +20
|rotten unhappiness = +20
Line 50: Line 48:


==Crafting==
==Crafting==
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
Canned chili can be used in various cooking recipes.
===Evolved recipes===
====Evolved recipes====
Canned chili is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|stew=15|stirfry=15|roastedvegetables=15|ricepot=15|ricepan=15|taco=15|burrito=15}}
{{EvolvedRecipesForItem|Stew=16|StirFry=16|RoastedVegetables=16|Rice=16|Taco=8|Burrito=8|Omelette=8|Burger=8|Sandwich=8}}


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


==Gallery==
<gallery>
TinnedChilli_Model.png|Canned chili model when placed in the world.
TinnedChilliOpen_Model.png|Opened canned chili 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 Chili'' [[File:CannedChili.png|32px]]
''Canned Chili'' [[File:CannedChili.png|32px]]
{{Retrieved|version=41|incver=68}}
{{Retrieved|version=41|incver=73}}
<pre>    item CannedChili
<pre>    item CannedChili
    {
{
        DisplayCategory = Food,
DisplayName = Canned Chili,
        Weight = 0.8,
DisplayCategory = Food,
        Type = Food,
Type = Food,
        DisplayName = Canned Chili,
Weight = 0.8,
        Icon = CannedChili,
Icon = CannedChili,
        Carbohydrates = 33,
CannedFood = TRUE,
        Proteins = 16,
CantEat = TRUE,
        Lipids = 7,
Packaged = TRUE,
        Calories = 260,
Calories = 260,
        Packaged = TRUE,
Carbohydrates = 33,
        StaticModel = CanClosed,
Lipids = 7,
        CannedFood = TRUE,
Proteins = 16,
        WorldStaticModel = CanClosedChilli,
StaticModel = CanClosed,
    }</pre>
WorldStaticModel = CanClosedChilli,
 
}</pre>
''Opened Canned Chili'' [[File:CannedChiliOpen.png|32px]]
''Opened Canned Chili'' [[File:CannedChiliOpen.png|32px]]
{{Retrieved|version=41|incver=68}}
{{Retrieved|version=41|incver=73}}
<pre>    item CannedChiliOpen
<pre>    item CannedChiliOpen
    {
{
        DisplayCategory = Food,
DisplayName = Opened Canned Chili,
        Weight = 0.8,
DisplayCategory = Food,
        Type = Food,
Type = Food,
        DisplayName = Opened Canned Chili,
Weight = 0.8,
        Icon = CannedChiliOpen,
Icon = CannedChiliOpen,
        HungerChange = -15,
CannedFood = TRUE,
        DaysFresh = 3,
EatType = can,
        DaysTotallyRotten = 5,
EvolvedRecipe = Stew:16;Stir fry Griddle Pan:16;Stir fry:16;Roasted Vegetables:16;RicePot:16;RicePan:16;Taco:8;Burrito:8;Omelette:8;Burger:8;Sandwich:8;Sandwich Baguette:8,
        EvolvedRecipe   =   Stew:15;Stir fry Griddle Pan:15;Stir fry:15;Roasted Vegetables:15;RicePot:15;RicePan:15;Taco:15;Burrito:15,
/*EvolvedRecipeName = Canned Chili,*/
        Carbohydrates = 33,
EvolvedRecipeName = Chili,
        Proteins = 16,
FoodType = Meat,
        Lipids = 7,
Packaged = TRUE,
        Calories = 260,
ReplaceOnUse = TinCanEmpty,
        Packaged = TRUE,
DaysFresh = 3,
        FoodType = Meat,
DaysTotallyRotten = 5,
        EvolvedRecipeName = Canned Chili,
HungerChange = -16,
        ReplaceOnUse    =   TinCanEmpty,
Calories = 260,
        StaticModel = CanOpen,
Carbohydrates = 33,
        EatType = can,
Lipids = 7,
        CannedFood = TRUE,
Proteins = 16,
        WorldStaticModel = CanOpenChilli,
StaticModel = CanOpen,
    }</pre>
WorldStaticModel = CanOpenChilli,
}</pre>
</div>


==See also==
==See also==

Revision as of 19:15, 3 October 2022

Canned Chili
Canned Chili
Opened Canned Chili
General
Category Food
Encumbrance
Heavy Load
0.8
Days until stale 3 days
Days until rotten 2 days
Nutrition
Hunger
Hunger
-16
Calories
Calories
260
Carbohydrates
Carbohydrates
33
Proteins
Proteins
16
Fat
Fat
7
Technical details
Item ID Base.CannedChili
Base.CannedChiliOpen

Canned chili is a non-perishable food item.

Usage

Canned chili 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 Chili
Opened Canned Chili
0 XP none CannedChili.png
Canned Chili
(consumed)
CanOpener.png
Can Opener
(keep)

Template:Crafting table footer

Consumable properties

Opened canned chili 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 chili is a cooking ingredient.

Product Nutrition
Stew
Stew
16
Stir Fry
Stir Fry
16
Roasted Vegetables
Roasted Vegetables
16
Sandwich
Sandwich
8
Burger
Burger
8
Rice Pot/Saucepan
Rice Pot/Saucepan
16
Taco
Taco
8
Burrito
Burrito
8
Omelette
Omelette
8

Distribution

Canned chili is often found in kitchen counters.

Gallery

Code

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

Canned Chili CannedChili.png Retrieved: Build 41.73

    item CannedChili
	{
		DisplayName = Canned Chili,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.8,
		Icon = CannedChili,
		CannedFood = TRUE,
		CantEat = TRUE,
		Packaged = TRUE,
		Calories = 260,
		Carbohydrates = 33,
		Lipids = 7,
		Proteins = 16,
		StaticModel = CanClosed,
		WorldStaticModel = CanClosedChilli,
	}

Opened Canned Chili CannedChiliOpen.png Retrieved: Build 41.73

    item CannedChiliOpen
	{
		DisplayName = Opened Canned Chili,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.8,
		Icon = CannedChiliOpen,
		CannedFood = TRUE,
		EatType = can,
		EvolvedRecipe = Stew:16;Stir fry Griddle Pan:16;Stir fry:16;Roasted Vegetables:16;RicePot:16;RicePan:16;Taco:8;Burrito:8;Omelette:8;Burger:8;Sandwich:8;Sandwich Baguette:8,
		/*EvolvedRecipeName = Canned Chili,*/
		EvolvedRecipeName = Chili,
		FoodType = Meat,
		Packaged = TRUE,
		ReplaceOnUse = TinCanEmpty,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -16,
		Calories = 260,
		Carbohydrates = 33,
		Lipids = 7,
		Proteins = 16,
		StaticModel = CanOpen,
		WorldStaticModel = CanOpenChilli,
	}

See also