Item: Conserve de tomates (ouverte)

Wiki Project Zomboid

Conserve de tomates (ouverte)

Variable Base.CannedTomatoOpen Mod Vanilla

Résumé

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

Navigation

Nom variableCannedTomatoOpen
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4773
Lignes296 → 321
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
CannedTomato Open Canned Tomato
Open Canned Tomato
Base
KAVALASH_Custom Cooking 80 CannedTomatoOpen=1
CannedTomato Ouvrir la conserve
Open Canned Tomato
Base
Vanilla Cooking 80 CannedTomatoOpen=1

Recettes qui utilisent cet item

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

1 recette
Afficher la liste
Recipe Mod Category Time Result
BowlFullMisc Make Tomato Sauce with Canned Tomatoes
Make Tomato Sauce with Canned Tomatoes
SapphCooking
KAVALASH_sapphcooking Cooking 20 HomemadeKetchup=1

Propriétés

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

23 propriétés
Key Value (raw) Num Bool JSON
Calories 90 90
CannedFood TRUE 1 1
Carbohydrates 18 18
DaysFresh 2 2
DaysTotallyRotten 4 4
DisplayCategory Food
DisplayName Opened Canned Tomato
EatType can
EvolvedRecipe Pizza:12;Omelette:12;Soup:12;Stew:12;Pie:12;Stir fry Griddle Pan:12;Stir fry:12;Sandwich:6;Sandwich Baguette:6;Burger:6;Salad:6;Roasted Vegetables:12;RicePot:12;RicePan:12;PastaPot:12;PastaPan:12
EvolvedRecipeName Tomato
FoodType Vegetables
HungerChange -12 -12
Icon CannedTomatoOpen
Lipids 0 0
Packaged TRUE 1 1
Proteins 3 3
ReplaceOnUse TinCanEmpty
StaticModel CanOpen
Tags HasMetal
ThirstChange -8 -8
Type Food
Weight 0.8 0.8
WorldStaticModel CanOpenTomatoes
Raw block
	item CannedTomatoOpen
	{
		DisplayName = Opened Canned Tomato,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.8,
		Icon = CannedTomatoOpen,
		CannedFood = TRUE,
		EatType = can,
		EvolvedRecipe = Pizza:12;Omelette:12;Soup:12;Stew:12;Pie:12;Stir fry Griddle Pan:12;Stir fry:12;Sandwich:6;Sandwich Baguette:6;Burger:6;Salad:6;Roasted Vegetables:12;RicePot:12;RicePan:12;PastaPot:12;PastaPan:12,
		EvolvedRecipeName = Tomato,
		FoodType = Vegetables,
		Packaged = TRUE,
		ReplaceOnUse = TinCanEmpty,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -12,
		ThirstChange = -8,
		Calories = 90,
		Carbohydrates = 18,
		Lipids = 0,
		Proteins = 3,
		StaticModel = CanOpen,
		WorldStaticModel = CanOpenTomatoes,
		Tags = HasMetal,
	}