Item: Veste de l'armée Yankee

Wiki Project Zomboid

Veste de l'armée Yankee

Variable AuthenticZClothing.Jacket_Soldier_Yankee Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Jacket_Soldier_Yankee
TypeClothing
CatégorieClothing
Poids2
Icône
ShirtCamoGrey

Navigation

Nom variableJacket_Soldier_Yankee
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_jacket.txt
Détails techniques
Item PK1247
Lignes874 → 894
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.

18 propriétés
Key Value (raw) Num Bool JSON
BiteDefense 30 30
BloodLocation Jacket
BodyLocation Jacket
ClothingItem Jacket_Soldier_Yankee
CombatSpeedModifier 0.97 0.97
DisplayCategory Clothing
DisplayName Yankee Army Jacket
FabricType Denim
Icon ShirtCamoGrey
Insulation 0.35 0.35
NeckProtectionModifier 0.5 0.5
RunSpeedModifier 0.94 0.94
ScratchDefense 50 50
Type Clothing
WaterResistance 0.2 0.2
Weight 2 2
WindResistance 0.1 0.1
WorldStaticModel JacketCoat_Ground
Raw block
    item Jacket_Soldier_Yankee
    {
        DisplayCategory = Clothing,		
        Type = Clothing,
        DisplayName = Yankee Army Jacket,
        ClothingItem = Jacket_Soldier_Yankee,
        BodyLocation = Jacket,
        BloodLocation = Jacket,
        Icon = ShirtCamoGrey,
        RunSpeedModifier = 0.94,
        CombatSpeedModifier = 0.97,
        BiteDefense = 30,
        ScratchDefense = 50,
        NeckProtectionModifier = 0.5,
        Insulation = 0.35,
        WindResistance = 0.1,
        FabricType = Denim,
        WaterResistance = 0.2,
        Weight = 2,
        WorldStaticModel = JacketCoat_Ground,
    }