Item: Thermos de soupe

Wiki Project Zomboid

Thermos de soupe

Variable SapphCooking.ThermosSoup Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.ThermosSoup
TypeFood
CatégorieFood
Poids0.8
Icône
CoffeeThermosIcon

Navigation

Nom variableThermosSoup
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3669
Lignes6323 → 6350
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
PotFull Put in Thermos
Put Soup in Thermos
SapphCooking
KAVALASH_sapphcooking Cooking 100 ThermosSoup=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.

24 propriétés
Key Value (raw) Num Bool JSON
Calories 10 10
Carbohydrates 10 10
CustomContextMenu Drink
CustomEatSound DrinkingFromMug
DaysFresh 5 5
DaysTotallyRotten 10 10
DisplayCategory Food
DisplayName Soup Thermos
FatigueChange -5 -5
Icon CoffeeThermosIcon
IsCookable TRUE 1 1
Lipids 10 10
MinutesToBurn 100 100
MinutesToCook 50 50
Proteins 10 10
ReplaceOnUse EmptyThermos
StaticModel H_CoffeeThermos
StressChange -5 -5
Tags HasMetal;HideCooked
ThirstChange -30 -30
Type Food
UnhappyChange -5 -5
Weight 0.8 0.8
WorldStaticModel CoffeeThermos_Ground
Raw block
	item ThermosSoup
	{
		DisplayCategory 		= Food,
		Weight 		= 0.8,
		Type 		= Food,
		DisplayName 		= Soup Thermos,
		CustomEatSound 		= PZ_DrinkingFromBottle,
		Icon 		= CoffeeThermosIcon,
		MinutesToCook = 50,
		MinutesToBurn = 100,
		IsCookable = TRUE,
		ThirstChange 		= -30,
		UnhappyChange 		= -5,
		FatigueChange 		= -5,
		StressChange 		= -5,
		DaysFresh = 5,
		DaysTotallyRotten = 10,
		ReplaceOnUse 		= EmptyThermos,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromMug,
		StaticModel 		= H_CoffeeThermos,
		WorldStaticModel 		= CoffeeThermos_Ground,
		Calories 		= 10,
		Carbohydrates 		= 10,
		Lipids 		= 10,
		Proteins 		= 10,
		Tags = HasMetal;HideCooked,
	}