Item: Seau de fromage bleu

Wiki Project Zomboid

Seau de fromage bleu

Variable SapphCooking.Bucket_CheeseBlue Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.Bucket_CheeseBlue
TypeFood
CatégorieFood
Poids3
Icône
BucketPrepIcon

Navigation

Nom variableBucket_CheeseBlue
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemspan.txt
Détails techniques
Item PK3961
Lignes4499 → 4523
File ID1108

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
BucketCheeseIcon Stir Cheese
Stir Cheese
SapphCooking
KAVALASH_sapphcooking Cooking 100 Bucket_CheeseBlue=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
BlueCheeseWheelIcon Remove Cheese Wheel
Remove Cheese Wheel
SapphCooking
KAVALASH_sapphcooking Cooking 100 Blue_CheeseWheel=1

Propriétés

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

22 propriétés
Key Value (raw) Num Bool JSON
Calories 630 630
CantEat True 1 1
Carbohydrates 0.95 0.95
CustomContextMenu Drink
CustomEatSound EatingSoup
DaysFresh 60 60
DaysTotallyRotten 30 30
DisplayCategory Food
DisplayName Bucket of Blue Cheese
EatType Pot
HungerChange -60 -60
Icon BucketPrepIcon
Lipids 15.8 15.8
Proteins 8.4 8.4
ReplaceOnUse BucketEmpty
StaticModel CookingPot
Tags HasMetal
ThirstChange -60 -60
Type Food
UnhappyChange -20 -20
Weight 3 3
WorldStaticModel BucketCheeseBlue_Ground
Raw block
	item Bucket_CheeseBlue
	{
		DisplayName = Bucket of Blue Cheese,
		DisplayCategory = Food,
		Type = Food,
		Weight = 3,
		Icon = BucketPrepIcon,
		CantEat = True,
		EatType = Pot,
		ReplaceOnUse = BucketEmpty,
		DaysFresh = 60,
		DaysTotallyRotten = 30,
		HungerChange = -60,
		ThirstChange = -60,
		UnhappyChange = -20,
		Calories = 630,
		Carbohydrates = 0.95,
		Lipids = 15.8,
		Proteins = 8.4,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = BucketCheeseBlue_Ground,
		Tags = HasMetal,
	}