Item: Pantalon (bleu marine)

Wiki Project Zomboid

Pantalon (bleu marine)

Variable Base.Trousers_NavyBlue Mod Vanilla

Résumé

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

Navigation

Nom variableTrousers_NavyBlue
ModuleBase
Sourcescripts\clothing\clothing_pants.txt
Détails techniques
Item PK6453
Lignes720 → 737
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.

15 propriétés
Key Value (raw) Num Bool JSON
BloodLocation Trousers
BodyLocation Pants
ClothingItem Trousers_NavyBlue
ColorBlue 70 70
ColorGreen 37 37
ColorRed 37 37
DisplayCategory Clothing
DisplayName Navy Blue Trousers
FabricType Cotton
Icon TrousersGeneric
Insulation 0.35 0.35
ScratchDefense 10 10
Type Clothing
WindResistance 0.5 0.5
WorldStaticModel Trousers_Ground
Raw block
	item Trousers_NavyBlue
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Navy Blue Trousers,
        ClothingItem = Trousers_NavyBlue,
        BodyLocation = Pants,
        BloodLocation = Trousers,
        Icon = TrousersGeneric,
        ColorRed = 37,
        ColorGreen = 37,
        ColorBlue = 70,
        ScratchDefense = 10,
        Insulation = 0.35,
        WindResistance = 0.5,
        FabricType = Cotton,
        WorldStaticModel = Trousers_Ground,
    }