Item: Sac à main

Wiki Project Zomboid

Sac à main

Variable AuthenticZClothing.Handbag2 Mod KAVALASH_Authentic Z - Current

Résumé

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

Navigation

Nom variableHandbag2
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_bags.txt
Détails techniques
Item PK1034
Lignes624 → 644
File ID814

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.

18 propriétés
Key Value (raw) Num Bool JSON
AttachmentReplacement Bag
BloodLocation Bag
CanBeEquipped Back
Capacity 8 8
CloseSound CloseBag
ClothingItem Bag_Handbag_RightHand
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
Type Container
Weight 1 1
WeightReduction 40 40
WorldStaticModel Handbag_Ground
Raw block
	item Handbag2
    {
	    DisplayCategory = Container,	
        WeightReduction	=	40,
        Weight	=	1,
        Type	=	Container,
        Capacity	=	8,
		DisplayName	=	Handbag,
		Icon	=	Purseblack,
		CanBeEquipped = Back,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        ClothingItem = Bag_Handbag_RightHand,
        BloodLocation = Bag,
        RunSpeedModifier = 0.99,
        AttachmentReplacement = Bag,
		ReplaceInSecondHand = Bag_Handbag_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_Handbag_RHand holdingbagright,
		WorldStaticModel = Handbag_Ground,
    }