Canned Chili: Difference between revisions

From PZwiki
m (fixed language and container links)
m (Automated Formatting)
(31 intermediate revisions by 7 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Canned food}}
{{languages|Canned Chili}}
{{Page version|41.78.16}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{Infobox item
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Page Updated @ Version: 34.28'''     </div><!-- Code for Version Tag at top -->
|name=Canned Chili
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|model=TinnedChilli_Model.png
{{Consumables
|icon=CannedChili.png
|image = CannedChili.png
|icon_name=Canned Chili
|hunger = -15
|model2=TinnedChilliOpen_Model.png
|weight = 0.8
|icon2=CannedChiliOpen.png
|icon_name2=Opened Canned Chili
|category=Food
|weight=0.8
|days_fresh=3
|days_rotten=5
|packaged=Yes
|hunger_change=-16
|calories=260
|lipids=7
|proteins=16
|carbohydrates=33
|item_id=Base.CannedChili<br>Base.CannedChiliOpen
}}
'''Canned chili''' (written as ''CHILLI'' on the model) is a non-perishable [[food]] [[Items|item]].
 
==Usage==
Canned chili can only be opened with a [[Can Opener|can opener]], and once opened become [[Food#Perishable|perishable]].
{{Crafting/sandbox2
|opened_canned_chili
}}
}}
'''Canned chili''' is a [[Food#Non-Perishable|non-perishable]] food item which is often found in [[Containers#Kitchen_Counter|kitchen counters]]. It is only a [[Food#Non-Perishable|non-perishable]] item while it is sealed.<br>
Canned Chili can only be opened with a [[Can Opener#|can opener]], and once opened it becomes a [[Food#Perishable|perishable]] item. An opened can of canned chili takes three in-game days to go stale, and five in-game days to rot.


== Nutritional Information ==
===Consumable properties===
{| border=0 align=left <!-- Table will be in middle of page without this line -->
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.
|
{{Consumables
{{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 30: Line 46:
|rotten image = CannedChiliOpen.png
|rotten image = CannedChiliOpen.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
'''Its Nutritional Values are as follows:'''<br>
Carbohydrates = 33 <br>
Proteins = 16 <br>
Lipids = 7 <br>
Calories = 260 <br><br>


== Evolved Recipes ==
==Crafting==
<!-- Information for template 'Evolved Recipes', used to explain how much of the food can be put into a meal. -->
{{Main|Cooking}}
{{EvolvedRecipesForItem
 
|stew=15|stirfry=15|roastedvegetables=15|ricepot=15|ricepan=15|}}
===Evolved recipes===
Canned chili is a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem|stew=16|stirfry=16|roastedvegetables=16|rice=16|taco=8|burrito=8|omelette=8|burger=8|sandwich=8}}
 
==Distribution==
Canned chili can often be found in [[Containers#Kitchen Counter|kitchen counters]].
 
==Trivia==
*The model feature incorrect name ''CHIL'''L'''I'', with double ''L''.
 
==Code==
{{CodeBox|[[File:CannedChili.png]] {{ID|Base.CannedChili}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 456
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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,
Tags = HasMetal,
}
}}
 
[[File:CannedChili.png]] {{ID|Base.CannedChiliOpen}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 76
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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,
Tags = HasMetal,
}
}}
}}
 
==See also==
*[[Canned Carrots]]
*[[Canned Corn]]
*[[Canned Peas]]
*[[Canned Potato]]
*[[Canned Tomato]]
 
{{Navbox items|preserved_food}}


== Code ==
<br>
''Sealed Can''
<nowiki>
    item CannedChili
        Weight = 0.8,
        Type = Food,
        DisplayName = Canned Chili,
        Icon = CannedChili,
        Carbohydrates = 33,
        Proteins = 16,
        Lipids = 7,
        Calories = 260,
        Packaged = TRUE,
    </nowiki>
''Opened Can''
<nowiki>
    item CannedChiliOpen
        Weight = 0.8,
        Type = Food,
        DisplayName = Open Canned Chili,
        Icon = CannedChiliOpen,
        HungerChange = -15,
        DaysFresh = 3,
        DaysTotallyRotten = 5,
        EvolvedRecipe  = Stew:15;Stir fry:15;Roasted Vegetables:15;RicePot:15;RicePan:15,
        Carbohydrates = 33,
        Proteins = 16,
        Lipids = 7,
        Calories = 260,
        Packaged = TRUE,
        FoodType = Meat,
        EvolvedRecipeName = Canned Chili,
    </nowiki>


==See Also==
[[Category:Non-perishable food]]
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 07:12, 14 April 2024

Project ZomboidItemsFoodCanned foodCanned Chili
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Canned Chili
TinnedChilli Model.png
TinnedChilliOpen Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.8
Properties
Packaged
Yes
Days fresh
3 days
Days until rotten
5 days
Nutrition
HungerMoodle Icon Hungry.png
-16
CaloriesCalories
260
CarbohydratesCarbohydrates
33
ProteinsProteins
16
FatFat
7
Technical
Item ID
Base.CannedChili
Base.CannedChiliOpen

Canned chili (written as CHILLI on the model) is a non-perishable food item.

Usage

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

Product Ingredients Tools Requirements Workstation XP
CannedChiliOpen.png
Opened Canned Chili
CannedChili.png Canned Chili ×1 CanOpener.png
Can Opener
none none none

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.

Fresh Stale Rotten

CannedChiliOpen.png
Hunger: -16


CannedChiliOpen.png
Hunger: -12
Boredom: +10
Unhappiness: +10

CannedChiliOpen.png
Hunger: -7
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

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 can often be found in kitchen counters.

Trivia

  • The model feature incorrect name CHILLI, with double L.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

CannedChili.png Base.CannedChili
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
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,
		Tags = HasMetal,
	}

CannedChili.png Base.CannedChiliOpen
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
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,
		Tags = HasMetal,
	}

See also