Item: T-shirt (XS)

Wiki Project Zomboid

T-shirt (XS)

Variable AuthenticZClothing.Thin01_TShirt Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Thin01_TShirt
TypeClothing
CatégorieClothing
Poids
Icône
TshirtGeneric

Navigation

Nom variableThin01_TShirt
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_S_models.txt
Détails techniques
Item PK1770
Lignes253 → 269
File ID827

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
BodyLocation Jacket
ClothingItem Thin01_TShirt
ClothingItemExtra Tshirt_WhiteTINT
ClothingItemExtraOption Loosen
DisplayCategory Clothing
DisplayName T-Shirt
FabricType Cotton
Icon TshirtGeneric
Insulation 0.3 0.3
Tooltip Tooltip_SizeXS
Type Clothing
WindResistance 0.35 0.35
WorldStaticModel TShirt_Ground
clothingExtraSubmenu Loosen
Raw block
    item Thin01_TShirt
    {
        DisplayCategory = Clothing,		
        Type = Clothing,
        DisplayName = T-Shirt,
        ClothingItem = Thin01_TShirt,
        ClothingItemExtra = Tshirt_WhiteTINT,
        ClothingItemExtraOption = Loosen,
		clothingExtraSubmenu = Loosen,		
        BodyLocation = Jacket,
        Icon = TshirtGeneric,
        Insulation = 0.3,
        WindResistance = 0.35,
        FabricType = Cotton,
		WorldStaticModel = TShirt_Ground,	
		Tooltip = Tooltip_SizeXS,			
    }