Item: Kit de premiers secours

Wiki Project Zomboid

Kit de premiers secours

Variable AuthenticZClothing.Bag_L4DeadMedkit Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Bag_L4DeadMedkit
TypeContainer
CatégorieBag
Poids1
Icône
Backpack_L4DMedkit

Navigation

Nom variableBag_L4DeadMedkit
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_bags.txt
Détails techniques
Item PK1021
Lignes355 → 378
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.

21 propriétés
Key Value (raw) Num Bool JSON
AttachmentReplacement Bag
AttachmentType Bag_L4DeadMedkit
BloodLocation Bag
CanBeEquipped Back
Capacity 5 5
CloseSound CloseBag
ClothingItem Bag_L4DeadMedkit
DisplayCategory Bag
DisplayName First Aid Kit
Icon Backpack_L4DMedkit
Medical TRUE 1 1
OpenSound OpenBag
PutInSound PutItemInBag
ReplaceInPrimaryHand Bag_L4DeadMedkit_RHand holdingbagright
ReplaceInSecondHand Bag_L4DeadMedkit_LHand holdingbagleft
RunSpeedModifier 0.97 0.97
StaticModel WorldItem_BackpackL4DMedkit
Type Container
Weight 1 1
WeightReduction 50 50
WorldStaticModel WorldItem_BackpackL4DMedkit
Raw block
	item Bag_L4DeadMedkit
    {
        Type					 =	Container,	
        DisplayCategory 		 = 	Bag,
        DisplayName				 =	First Aid Kit,	
        ClothingItem 			 = 	Bag_L4DeadMedkit,		
        WeightReduction		     =	50,
        Weight					 =	1,
        Capacity				 =	5,
        Icon 					 = 	Backpack_L4DMedkit,
        CanBeEquipped 			 = 	Back,
        OpenSound   			 = 	OpenBag,
        CloseSound   			 = 	CloseBag,
        PutInSound  			 = 	PutItemInBag,
        Medical 				 = 	TRUE,		
        BloodLocation 			 = 	Bag,
        RunSpeedModifier 		 = 	0.97,
        AttachmentReplacement 	 = 	Bag,
        ReplaceInSecondHand 	 = 	Bag_L4DeadMedkit_LHand holdingbagleft,
        ReplaceInPrimaryHand	 = 	Bag_L4DeadMedkit_RHand holdingbagright,
        WorldStaticModel 		 = 	WorldItem_BackpackL4DMedkit,
		AttachmentType  		 = 	Bag_L4DeadMedkit,
		StaticModel 			= 	WorldItem_BackpackL4DMedkit,		
    }