Item: Boîte à outils

Wiki Project Zomboid

Boîte à outils

Variable Base.Bag_JanitorToolbox Mod Vanilla

Résumé

VariableBase.Bag_JanitorToolbox
TypeContainer
CatégorieBag
Poids2
Icône
Toolbox

Navigation

Nom variableBag_JanitorToolbox
ModuleBase
Sourcescripts\clothing\clothing_bags.txt
Détails techniques
Item PK6070
Lignes678 → 693
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.

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