Item: Veste camouflage militaire (verte)

Wiki Project Zomboid

Veste camouflage militaire (verte)

Variable Base.Jacket_ArmyCamoGreen Mod Vanilla

Résumé

VariableBase.Jacket_ArmyCamoGreen
TypeClothing
CatégorieClothing
Poids2
Icône
ShirtCamoGreen

Navigation

Nom variableJacket_ArmyCamoGreen
ModuleBase
Sourcescripts\clothing\clothing_jacket.txt
Détails techniques
Item PK6191
Lignes216 → 236
File ID1386

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é.

1 recette
Afficher la liste
Recipe Mod Category Time Result
Sheet Make-Sheets
Make-Sheets
Base
KAVALASH_BB_CommonSense 100 Sheet=1

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_ArmyCamoGreen
CombatSpeedModifier 0.97 0.97
DisplayCategory Clothing
DisplayName Military Green Camo Jacket
FabricType Cotton
Icon ShirtCamoGreen
Insulation 0.45 0.45
NeckProtectionModifier 0.5 0.5
RunSpeedModifier 0.94 0.94
ScratchDefense 50 50
Type Clothing
WaterResistance 0.45 0.45
Weight 2 2
WindResistance 0.3 0.3
WorldStaticModel JacketCoat_Ground
Raw block
    item Jacket_ArmyCamoGreen
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Military Green Camo Jacket,
        ClothingItem = Jacket_ArmyCamoGreen,
        BodyLocation = Jacket,
        Icon = ShirtCamoGreen,
        BloodLocation = Jacket,
        RunSpeedModifier = 0.94,
        CombatSpeedModifier = 0.97,
        BiteDefense = 30,
        ScratchDefense = 50,
        NeckProtectionModifier = 0.5,
        Insulation = 0.45,
        WindResistance = 0.3,
        FabricType = Cotton,
        WaterResistance = 0.45,
        Weight = 2,
        WorldStaticModel = JacketCoat_Ground,
    }