Item: Sac de transport - Grade 3

Wiki Project Zomboid

Sac de transport - Grade 3

Variable AuthenticZClothing.Bag_DuffelBagGrey_Tier_3 Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Bag_DuffelBagGrey_Tier_3
TypeContainer
CatégorieBag
Poids1
Icône
DuffelBag_Grey

Navigation

Nom variableBag_DuffelBagGrey_Tier_3
ModuleAuthenticZClothing
Sourcemedia\scripts\Backpacks\AuthenticZ_BackpackUpgrades_Recipes.txt
Détails techniques
Item PK1973
Lignes898 → 919
File ID834

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
DuffelBag_Grey Upgrade Duffel Bag
Upgrade Duffelbag
AuthenticZClothing
KAVALASH_Authentic Z - Current Tailoring 300 Bag_DuffelBagGrey_Tier_3=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.

19 propriétés
Key Value (raw) Num Bool JSON
AttachmentReplacement Bag
AttachmentsProvided DufflebagSecondary;DufflebagItemSlot1;DufflebagItemSlot2;DufflebagItemSlot3;DufflebagFlashlight;DufflebagBottleRight;DufflebagPlushie;DufflebagUmbrellaRight;DufflebagBalloonLeft
CanBeEquipped Back
CanHaveHoles false 0 0
Capacity 31 31
CloseSound CloseBag
ClothingItem Bag_DuffelBagGrey_Tier_3
DisplayCategory Bag
DisplayName Duffel Bag - Tier 3
Icon DuffelBag_Grey
OpenSound OpenBag
PutInSound PutItemInBag
ReplaceInPrimaryHand Bag_DuffelBag_RHandTINT holdingbagright
ReplaceInSecondHand Bag_DuffelBag_LHandTINT holdingbagleft
RunSpeedModifier 0.95 0.95
Type Container
Weight 1 1
WeightReduction 70 70
WorldStaticModel DuffelBag_Ground
Raw block
    item Bag_DuffelBagGrey_Tier_3 /* Grey Duffles*/
    {
        DisplayCategory = Bag,		
        Type 					= 	Container,
        DisplayName 			= 	Duffel Bag - Tier 3,
        ClothingItem 			= 	Bag_DuffelBagGrey_Tier_3,
        CanBeEquipped 			= 	Back,
        WeightReduction			=	70,
        Weight					=	1,
        Capacity				=	31,
        Icon					=	DuffelBag_Grey,
        OpenSound  				=   OpenBag,
        CloseSound   			=   CloseBag,
        PutInSound   			=   PutItemInBag,
        RunSpeedModifier 		= 	0.95,
        CanHaveHoles 			= 	false,
        AttachmentReplacement	= 	Bag,
		AttachmentsProvided  	= 	DufflebagSecondary;DufflebagItemSlot1;DufflebagItemSlot2;DufflebagItemSlot3;DufflebagFlashlight;DufflebagBottleRight;DufflebagPlushie;DufflebagUmbrellaRight;DufflebagBalloonLeft,				
        ReplaceInSecondHand 	= 	Bag_DuffelBag_LHandTINT holdingbagleft,
        ReplaceInPrimaryHand 	= 	Bag_DuffelBag_RHandTINT holdingbagright,
        WorldStaticModel 		= 	DuffelBag_Ground,
    }