Item: Thermos (vide)

Wiki Project Zomboid

Thermos (vide)

Variable SapphCooking.EmptyThermos Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.EmptyThermos
TypeNormal
CatégorieCooking
Poids0.5
Icône
CoffeeThermosIcon

Navigation

Nom variableEmptyThermos
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3436
Lignes1575 → 1590
File ID1107

Recettes qui fabriquent cet item

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

0 recette
Aucune recette ne fabrique cet item.

Recettes qui utilisent cet item

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

3 recettes
Afficher la liste
Recipe Mod Category Time Result
CoffeeThermosIcon Brew Coffee on Thermos
Brew Coffee on Thermos
SapphCooking
KAVALASH_sapphcooking Cooking 500 ThermosCoffee=1
CoffeeThermosIcon Brew Coffee on Thermos
Brew Coffee on Thermos2
SapphCooking
KAVALASH_sapphcooking Cooking 500 ThermosCoffee=1
CoffeeThermosIcon Put in Thermos
Put Soup in Thermos
SapphCooking
KAVALASH_sapphcooking Cooking 100 ThermosSoup=1

Propriétés

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

13 propriétés
Key Value (raw) Num Bool JSON
CanStoreWater TRUE 1 1
CustomEatSound DrinkingFromGeneric
DisplayCategory Cooking
DisplayName Empty Thermos
Icon CoffeeThermosIcon
MetalValue 30 30
ReplaceOnUseOn WaterSource-FullWaterThermos
StaticModel H_CoffeeThermos
Tags HasMetal
Tooltip Tooltip_EmptyThermos
Type Normal
Weight 0.5 0.5
WorldStaticModel CoffeeThermos_Ground
Raw block
	item EmptyThermos
	{
	    DisplayCategory = Cooking,
		Tooltip = Tooltip_EmptyThermos,
		Weight	=	0.5,
		CanStoreWater	=	TRUE,
		Type	=	Normal,
		DisplayName	= Empty Thermos,
		ReplaceOnUseOn	= WaterSource-FullWaterThermos,
		Icon	= CoffeeThermosIcon,
		MetalValue = 30,
		StaticModel = H_CoffeeThermos,
		WorldStaticModel = CoffeeThermos_Ground,
		CustomEatSound = DrinkingFromGeneric,
		Tags = HasMetal,
	}