Item: Ceinture utilitaire du désert (lâche)

Wiki Project Zomboid

Ceinture utilitaire du désert (lâche)

Variable AuthenticZClothing.Bag_UtilityBeltDesert_Loose Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Bag_UtilityBeltDesert_Loose
TypeContainer
CatégorieBag
Poids0.2
Icône
UtilityBeltDesert

Navigation

Nom variableBag_UtilityBeltDesert_Loose
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_bags.txt
Détails techniques
Item PK1031
Lignes561 → 580
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.

17 propriétés
Key Value (raw) Num Bool JSON
BodyLocation TorsoRigPlus2
CanBeEquipped TorsoRigPlus2
Capacity 2 2
CloseSound CloseBag
ClothingItem Bag_UtilityBeltDesert_Loose
ClothingItemExtra AuthenticZClothing.Bag_UtilityBeltDesert
ClothingItemExtraOption Tighten
DisplayCategory Bag
DisplayName Utility Belt (Loosened)
Icon UtilityBeltDesert
OpenSound OpenBag
PutInSound PutItemInBag
RunSpeedModifier 0.98 0.98
Type Container
Weight 0.2 0.2
WeightReduction 66 66
WorldStaticModel WorldItem_UtilityBelt
Raw block
    item Bag_UtilityBeltDesert_Loose
    {
       DisplayCategory = Bag,	
        Type					=	Container,
        DisplayName				=	Utility Belt (Loosened),
        ClothingItem 			= 	Bag_UtilityBeltDesert_Loose,		
        WeightReduction			=	66,
        ClothingItemExtra 		=	AuthenticZClothing.Bag_UtilityBeltDesert,
        ClothingItemExtraOption = 	Tighten,
        Weight					=	0.2,
        Capacity				=	2,
        Icon					=	UtilityBeltDesert,
        OpenSound   			=   OpenBag,
        CloseSound   			=   CloseBag,
        PutInSound   			=   PutItemInBag,
        BodyLocation 			= 	TorsoRigPlus2,
        CanBeEquipped 			= 	TorsoRigPlus2,
        RunSpeedModifier 		= 	0.98,
        WorldStaticModel 		= 	WorldItem_UtilityBelt,
    }