Item: T-shirt (XXL)

Wiki Project Zomboid

T-shirt (XXL)

Variable AuthenticZClothing.Fat01_TShirt Mod KAVALASH_Authentic Z - Current

Résumé

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

Navigation

Nom variableFat01_TShirt
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_XL_models.txt
Détails techniques
Item PK1831
Lignes275 → 291
File ID829

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 Fat01_TShirt
ClothingItemExtra Tshirt_WhiteTINT;AuthenticZClothing.Fat02_TShirt;AuthenticZClothing.Fat03_TShirt
ClothingItemExtraOption Tighten;Wear2XL;Wear3XL
DisplayCategory Clothing
DisplayName T-Shirt (1XL)
FabricType Cotton
Icon TshirtGeneric
Insulation 0.3 0.3
Tooltip Tooltip_SizeXL
Type Clothing
WindResistance 0.35 0.35
WorldStaticModel TShirt_Ground
clothingExtraSubmenu Loosen
Raw block
    item Fat01_TShirt
    {
        DisplayCategory = Clothing,		
        Type = Clothing,
		DisplayName				= T-Shirt (1XL),	
        ClothingItem = Fat01_TShirt,
        ClothingItemExtra = Tshirt_WhiteTINT;AuthenticZClothing.Fat02_TShirt;AuthenticZClothing.Fat03_TShirt,
        ClothingItemExtraOption = Tighten;Wear2XL;Wear3XL,
		clothingExtraSubmenu = Loosen,		
        BodyLocation = Jacket,
        Icon = TshirtGeneric,
        Insulation = 0.3,
        WindResistance = 0.35,
        FabricType = Cotton,
		WorldStaticModel = TShirt_Ground,	
		Tooltip = Tooltip_SizeXL,			
    }