Item: Meule de fromage bleu

Wiki Project Zomboid

Meule de fromage bleu

Variable SapphCooking.Blue_CheeseWheel Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.Blue_CheeseWheel
TypeFood
CatégorieFood
Poids0.2
Icône
BlueCheeseWheelIcon

Navigation

Nom variableBlue_CheeseWheel
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3749
Lignes8080 → 8102
File ID1107

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

3 recettes
Afficher la liste
Recipe Mod Category Time Result
PotCheeseIcon Remove Cheese Wheel
Remove Cheese Wheel
SapphCooking
KAVALASH_sapphcooking Cooking 100 Blue_CheeseWheel=1
BucketPrepIcon Remove Cheese Wheel
Remove Cheese Wheel
SapphCooking
KAVALASH_sapphcooking Cooking 100 Blue_CheeseWheel=1
WoodenCheeseMoldCheeseBlueIcon Remove Cheese Wheel
Remove Cheese Wheel
SapphCooking
KAVALASH_sapphcooking Cooking 100 Blue_CheeseWheel=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
BlueCheeseSliceIcon Slice Cheese Wheel
Slice Cheese Wheel
SapphCooking
KAVALASH_sapphcooking Cooking 150 BlueCheese=5

Propriétés

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

20 propriétés
Key Value (raw) Num Bool JSON
Calories 680 680
Carbohydrates 1.2 1.2
DaysFresh 60 60
DaysTotallyRotten 30 30
DisplayCategory Food
DisplayName Blue Cheese Wheel
EatType 2handforced
EvolvedRecipe Pizza:15;Soup:10;Sandwich:5;Sandwich Baguette:5;Burger:5;Salad:5;PastaPot:10;PastaPan:10;Taco:5;Burrito:5;Bread:5;Toast:5
FoodType Cheese
HungerChange -60 -60
Icon BlueCheeseWheelIcon
Lipids 18.8 18.8
Proteins 10.5 10.5
StaticModel H_CheeseWheelBlue
Tags Cheese
ThirstChange -20 -20
Type Food
UnhappyChange -20 -20
Weight 0.2 0.2
WorldStaticModel BlueCheeseWheel_Ground
Raw block
	item Blue_CheeseWheel
	{
		DisplayName = Blue Cheese Wheel,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = BlueCheeseWheelIcon,
		EvolvedRecipe = Pizza:15;Soup:10;Sandwich:5;Sandwich Baguette:5;Burger:5;Salad:5;PastaPot:10;PastaPan:10;Taco:5;Burrito:5;Bread:5;Toast:5,
		FoodType = Cheese,
		DaysFresh = 60,
		DaysTotallyRotten = 30,
		HungerChange = -60,
		ThirstChange = -20,
		UnhappyChange = -20,
		Calories = 680,
		Carbohydrates = 1.2,
		Lipids = 18.8,
		Proteins = 10.5,
		EatType = 2handforced,
		WorldStaticModel = BlueCheeseWheel_Ground,
		StaticModel = H_CheeseWheelBlue,
		Tags = Cheese,
	}