Item: Tasse en métal

Wiki Project Zomboid

Tasse en métal

Variable SapphCooking.Mug_Metal Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.Mug_Metal
TypeNormal
CatégorieCooking
Poids0.2
Icône
MugMetalIcon

Navigation

Nom variableMug_Metal
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemspan.txt
Détails techniques
Item PK3969
Lignes4696 → 4711
File ID1108

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
MetalSheetSmall Make Metal Mug
Make Metal Mug
SapphCooking
KAVALASH_sapphcooking Welding 250 Mug_Metal=1

Recettes qui utilisent cet item

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

2 recettes
Afficher la liste
Recipe Mod Category Time Result
MugMetalIcon Make a Mug of Coffee Thermos
Make a Mug of Coffee Thermos
SapphCooking
KAVALASH_sapphcooking Cooking 150 MugCoffee_Metal=1
MugMetalShakeIcon Pour Milkshake in Mug
Pour Milkshake in Mug1
SapphCooking
KAVALASH_sapphcooking Cooking 50 MugMetal_Milkshake=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
DisplayCategory Cooking
DisplayName Empty Metal Mug
Icon MugMetalIcon
MetalValue 30 30
RainFactor 0.2 0.2
ReplaceOnUseOn WaterSource-WaterMug_Metal
StaticModel H_MugMetal
Tags CoffeeMaker;HasMetal
Tooltip Tooltip_item_RainFromGround
Type Normal
Weight 0.2 0.2
WorldStaticModel MugMetal_Ground
Raw block
	item Mug_Metal
	{
	    DisplayCategory = Cooking,
		Weight	=	0.2,
		CanStoreWater	=	TRUE,
		Type	=	Normal,
		DisplayName	=	Empty Metal Mug,
		ReplaceOnUseOn	=	WaterSource-WaterMug_Metal,
		Icon	=	MugMetalIcon,
		RainFactor = 0.2,
		Tooltip = Tooltip_item_RainFromGround,
		StaticModel = H_MugMetal,
		WorldStaticModel = MugMetal_Ground,
		MetalValue 		= 30,
		Tags = CoffeeMaker;HasMetal,
	}