Item: T-shirt militaire (vert)

Wiki Project Zomboid

T-shirt militaire (vert)

Variable Base.Tshirt_ArmyGreen Mod Vanilla

Résumé

VariableBase.Tshirt_ArmyGreen
TypeClothing
CatégorieClothing
Poids
Icône
TshirtGeneric

Navigation

Nom variableTshirt_ArmyGreen
ModuleBase
Sourcescripts\clothing\clothing_shirts.txt
Détails techniques
Item PK6488
Lignes400 → 416
File ID1390

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.

14 propriétés
Key Value (raw) Num Bool JSON
BloodLocation Shirt
BodyLocation Tshirt
ClothingItem Tshirt_ArmyGreen
ColorBlue 76 76
ColorGreen 102 102
ColorRed 80 80
DisplayCategory Clothing
DisplayName Military T-Shirt
FabricType Cotton
Icon TshirtGeneric
Insulation 0.4 0.4
Type Clothing
WindResistance 0.35 0.35
WorldStaticModel Shirt_Ground
Raw block
	item Tshirt_ArmyGreen
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Military T-Shirt,
        ClothingItem = Tshirt_ArmyGreen,
        BodyLocation = Tshirt,
        Icon	=	TshirtGeneric,
        ColorRed = 80,
        ColorGreen = 102,
        ColorBlue = 76,
        BloodLocation = Shirt,
        Insulation = 0.4,
        WindResistance = 0.35,
        FabricType = Cotton,
        WorldStaticModel = Shirt_Ground,
    }