Item: Combinaison blanche

Wiki Project Zomboid

Combinaison blanche

Variable AuthenticZClothing.DungareesWhite Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.DungareesWhite
TypeClothing
CatégorieClothing
Poids
Icône
OverallsDenimWhite

Navigation

Nom variableDungareesWhite
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_pants.txt
Détails techniques
Item PK1492
Lignes18 → 35
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.

15 propriétés
Key Value (raw) Num Bool JSON
BiteDefense 10 10
BloodLocation Trousers;ShirtNoSleeves
BodyLocation Pants
ClothingItem DungareesWhite
DisplayCategory Clothing
DisplayName White Overalls
FabricType Denim
Icon OverallsDenimWhite
Insulation 0.65 0.65
RunSpeedModifier 0.95 0.95
ScratchDefense 20 20
Type Clothing
WaterResistance 0.20 0.2
WindResistance 0.5 0.5
WorldStaticModel Dungarees_Ground
Raw block
    item DungareesWhite
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = White Overalls,
        ClothingItem = DungareesWhite,
        BodyLocation = Pants,
        Icon = OverallsDenimWhite,
        BloodLocation = Trousers;ShirtNoSleeves,
        RunSpeedModifier = 0.95,
        BiteDefense = 10,
        ScratchDefense = 20,
        Insulation = 0.65,
        WindResistance = 0.5,
        FabricType = Denim,
        WaterResistance = 0.20,
        WorldStaticModel = Dungarees_Ground,
    }