Item: Cafetière à piston

Wiki Project Zomboid

Cafetière à piston

Variable SapphCooking.Empty_FrenchPress Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.Empty_FrenchPress
TypeNormal
CatégorieCooking
Poids0.5
Icône
FrenchPress_EmptyIcon

Navigation

Nom variableEmpty_FrenchPress
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemspan.txt
Détails techniques
Item PK3917
Lignes3446 → 3459
File ID1108

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é.

1 recette
Afficher la liste
Recipe Mod Category Time Result
FrenchPress_CoffeeIcon Brew Coffee on French Press
Brew Coffee on French Press
SapphCooking
KAVALASH_sapphcooking Cooking 300 Coffee_FrenchPress=1

Propriétés

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

11 propriétés
Key Value (raw) Num Bool JSON
CanStoreWater TRUE 1 1
CustomEatSound DrinkingFromGeneric
DisplayCategory Cooking
DisplayName Empty French Press
Icon FrenchPress_EmptyIcon
MetalValue 30 30
ReplaceOnUseOn WaterSource-FullWater_FrenchPress
StaticModel H_FrenchPress_Water
Type Normal
Weight 0.5 0.5
WorldStaticModel FrenchPress_Ground
Raw block
	item Empty_FrenchPress
	{
	    DisplayCategory = Cooking,
		Weight	=	0.5,
		CanStoreWater	=	TRUE,
		Type	=	Normal,
		DisplayName	= Empty French Press,
		ReplaceOnUseOn	= WaterSource-FullWater_FrenchPress,
		Icon	= FrenchPress_EmptyIcon,
		MetalValue = 30,
		StaticModel = H_FrenchPress_Water,
		WorldStaticModel = FrenchPress_Ground,
		CustomEatSound = DrinkingFromGeneric,
	}