Item: Veste de costume bleue marine

Wiki Project Zomboid

Veste de costume bleue marine

Variable AuthenticZClothing.Suit_JacketGMan Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Suit_JacketGMan
TypeClothing
CatégorieClothing
Poids2
Icône
JacketSuitGMan

Navigation

Nom variableSuit_JacketGMan
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_jacket.txt
Détails techniques
Item PK1291
Lignes1699 → 1717
File ID818

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.

16 propriétés
Key Value (raw) Num Bool JSON
BloodLocation Jacket
BodyLocation Jacket
ClothingItem Suit_JacketGMan
CombatSpeedModifier 0.95 0.95
DisplayCategory Clothing
DisplayName Navy Blue Suit Jacket
FabricType Cotton
Icon JacketSuitGMan
Insulation 0.55 0.55
NeckProtectionModifier 0.5 0.5
RunSpeedModifier 0.95 0.95
ScratchDefense 20 20
Type Clothing
Weight 2 2
WindResistance 0.45 0.45
WorldStaticModel SuitJacket_Ground
Raw block
    item Suit_JacketGMan
    {
        DisplayCategory = Clothing,		
        Type 	         = Clothing,
        DisplayName      = Navy Blue Suit Jacket,
		ClothingItem     = Suit_JacketGMan,
        BodyLocation     = Jacket,
        BloodLocation    = Jacket,
        Icon 		 	 = JacketSuitGMan,
        RunSpeedModifier = 0.95,
        CombatSpeedModifier = 0.95,
        ScratchDefense   = 20,
        NeckProtectionModifier = 0.5,
        Insulation 		 = 0.55,
        WindResistance 	 = 0.45,
        FabricType 		 = Cotton,
        Weight 			 = 2,
        WorldStaticModel = SuitJacket_Ground,		
    }