Item: Combinaison

Wiki Project Zomboid

Combinaison

Variable Base.Boilersuit Mod Vanilla

Résumé

VariableBase.Boilersuit
TypeClothing
CatégorieClothing
Poids
Icône
BoilerSuitWhite

Navigation

Nom variableBoilersuit
ModuleBase
Sourcescripts\clothing\clothing_suits.txt
Détails techniques
Item PK6577
Lignes76 → 94
File ID1392

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.

16 propriétés
Key Value (raw) Num Bool JSON
BloodLocation Trousers;Jumper
BodyLocation Boilersuit
ClothingItem Boilersuit
ColorBlue 161 161
ColorGreen 161 161
ColorRed 161 161
DisplayCategory Clothing
DisplayName Coveralls
FabricType Cotton
Icon BoilerSuitWhite
Insulation 0.65 0.65
RunSpeedModifier 0.9 0.9
ScratchDefense 10 10
Type Clothing
WindResistance 0.45 0.45
WorldStaticModel BoilerSuit_Ground
Raw block
    item Boilersuit
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Coveralls,
        ClothingItem = Boilersuit,
        BodyLocation = Boilersuit,
        Icon = BoilerSuitWhite,
        ColorRed = 161,
        ColorGreen = 161,
        ColorBlue = 161,
        BloodLocation = Trousers;Jumper,
        RunSpeedModifier = 0.9,
        ScratchDefense = 10,
        Insulation = 0.65,
        WindResistance = 0.45,
        FabricType = Cotton,
        WorldStaticModel = BoilerSuit_Ground,
    }