Item: Pantalon kaki

Wiki Project Zomboid

Pantalon kaki

Variable AuthenticZClothing.Trousers_Coach Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Trousers_Coach
TypeClothing
CatégorieClothing
Poids
Icône
TrousersKhaki

Navigation

Nom variableTrousers_Coach
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_pants.txt
Détails techniques
Item PK1524
Lignes475 → 490
File ID823

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.

13 propriétés
Key Value (raw) Num Bool JSON
BloodLocation Trousers
BodyLocation Pants
ClothingItem Trousers_Coach
DisplayCategory Clothing
DisplayName Khaki Pants
FabricType Denim
Icon TrousersKhaki
Insulation 0.75 0.75
ScratchDefense 10 10
Type Clothing
WaterResistance 0.35 0.35
WindResistance 0.75 0.75
WorldStaticModel Trousers_Ground
Raw block
   	item Trousers_Coach
    {
       DisplayCategory = Clothing,		
        Type = Clothing,
        DisplayName = Khaki Pants,
        ClothingItem = Trousers_Coach,
        BodyLocation = Pants,
        Icon = TrousersKhaki,
        BloodLocation = Trousers,
        ScratchDefense = 10,
        Insulation = 0.75,
        WindResistance = 0.75,
        WaterResistance = 0.35,
        FabricType = Denim,
        WorldStaticModel = Trousers_Ground,		
    }