Item: Ouvre-boîte

Wiki Project Zomboid

Ouvre-boîte

Variable Base.TinOpener Mod Vanilla

Résumé

VariableBase.TinOpener
TypeNormal
CatégorieCooking
Poids0.6
Icône
CanOpener

Navigation

Nom variableTinOpener
ModuleBase
Sourcescripts\items.txt
Détails techniques
Item PK4713
Lignes533 → 544
File ID1360

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

0 recette
Aucune recette n'utilise cet item.

Propriétés

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

9 propriétés
Key Value (raw) Num Bool JSON
DisplayCategory Cooking
DisplayName Can Opener
Icon CanOpener
MetalValue 3 3
StaticModel CanOpener
Tags CanOpener
Type Normal
Weight 0.6 0.6
WorldStaticModel CanOpenerGround
Raw block
	item TinOpener
	{
	    DisplayCategory = Cooking,
		Weight	=	0.6,
		Type	=	Normal,
		DisplayName	=	Can Opener,
		Icon	=	CanOpener,
		MetalValue = 3,
		StaticModel = CanOpener,
		Tags = CanOpener,
		WorldStaticModel = CanOpenerGround,
	}