Item: Marmite de préparation pour fromage

Wiki Project Zomboid

Marmite de préparation pour fromage

Variable SapphCooking.Pot_CheesePreparation Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.Pot_CheesePreparation
TypeFood
CatégorieFood
Poids3
Icône
PotCheeseIcon

Navigation

Nom variablePot_CheesePreparation
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemspan.txt
Détails techniques
Item PK3955
Lignes4335 → 4363
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
Pot Make Cheese Preparation
Make Cheese Preparation
SapphCooking
KAVALASH_sapphcooking Cooking 100 Pot_CheesePreparation=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.

26 propriétés
Key Value (raw) Num Bool JSON
Calories 200 200
Carbohydrates 0.95 0.95
CookingSound BoilingFood
CustomContextMenu Drink
CustomEatSound EatingSoup
DaysFresh 2 2
DaysTotallyRotten 6 6
DisplayCategory Food
DisplayName Pot of Cheese Preparation
EatType Pot
HungerChange -15 -15
Icon PotCheeseIcon
IsCookable TRUE 1 1
Lipids 9.8 9.8
MinutesToBurn 100 100
MinutesToCook 50 50
Proteins 7.4 7.4
ReplaceOnCooked SapphCooking.Pot_CheeseCurds
ReplaceOnUse Pot
StaticModel CookingPot
Tags HasMetal
ThirstChange -15 -15
Type Food
UnhappyChange +5 5
Weight 3 3
WorldStaticModel PotCheesePreparation_Ground
Raw block
	item Pot_CheesePreparation
	{
		DisplayName = Pot of Cheese Preparation,
		DisplayCategory = Food,
		Type = Food,
		Weight = 3,
		Icon = PotCheeseIcon,
		CookingSound = BoilingFood,
		ReplaceOnCooked = SapphCooking.Pot_CheeseCurds,
		EatType = Pot,
		IsCookable = TRUE,
		ReplaceOnUse = Pot,
		MinutesToCook = 50,
		MinutesToBurn = 100,
		DaysFresh = 2,
		DaysTotallyRotten = 6,
		HungerChange = -15,
		ThirstChange = -15,
		UnhappyChange = +5,
		Calories = 200,
		Carbohydrates = 0.95,
		Lipids = 9.8,
		Proteins = 7.4,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = PotCheesePreparation_Ground,
		Tags = HasMetal,
	}