Item: Boîte à outils

Wiki Project Zomboid

Boîte à outils

Variable AuthenticZClothing.Toolbox_Secondary Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Toolbox_Secondary
TypeContainer
CatégorieContainer
Poids2
Icône
Toolbox

Navigation

Nom variableToolbox_Secondary
ModuleAuthenticZClothing
Sourcemedia\scripts\Backpacks\AuthenticZ_BackpackSecondary.txt
Détails techniques
Item PK1927
Lignes125 → 143
File ID833

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

16 propriétés
Key Value (raw) Num Bool JSON
AttachmentType Toolbox
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
StaticModel ToolBox_Ground
Type Container
Weight 2 2
WeightReduction 15 15
WorldStaticModel ToolBox_Ground
Raw block
    item Toolbox_Secondary
	{
        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,
        AttachmentType  		= 	Toolbox,		
        WorldStaticModel		= 	ToolBox_Ground,
		StaticModel 			= 	ToolBox_Ground,		
	}