Item: Pantalon camouflage militaire (vert)

Wiki Project Zomboid

Pantalon camouflage militaire (vert)

Variable Base.Trousers_CamoGreen Mod Vanilla

Résumé

VariableBase.Trousers_CamoGreen
TypeClothing
CatégorieClothing
Poids
Icône
TrousersCamoGreen

Navigation

Nom variableTrousers_CamoGreen
ModuleBase
Sourcescripts\clothing\clothing_pants.txt
Détails techniques
Item PK6428
Lignes331 → 347
File ID1389

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.

14 propriétés
Key Value (raw) Num Bool JSON
BiteDefense 10 10
BloodLocation Trousers
BodyLocation Pants
ClothingItem Trousers_CamoGreen
DisplayCategory Clothing
DisplayName Military Camo Pants
FabricType Cotton
Icon TrousersCamoGreen
Insulation 0.45 0.45
ScratchDefense 20 20
Type Clothing
WaterResistance 0.45 0.45
WindResistance 0.3 0.3
WorldStaticModel Trousers_Ground
Raw block
    item Trousers_CamoGreen
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Military Camo Pants,
        ClothingItem = Trousers_CamoGreen,
        BodyLocation = Pants,
        Icon = TrousersCamoGreen,
        BloodLocation = Trousers,
        BiteDefense = 10,
        ScratchDefense = 20,
        Insulation = 0.45,
        WindResistance = 0.3,
        WaterResistance = 0.45,
        FabricType = Cotton,
        WorldStaticModel = Trousers_Ground,
    }