Item: Sandwich américain

Wiki Project Zomboid

Sandwich américain

Variable SapphCooking.Sandwich_CheesesteakPrep Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.Sandwich_CheesesteakPrep
TypeFood
CatégorieFood
Poids0.2
Icône
CheesesteakIcon

Navigation

Nom variableSandwich_CheesesteakPrep
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3772
Lignes8571 → 8588
File ID1107

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
Baguette Prepare Cheesesteak
Prepare Cheesesteak
SapphCooking
KAVALASH_sapphcooking Cooking 250 Sandwich_CheesesteakPrep=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.

15 propriétés
Key Value (raw) Num Bool JSON
Calories 360 360
Carbohydrates 42 42
DaysFresh 3 3
DaysTotallyRotten 6 6
DisplayCategory Food
DisplayName Cheesesteak
EatType 2handforced
HungerChange -10 -10
Icon CheesesteakIcon
Lipids 8.5 8.5
Proteins 5.8 5.8
StaticModel H_Cheesesteak
Type Food
Weight 0.2 0.2
WorldStaticModel Cheesesteak_Ground
Raw block
	item Sandwich_CheesesteakPrep
	{
		DisplayName = Cheesesteak,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = CheesesteakIcon,
		EatType = 2handforced,
		DaysFresh = 3,
		DaysTotallyRotten = 6,
		HungerChange = -10,
		Calories = 360,
		Carbohydrates = 42,
		Lipids = 8.5,
		Proteins = 5.8,
		StaticModel = H_Cheesesteak,
		WorldStaticModel = Cheesesteak_Ground,
	}