Item: Conserve de pommes de terre

Wiki Project Zomboid

Conserve de pommes de terre

Variable Base.CannedPotato2 Mod Vanilla

Résumé

VariableBase.CannedPotato2
TypeFood
CatégorieFood
Poids0.8
Icône
CannedPotato

Navigation

Nom variableCannedPotato2
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4777
Lignes380 → 397
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
OS6pkCannedPotato Unpack 6
Unpack 6
GidOrganizedFood
KAVALASH_EasyPacking Storage 60 CannedPotato2=6

Recettes qui utilisent cet item

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

4 recettes
Afficher la liste
Recipe Mod Category Time Result
CannedPotatoOpen Open Canned Potato
Open Canned Potato
Base
KAVALASH_Custom Cooking 80 CannedPotatoOpen=1
OS6pkCannedPotato Pack 6
Pack 6
GidOrganizedFood
KAVALASH_EasyPacking Storage 60 OS6pkCannedPotato=1
SaucepanwithRisottoIcon Make Mashed Potato with Canned Potatoes
Make Mashed Potato with Canned Potatoes
SapphCooking
KAVALASH_sapphcooking Cooking 200 SaucepanwithMashedPotatoes=1
CannedPotatoOpen Ouvrir la conserve
Open Canned Potato
Base
Vanilla Cooking 80 CannedPotatoOpen=1

Propriétés

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

15 propriétés
Key Value (raw) Num Bool JSON
Calories 175 175
CannedFood TRUE 1 1
CantEat TRUE 1 1
Carbohydrates 35 35
DisplayCategory Food
DisplayName Canned Potato
Icon CannedPotato
Lipids 0 0
Packaged TRUE 1 1
Proteins 2.5 2.5
StaticModel CanClosed
Tags HasMetal
Type Food
Weight 0.8 0.8
WorldStaticModel CanClosedPotatoes
Raw block
	item CannedPotato2
	{
		DisplayName = Canned Potato,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.8,
		Icon = CannedPotato,
		CannedFood = TRUE,
		CantEat = TRUE,
		Packaged = TRUE,
		Calories = 175,
		Carbohydrates = 35,
		Lipids = 0,
		Proteins = 2.5,
		StaticModel = CanClosed,
		WorldStaticModel = CanClosedPotatoes,
		Tags = HasMetal,
	}