Item: Maillot de corps

Wiki Project Zomboid

Maillot de corps

Variable AuthenticZClothing.Shirt_UndershirtFancy Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Shirt_UndershirtFancy
TypeClothing
CatégorieClothing
Poids
Icône Aucune icône trouvée

Navigation

Nom variableShirt_UndershirtFancy
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_shirts.txt
Détails techniques
Item PK1580
Lignes311 → 323
File ID824

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.

10 propriétés
Key Value (raw) Num Bool JSON
BodyLocation Shirt
ClothingItem Shirt_UndershirtFancy
DisplayCategory Clothing
DisplayName Fancy Undershirt
FabricType Cotton
IconsForTexture FancyUndershirt_Black;FancyUndershirt_Brown;FancyUndershirt_Green;FancyUndershirt_Red;FancyUndershirt_Yellow
Insulation 0.25 0.25
Type Clothing
WindResistance 0.15 0.15
WorldStaticModel Shirt_Ground
Raw block
    item Shirt_UndershirtFancy
	{
        DisplayCategory = Clothing,		
		Type = Clothing,
		DisplayName = Fancy Undershirt,
		ClothingItem = Shirt_UndershirtFancy,
		BodyLocation = Shirt,
		IconsForTexture = FancyUndershirt_Black;FancyUndershirt_Brown;FancyUndershirt_Green;FancyUndershirt_Red;FancyUndershirt_Yellow,
        Insulation = 0.25,
        WindResistance = 0.15,
        FabricType = Cotton,
		WorldStaticModel = Shirt_Ground,		
	}