Item: Sac à main

Wiki Project Zomboid

Sac à main

Variable Base.Handbag Mod Vanilla

Résumé

VariableBase.Handbag
TypeContainer
CatégorieContainer
Poids1
Icône
Purseblack

Navigation

Nom variableHandbag
ModuleBase
Sourcescripts\clothing\clothing_bags.txt
Détails techniques
Item PK6052
Lignes375 → 391
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
Purseblack Make Secondary Bag
Make Secondary Bag
AuthenticZClothing
KAVALASH_Authentic Z - Current 80 Handbag_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 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 Handbag
	{
	    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,
	}