Item: Boîte à outils

Wiki Project Zomboid

Boîte à outils

Variable Base.Toolbox Mod Vanilla

Résumé

VariableBase.Toolbox
TypeContainer
CatégorieContainer
Poids2
Icône
Toolbox

Navigation

Nom variableToolbox
ModuleBase
Sourcescripts\clothing\clothing_bags.txt
Détails techniques
Item PK6053
Lignes392 → 408
File ID1383

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
Toolbox Make Secondary Bag
Make Secondary Bag
AuthenticZClothing
KAVALASH_Authentic Z - Current 80 Toolbox_Secondary=1

Propriétés

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

14 propriétés
Key Value (raw) Num Bool JSON
Capacity 8 8
CloseSound CloseBag
DisplayCategory Container
DisplayName Toolbox
Icon Toolbox
OpenSound OpenBag
PutInSound PutItemInBag
ReplaceInPrimaryHand Bag_Toolbox_RHand holdingbagright
ReplaceInSecondHand Bag_Toolbox_LHand holdingbagleft
RunSpeedModifier 0.97 0.97
Type Container
Weight 2 2
WeightReduction 15 15
WorldStaticModel ToolBox_Ground
Raw block
    item Toolbox
	{
	    DisplayCategory = Container,
		WeightReduction	=	15,
		Weight	=	2,
		Type	=	Container,
		Capacity	=	8,
		DisplayName	=	Toolbox,
		Icon	=	Toolbox,
		RunSpeedModifier = 0.97,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
		ReplaceInSecondHand = Bag_Toolbox_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_Toolbox_RHand holdingbagright,
        WorldStaticModel = ToolBox_Ground,
	}