Item: Verre de café

Wiki Project Zomboid

Verre de café

Variable SapphCooking.LowBallGlassCoffeeBrew Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.LowBallGlassCoffeeBrew
TypeFood
Catégorie
Poids0.4
Icône
LowballGlassBlackIcon

Navigation

Nom variableLowBallGlassCoffeeBrew
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3420
Lignes1237 → 1256
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
Brew Coffee
SapphCooking
KAVALASH_sapphcooking Cooking 250 LowBallGlassCoffeeBrew=1
GrindedCoffeeIcon Brew Coffee
Brew Coffee6
SapphCooking
KAVALASH_sapphcooking Cooking 250 LowBallGlassCoffeeBrew=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
Alcoholic false 0 0
CustomContextMenu Drink
CustomEatSound DrinkingFromMug
DisplayName Brewed Coffee Drink
EatType Mug
FatigueChange -30 -30
HungerChange -10 -10
Icon LowballGlassBlackIcon
ReplaceOnUse LowballGlass
StaticModel H_LowballGlass_Black
StressChange -15 -15
Tags Coffee;CoffeeMaker
ThirstChange -20 -20
Type Food
UnhappyChange -10 -10
Weight 0.4 0.4
WorldStaticModel LowballGlass_Black
Raw block
	item LowBallGlassCoffeeBrew
	{
		Weight 		= 0.4,
		Type 		= Food,
		DisplayName 		= Brewed Coffee Drink,
		ReplaceOnUse		= LowballGlass,
		CustomEatSound 		= DrinkingFromMug,
		Icon 		= LowballGlassBlackIcon,
		StaticModel 		= H_LowballGlass_Black,
		Alcoholic 		= false,
		EatType 		= Mug,
		ThirstChange 		= -20,
		HungerChange 		= -10,
		UnhappyChange 		= -10,
		FatigueChange 		= -30,
		StressChange 		= -15,
		WorldStaticModel 		= LowballGlass_Black,
		CustomContextMenu 		= Drink,
		Tags = Coffee;CoffeeMaker,
	}