Item: Boeuf Wellington

Wiki Project Zomboid

Boeuf Wellington

Variable SapphCooking.BeefWellington Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.BeefWellington
TypeFood
CatégorieFood
Poids0.2
Icône
BeefWellingtonItem

Navigation

Nom variableBeefWellington
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3782
Lignes8780 → 8800
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
Dough Make Beef Wellington
Make Beef Wellington
SapphCooking
KAVALASH_sapphcooking Cooking 250 BeefWellington=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.

18 propriétés
Key Value (raw) Num Bool JSON
Calories 160 160
Carbohydrates 13 13
DaysFresh 10 10
DaysTotallyRotten 15 15
DisplayCategory Food
DisplayName Beef Wellington
HungerChange -5 -5
Icon BeefWellingtonItem
IsCookable TRUE 1 1
Lipids 6 6
MinutesToBurn 50 50
MinutesToCook 20 20
Proteins 1 1
RemoveNegativeEffectOnCooked TRUE 1 1
StaticModel H_BeefWellington
Type Food
Weight 0.2 0.2
WorldStaticModel BeefWellington_Ground
Raw block
	item BeefWellington
	{
		DisplayName = Beef Wellington,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = BeefWellingtonItem,
		IsCookable	=	TRUE,
		MinutesToCook	=	20,
		MinutesToBurn	=	50,
		RemoveNegativeEffectOnCooked = TRUE,
		DaysFresh = 10,
		DaysTotallyRotten = 15,
		HungerChange = -5,
		Calories = 160,
		Carbohydrates = 13,
		Lipids = 6,
		Proteins = 1,
		WorldStaticModel = BeefWellington_Ground,
		StaticModel = H_BeefWellington,
	}