Item: Sac à main

Wiki Project Zomboid

Sac à main

Variable AuthenticZClothing.Handbag_Secondary Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Handbag_Secondary
TypeContainer
CatégorieContainer
Poids1
Icône
Purseblack

Navigation

Nom variableHandbag_Secondary
ModuleAuthenticZClothing
Sourcemedia\scripts\Backpacks\AuthenticZ_BackpackSecondary.txt
Détails techniques
Item PK1920
Lignes6 → 24
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
Purseblack Make Secondary Bag
Make Secondary Bag
AuthenticZClothing
KAVALASH_Authentic Z - Current 80 Handbag_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 Handbag
Capacity 8 8
CloseSound CloseBag
DisplayCategory Container
DisplayName Handbag
Icon Purseblack
OpenSound OpenBag
PutInSound PutItemInBag
ReplaceInPrimaryHand Bag_Handbag_RHand holdingbagright
ReplaceInSecondHand Bag_Handbag_LHand holdingbagleft
RunSpeedModifier 0.99 0.99
StaticModel Handbag_Ground
Type Container
Weight 1 1
WeightReduction 40 40
WorldStaticModel Handbag_Ground
Raw block
	item Handbag_Secondary
	{
        DisplayCategory = Container,		
		WeightReduction			=	40,
		Weight					=	1,
		Type					=	Container,
		Capacity				=	8,
		DisplayName				=	Handbag,
		Icon					=	Purseblack,
		RunSpeedModifier 		= 	0.99,
        OpenSound   			=   OpenBag,
        CloseSound   			=   CloseBag,
        PutInSound   			=   PutItemInBag,	
		ReplaceInSecondHand 	= 	Bag_Handbag_LHand holdingbagleft,
        ReplaceInPrimaryHand 	= 	Bag_Handbag_RHand holdingbagright,
        WorldStaticModel 		= 	Handbag_Ground,
        AttachmentType  		= 	Handbag,
		StaticModel 			= 	Handbag_Ground,		
	}