Item: Sac à main

Wiki Project Zomboid

Sac à main

Variable AuthenticZClothing.Purse_Secondary Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Purse_Secondary
TypeContainer
CatégorieContainer
Poids0.5
Icône
Purse

Navigation

Nom variablePurse_Secondary
ModuleAuthenticZClothing
Sourcemedia\scripts\Backpacks\AuthenticZ_BackpackSecondary.txt
Détails techniques
Item PK1923
Lignes55 → 73
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
Purse Make Secondary Bag
Make Secondary Bag
AuthenticZClothing
KAVALASH_Authentic Z - Current 80 Purse_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 Purse
Capacity 12 12
CloseSound CloseBag
DisplayCategory Container
DisplayName Purse
Icon Purse
OpenSound OpenBag
PutInSound PutItemInBag
ReplaceInPrimaryHand Bag_Purse_RHand holdingbagright
ReplaceInSecondHand Bag_Purse_LHand holdingbagleft
RunSpeedModifier 0.99 0.99
StaticModel Purse_Ground
Type Container
Weight 0.5 0.5
WeightReduction 55 55
WorldStaticModel Purse_Ground
Raw block
	item Purse_Secondary
    {
        DisplayCategory = Container,		
        WeightReduction			=	55,
        Weight					=	0.5,
        Type					=	Container,
        Capacity				=	12,
        DisplayName				=	Purse,
        Icon					=	Purse,
        OpenSound   			=   OpenBag,
        RunSpeedModifier 		= 	0.99,
        CloseSound   			=   CloseBag,
        PutInSound   			=   PutItemInBag,
		ReplaceInSecondHand 	= 	Bag_Purse_LHand holdingbagleft,
        ReplaceInPrimaryHand 	= 	Bag_Purse_RHand holdingbagright,
        WorldStaticModel 		= 	Purse_Ground,
        AttachmentType  		= 	Purse,
		StaticModel 			= 	Purse_Ground,		
    }