Item: Thermos avec du café

Wiki Project Zomboid

Thermos avec du café

Variable SapphCooking.ThermosCoffee Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.ThermosCoffee
TypeFood
CatégorieFood
Poids1
Icône
CoffeeThermosIcon

Navigation

Nom variableThermosCoffee
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3438
Lignes1613 → 1633
File ID1107

Recettes qui fabriquent cet item

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

2 recettes
Afficher la liste
Recipe Mod Category Time Result
GrindedCoffeeIcon Brew Coffee on Thermos
Brew Coffee on Thermos
SapphCooking
KAVALASH_sapphcooking Cooking 500 ThermosCoffee=1
GrindedCoffeeIcon Brew Coffee on Thermos
Brew Coffee on Thermos2
SapphCooking
KAVALASH_sapphcooking Cooking 500 ThermosCoffee=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.

17 propriétés
Key Value (raw) Num Bool JSON
CustomContextMenu Drink
CustomEatSound DrinkingFromMug
DisplayCategory Food
DisplayName Thermos of Coffee
FatigueChange -100 -100
HungerChange -20 -20
Icon CoffeeThermosIcon
IsCookable FALSE 0 0
ReplaceOnUse EmptyThermos
StaticModel H_CoffeeThermos
StressChange -100 -100
Tags Thermos;CoffeeCup;HideUncooked;HideCooked;CoffeeMaker;HasMetal
ThirstChange -100 -100
Type Food
UnhappyChange -100 -100
Weight 1 1
WorldStaticModel CoffeeThermos_Ground
Raw block
	item ThermosCoffee
	{
		DisplayCategory 		= Food,
		Weight 		= 1,
		Type 		= Food,
		IsCookable = FALSE,
		DisplayName 		= Thermos of Coffee,
		CustomEatSound 		= PZ_DrinkingFromBottle,
		Icon 		= CoffeeThermosIcon,
		ThirstChange 		= -100,
		HungerChange 		= -20,
		UnhappyChange 		= -100,
		FatigueChange 		= -100,
		StressChange 		= -100,
		ReplaceOnUse 		= EmptyThermos,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromMug,
		StaticModel 		= H_CoffeeThermos,
		WorldStaticModel 		= CoffeeThermos_Ground,
		Tags = Thermos;CoffeeCup;HideUncooked;HideCooked;CoffeeMaker;HasMetal,
	}