Item: Pantalon

Wiki Project Zomboid

Pantalon

Variable Base.Trousers_WhiteTINT Mod Vanilla

Résumé

VariableBase.Trousers_WhiteTINT
TypeClothing
CatégorieClothing
Poids
Icône
TrousersGeneric

Navigation

Nom variableTrousers_WhiteTINT
ModuleBase
Sourcescripts\clothing\clothing_pants.txt
Détails techniques
Item PK6449
Lignes654 → 668
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.

12 propriétés
Key Value (raw) Num Bool JSON
BloodLocation Trousers
BodyLocation Pants
ClothingItem Trousers_WhiteTINT
DisplayCategory Clothing
DisplayName Pants
FabricType Cotton
Icon TrousersGeneric
Insulation 0.55 0.55
ScratchDefense 10 10
Type Clothing
WindResistance 0.3 0.3
WorldStaticModel Trousers_Ground
Raw block
    item Trousers_WhiteTINT
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Pants,
        ClothingItem = Trousers_WhiteTINT,
        BodyLocation = Pants,
        Icon = TrousersGeneric,
        BloodLocation = Trousers,
        ScratchDefense = 10,
        Insulation = 0.55,
        WindResistance = 0.3,
        FabricType = Cotton,
        WorldStaticModel = Trousers_Ground,
    }