Item: Veste de l'armée rebelle

Wiki Project Zomboid

Veste de l'armée rebelle

Variable AuthenticZClothing.Jacket_Soldier_Rebel Mod KAVALASH_Authentic Z - Current

Résumé

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

Navigation

Nom variableJacket_Soldier_Rebel
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_jacket.txt
Détails techniques
Item PK1246
Lignes852 → 872
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_Rebel
CombatSpeedModifier 0.97 0.97
DisplayCategory Clothing
DisplayName Rebel 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_Rebel
    {
        DisplayCategory = Clothing,		
        Type = Clothing,
        DisplayName = Rebel Army Jacket,
        ClothingItem = Jacket_Soldier_Rebel,
        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,
    }