Item: Conserve de tomates

Wiki Project Zomboid

Conserve de tomates

Variable Base.CannedTomato2 Mod Vanilla

Résumé

VariableBase.CannedTomato2
TypeFood
CatégorieFood
Poids0.8
Icône
CannedTomato

Navigation

Nom variableCannedTomato2
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4779
Lignes418 → 435
File ID1361

Recettes qui fabriquent cet item

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

1 recette
Afficher la liste
Recipe Mod Category Time Result
OS6pkCannedTomato Unpack 6
Unpack 6
GidOrganizedFood
KAVALASH_EasyPacking Storage 60 CannedTomato2=6

Recettes qui utilisent cet item

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

3 recettes
Afficher la liste
Recipe Mod Category Time Result
CannedTomatoOpen Open Canned Tomato
Open Canned Tomato
Base
KAVALASH_Custom Cooking 80 CannedTomatoOpen=1
OS6pkCannedTomato Pack 6
Pack 6
GidOrganizedFood
KAVALASH_EasyPacking Storage 60 OS6pkCannedTomato=1
CannedTomatoOpen Ouvrir la conserve
Open Canned Tomato
Base
Vanilla Cooking 80 CannedTomatoOpen=1

Propriétés

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

15 propriétés
Key Value (raw) Num Bool JSON
Calories 90 90
CannedFood TRUE 1 1
CantEat TRUE 1 1
Carbohydrates 18 18
DisplayCategory Food
DisplayName Canned Tomato
Icon CannedTomato
Lipids 0 0
Packaged TRUE 1 1
Proteins 3 3
StaticModel CanClosed
Tags HasMetal
Type Food
Weight 0.8 0.8
WorldStaticModel CanClosedTomatoes
Raw block
	item CannedTomato2
	{
		DisplayName = Canned Tomato,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.8,
		Icon = CannedTomato,
		CannedFood = TRUE,
		CantEat = TRUE,
		Packaged = TRUE,
		Calories = 90,
		Carbohydrates = 18,
		Lipids = 0,
		Proteins = 3,
		StaticModel = CanClosed,
		WorldStaticModel = CanClosedTomatoes,
		Tags = HasMetal,
	}