Item: Conserve de chili con carne (ouverte)

Wiki Project Zomboid

Conserve de chili con carne (ouverte)

Variable Base.CannedChiliOpen Mod Vanilla

Résumé

VariableBase.CannedChiliOpen
TypeFood
CatégorieFood
Poids0.8
Icône
CannedChiliOpen

Navigation

Nom variableCannedChiliOpen
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4765
Lignes76 → 101
File ID1361

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

2 recettes
Afficher la liste
Recipe Mod Category Time Result
CannedChili Open Canned Chili
Open Canned Chili
Base
KAVALASH_Custom Cooking 80 CannedChiliOpen=1
CannedChili Ouvrir la conserve
Open Canned Chili
Base
Vanilla Cooking 80 CannedChiliOpen=1

Recettes qui utilisent cet item

Icône affichée: l'objet obtenu via la recette quand il est identifié.

0 recette
Aucune recette n'utilise cet item.

Propriétés

Toutes les propriétés extraites pour cet item.

22 propriétés
Key Value (raw) Num Bool JSON
Calories 260 260
CannedFood TRUE 1 1
Carbohydrates 33 33
DaysFresh 3 3
DaysTotallyRotten 5 5
DisplayCategory Food
DisplayName Opened Canned Chili
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 Chili
FoodType Meat
HungerChange -16 -16
Icon CannedChiliOpen
Lipids 7 7
Packaged TRUE 1 1
Proteins 16 16
ReplaceOnUse TinCanEmpty
StaticModel CanOpen
Tags HasMetal
Type Food
Weight 0.8 0.8
WorldStaticModel CanOpenChilli
Raw block
	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,
	}