Item: Sac Proton

Wiki Project Zomboid

Sac Proton

Variable AuthenticZClothing.Bag_ProtonPack_Back Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Bag_ProtonPack_Back
TypeContainer
CatégorieBag
Poids5
Icône
ProtonPack

Navigation

Nom variableBag_ProtonPack_Back
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_bags.txt
Détails techniques
Item PK1025
Lignes442 → 462
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 10 10
CloseSound CloseBag
ClothingItem Bag_ProtonPack_Back
DisplayCategory Bag
DisplayName Proton Pack
Icon ProtonPack
OpenSound OpenBag
PutInSound PutItemInBag
ReplaceInPrimaryHand Bag_ProtonPack_RHand holdingbagright
ReplaceInSecondHand Bag_ProtonPack_LHand holdingbagleft
RunSpeedModifier 0.80 0.8
Type Container
Weight 5 5
WeightReduction 35 35
WorldStaticModel WorldItem_ProtonPack
Raw block
	item Bag_ProtonPack_Back
    {
       DisplayCategory = Bag,	
		WeightReduction			=	35,
        Weight					=	5,
        Type					=	Container,
		Capacity				=	10,
		DisplayName				=	Proton Pack,
        Icon 					= 	ProtonPack,
        CanBeEquipped 			= 	Back,
        OpenSound   			=   OpenBag,
        CloseSound   			=   CloseBag,
        PutInSound   			=   PutItemInBag,
        ClothingItem 			= 	Bag_ProtonPack_Back,
        BloodLocation 			= 	Bag,
        RunSpeedModifier		= 	0.80,
        AttachmentReplacement   = 	Bag,
        ReplaceInSecondHand 	= 	Bag_ProtonPack_LHand holdingbagleft,
        ReplaceInPrimaryHand	= 	Bag_ProtonPack_RHand holdingbagright,
		WorldStaticModel 		= 	WorldItem_ProtonPack,
    }