Item: Veste formelle

Wiki Project Zomboid

Veste formelle

Variable AuthenticZClothing.Jacket_StraightJacket Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Jacket_StraightJacket
TypeClothing
CatégorieClothing
Poids2
Icône
StraightJacket

Navigation

Nom variableJacket_StraightJacket
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_jacket.txt
Détails techniques
Item PK1292
Lignes1719 → 1738
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.

17 propriétés
Key Value (raw) Num Bool JSON
BiteDefense 10 10
BloodLocation Jacket
BodyLocation Jacket
ClothingItem Jacket_StraightJacket
DisplayCategory Clothing
DisplayName Straight Jacket
FabricType Cotton
Icon StraightJacket
Insulation 0.5 0.5
NeckProtectionModifier 0.5 0.5
RunSpeedModifier 0.95 0.95
ScratchDefense 25 25
Type Clothing
Weight 2 2
WindResistance 0.35 0.35
WorldStaticModel Jacket_Ground
isStraightJacket true 1 1
Raw block
    item Jacket_StraightJacket
    {
        DisplayCategory = Clothing,		
        Type = Clothing,
        DisplayName = Straight Jacket,
        ClothingItem = Jacket_StraightJacket,
        BodyLocation = Jacket,
        Icon = StraightJacket,
        BloodLocation = Jacket,
        RunSpeedModifier = 0.95,
        BiteDefense = 10,
        ScratchDefense = 25,
        NeckProtectionModifier = 0.5,
        Insulation = 0.5,
        WindResistance = 0.35,
        FabricType = Cotton,
        Weight = 2,
		isStraightJacket = true,		
        WorldStaticModel = Jacket_Ground,			
    }