Item: Viande attendrie panée

Wiki Project Zomboid

Viande attendrie panée

Variable SapphCooking.BreadedTenderizedMeat Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.BreadedTenderizedMeat
TypeFood
CatégorieFood
Poids0.15
Icône
TenderizedMeatBreadedIcon

Navigation

Nom variableBreadedTenderizedMeat
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3566
Lignes4283 → 4301
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
TenderizedMeatIcon Make Breaded Tenderized Meat
Make Breaded Tenderized Meat
SapphCooking
KAVALASH_sapphcooking Cooking 100 BreadedTenderizedMeat=1

Recettes qui utilisent cet item

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

1 recette
Afficher la liste
Recipe Mod Category Time Result
SchnitzelIcon Fry Schnitzel
Fry Schnitzel
SapphCooking
KAVALASH_sapphcooking Cooking 250 Schnitzel=1

Propriétés

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

16 propriétés
Key Value (raw) Num Bool JSON
Calories 110 110
Carbohydrates 0 0
DangerousUncooked TRUE 1 1
DaysFresh 2 2
DaysTotallyRotten 4 4
DisplayCategory Food
DisplayName Breaded Tenderized Meat
FoodType Meat
HungerChange -30 -30
Icon TenderizedMeatBreadedIcon
Lipids 4 4
Proteins 16 16
StaticModel H_BreadedTenderizedMeat
Type Food
Weight 0.15 0.15
WorldStaticModel BreadedTenderizedMeat_Ground
Raw block
	item BreadedTenderizedMeat
	{
	    DisplayCategory = Food,
		HungerChange	=	-30,
		Weight	=	0.15,
		Type	=	Food,
		DangerousUncooked	=	TRUE,
		DaysTotallyRotten	=	4,
		DisplayName	= Breaded Tenderized Meat,
		Icon	=	TenderizedMeatBreadedIcon,
		DaysFresh	=	2,
		FoodType    =   Meat,
        	Carbohydrates = 0,
        	Proteins = 16,
        	Lipids = 4,
        	Calories = 110,
        	WorldStaticModel = BreadedTenderizedMeat_Ground,
		StaticModel = H_BreadedTenderizedMeat,
	}