Item: Conserve de pommes de terre (ouverte)

Wiki Project Zomboid

Conserve de pommes de terre (ouverte)

Variable Base.CannedPotatoOpen Mod Vanilla

Résumé

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

Navigation

Nom variableCannedPotatoOpen
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4771
Lignes241 → 267
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
CannedPotato Open Canned Potato
Open Canned Potato
Base
KAVALASH_Custom Cooking 80 CannedPotatoOpen=1
CannedPotato Ouvrir la conserve
Open Canned Potato
Base
Vanilla Cooking 80 CannedPotatoOpen=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.

23 propriétés
Key Value (raw) Num Bool JSON
Calories 175 175
CannedFood TRUE 1 1
Carbohydrates 35 35
DaysFresh 2 2
DaysTotallyRotten 4 4
DisplayCategory Food
DisplayName Opened Canned Potato
EatType can
EvolvedRecipe Omelette:9;Soup:18;Stew:18;Pie:18;Stir fry Griddle Pan:18;Stir fry:18;Salad:9;Roasted Vegetables:18
EvolvedRecipeName Potato
FoodType Vegetables
HungerChange -18 -18
Icon CannedPotatoOpen
Lipids 0 0
Packaged TRUE 1 1
Proteins 2.5 2.5
ReplaceOnUse TinCanEmpty
StaticModel CanOpen
Tags HasMetal
ThirstChange -7 -7
Type Food
Weight 0.8 0.8
WorldStaticModel CanOpenPotatoes
Raw block
	item CannedPotatoOpen
	{
		DisplayName = Opened Canned Potato,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.8,
		Icon = CannedPotatoOpen,
		CannedFood = TRUE,
		EatType = can,
		EvolvedRecipe = Omelette:9;Soup:18;Stew:18;Pie:18;Stir fry Griddle Pan:18;Stir fry:18;Salad:9;Roasted Vegetables:18,
		/*EvolvedRecipeName = Canned Potato,*/
		EvolvedRecipeName = Potato,
		FoodType = Vegetables,
		Packaged = TRUE,
		ReplaceOnUse = TinCanEmpty,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -18,
		ThirstChange = -7,
		Calories = 175,
		Carbohydrates = 35,
		Lipids = 0,
		Proteins = 2.5,
		StaticModel = CanOpen,
		WorldStaticModel = CanOpenPotatoes,
		Tags = HasMetal,
	}