Item: Viande attendrie

Wiki Project Zomboid

Viande attendrie

Variable SapphCooking.TenderizedMeat Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.TenderizedMeat
TypeFood
CatégorieFood
Poids0.15
Icône
TenderizedMeatIcon

Navigation

Nom variableTenderizedMeat
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3564
Lignes4240 → 4266
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
MeatTenderizerIcon Tenderize Meat
Tenderize Meat
SapphCooking
KAVALASH_sapphcooking Cooking 100 TenderizedMeat=1

Recettes qui utilisent cet item

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

2 recettes
Afficher la liste
Recipe Mod Category Time Result
BeefWellingtonItem Make Beef Wellington
Make Beef Wellington
SapphCooking
KAVALASH_sapphcooking Cooking 250 BeefWellington=1
TenderizedMeatBreadedIcon Make Breaded Tenderized Meat
Make Breaded Tenderized Meat
SapphCooking
KAVALASH_sapphcooking Cooking 100 BreadedTenderizedMeat=1

Propriétés

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

23 propriétés
Key Value (raw) Num Bool JSON
BadCold true 1 1
BadInMicrowave true 1 1
Calories 110 110
Carbohydrates 0 0
DangerousUncooked TRUE 1 1
DaysFresh 2 2
DaysTotallyRotten 4 4
DisplayCategory Food
DisplayName Tenderized Meat
EvolvedRecipe Stew:20;Stir fry Griddle Pan:20;Stir fry:20;Burger:20;Roasted Vegetables:20;PastaPot:20;PastaPan:20;RicePot:20;RicePan:20
FoodType Meat
GoodHot true 1 1
HungerChange -20 -20
Icon TenderizedMeatIcon
IsCookable TRUE 1 1
Lipids 4 4
MinutesToBurn 50 50
MinutesToCook 25 25
Proteins 16 16
StaticModel H_TenderizedMeat
Type Food
Weight 0.15 0.15
WorldStaticModel TenderizedMeat_Ground
Raw block
	item TenderizedMeat
	{
	    DisplayCategory = Food,
		HungerChange	=	-20,
		Weight	=	0.15,
		Type	=	Food,
		IsCookable	=	TRUE,
		DangerousUncooked	=	TRUE,
		DaysTotallyRotten	=	4,
		MinutesToBurn	=	50,
		DisplayName	= Tenderized Meat,
		Icon	=	TenderizedMeatIcon,
		DaysFresh	=	2,
		MinutesToCook	=	25,
		EvolvedRecipe = Stew:20;Stir fry Griddle Pan:20;Stir fry:20;Burger:20;Roasted Vegetables:20;PastaPot:20;PastaPan:20;RicePot:20;RicePan:20,
		FoodType    =   Meat,
        	Carbohydrates = 0,
        	Proteins = 16,
        	Lipids = 4,
        	Calories = 110,
        	BadInMicrowave = true,
        	GoodHot = true,
        	BadCold = true,
        	WorldStaticModel = TenderizedMeat_Ground,
		StaticModel = H_TenderizedMeat,

	}