Canned Chili: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Canned Chili}}
{{languages|Canned Chili}}
<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 -->
{{header|Project Zomboid|Items|Food|Non-Perishable Food|Canned Food|type=Food|version=Version 40|incver=14}}{{Infobox food
<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 -->
|display_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 -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = CannedChili.png
|image=CannedChili_120px.png
|hunger = -15
|alternate_image=CannedChiliOpen.png
|weight = 0.8
|alternate_link=
}}
|alternate_name=Opened Canned Chili
'''Canned chili''' is a [[Food#Non-Perishable|non-perishable]] food item which is often found in [[Containers#Kitchen_Counter|kitchen counters]].<br>
<!--GENERAL-->
Canned chili can only be opened with a [[Can Opener#|can opener]], and once opened becomes a [[Food#Perishable|perishable]] item. An opened can of chili takes three in-game days to go stale, and five in-game days to rot.
|category=Food
|weight=0.8
|days_fresh=3
|days_rotten=5
|packaged=True
<!--NUTRITION-->
|hunger_change=-15
|thirst_change=
|calories=260
|lipids=7
|proteins=16
|carbohydrates=33
<!--TECHNICAL DETAILS-->
|class_name=Base.CannedChili<br>Base.CannedChiliOpen
}}'''Canned chili''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  


== Nutritional information ==
==Usage==
{| border=0 align=left <!-- Table will be in middle of page without this line -->
Canned chili can only be opened with a [[Can Opener|can opener]], and once opened become [[Food#Perishable|perishable]].
|
===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.
{{Consumables2
{{Consumables2
|image = CannedChiliOpen.png
|image = CannedChiliOpen.png
Line 30: Line 44:
|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. -->
===Cooking===
{{EvolvedRecipesForItem
{{Main|Cooking}}
|stew=15|stirfry=15|roastedvegetables=15|ricepot=15|ricepan=15|}}
Canned chili can be used in various cooking recipes.
====Evolved recipes====
{{EvolvedRecipesForItem|stew=15|stirfry=15|roastedvegetables=15|ricepot=15|ricepan=15}}
 
==Distribution==
Canned chili is often found in [[Containers#Kitchen Counter|kitchen counters]].


== Code ==
== Code ==
<br>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
''Sealed can''
 
<nowiki>
''Canned Chili'' [[File:CannedChili.png|32px]]
    item CannedChili
{{Retrieved|version=40|incver=14}}
        Weight = 0.8,
<pre> item CannedChili
        Type = Food,
        Weight = 0.8,
        DisplayName = Canned Chili,
        Type = Food,
        Icon = CannedChili,
        DisplayName = Canned Chili,
        Carbohydrates = 33,
        Icon = CannedChili,
        Proteins = 16,
        Carbohydrates = 33,
        Lipids = 7,
        Proteins = 16,
        Calories = 260,
        Lipids = 7,
        Packaged = TRUE,
        Calories = 260,
    </nowiki>
        Packaged = TRUE,</pre>
''Opened can''
 
<nowiki>
''Opened Canned Chili'' [[File:CannedChiliOpen.png|32px]]
    item CannedChiliOpen
{{Retrieved|version=40|incver=14}}
        Weight = 0.8,
<pre> item CannedChiliOpen
        Type = Food,
        Weight = 0.8,
        DisplayName = Open Canned Chili,
        Type = Food,
        Icon = CannedChiliOpen,
        DisplayName = Open Canned Chili,
        HungerChange = -15,
        Icon = CannedChiliOpen,
        DaysFresh = 3,
        HungerChange = -15,
        DaysTotallyRotten = 5,
        DaysFresh = 3,
        EvolvedRecipe  = Stew:15;Stir fry:15;Roasted Vegetables:15;RicePot:15;RicePan:15,
        DaysTotallyRotten = 5,
        Carbohydrates = 33,
        EvolvedRecipe  = Stew:15;Stir fry:15;Roasted Vegetables:15;RicePot:15;RicePan:15,
        Proteins = 16,
        Carbohydrates = 33,
        Lipids = 7,
        Proteins = 16,
        Calories = 260,
        Lipids = 7,
        Packaged = TRUE,
        Calories = 260,
        FoodType = Meat,
        Packaged = TRUE,
        EvolvedRecipeName = Canned Chili,
        FoodType = Meat,
    </nowiki>
        EvolvedRecipeName = Canned Chili,
        ReplaceOnUse    = TinCanEmpty,</pre>


==See also==
==See also==
*[[Canned Carrots]]
*[[Canned Corn]]
*[[Canned Peas]]
*[[Canned Potato]]
*[[Canned Tomato]]
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 16:20, 9 September 2018

Canned Chili
Canned Chili
Opened Canned Chili
General
Category Food
Encumbrance
Heavy Load
0.8
Days until stale 3 days
Days until rotten 5 days
Packaged True
Nutrition
Hunger
Hunger
-15
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.

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

Cooking

Main article: Cooking

Canned chili can be used in various cooking recipes.

Evolved recipes

Product Nutrition
Stew
Stew
15
Stir Fry
Stir Fry
15
Roasted Vegetables
Roasted Vegetables
15
Rice Pot/Saucepan
Rice Pot/Saucepan
15

Distribution

Canned chili is often found in kitchen counters.

Code

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

Canned Chili CannedChili.png Retrieved: Build 40.14

	item CannedChili
        	Weight		= 0.8,
        	Type		= Food,
        	DisplayName	= Canned Chili,
        	Icon		= CannedChili,
        	Carbohydrates 	= 33,
        	Proteins 	= 16,
        	Lipids 		= 7,
        	Calories 	= 260,
        	Packaged 	= TRUE,

Opened Canned Chili CannedChiliOpen.png Retrieved: Build 40.14

	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,
        	ReplaceOnUse    	= TinCanEmpty,

See also

Template:Navbox/Consumables