Item: Chemise d'ouvrier

Wiki Project Zomboid

Chemise d'ouvrier

Variable Base.Shirt_Workman Mod Vanilla

Résumé

VariableBase.Shirt_Workman
TypeClothing
CatégorieClothing
Poids
Icône Aucune icône trouvée

Navigation

Nom variableShirt_Workman
ModuleBase
Sourcescripts\clothing\clothing_shirts.txt
Détails techniques
Item PK6485
Lignes358 → 371
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é.

1 recette
Afficher la liste
Recipe Mod Category Time Result
Sheet Make-Sheets
Make-Sheets
Base
KAVALASH_BB_CommonSense 100 Sheet=1

Propriétés

Toutes les propriétés extraites pour cet item.

11 propriétés
Key Value (raw) Num Bool JSON
BloodLocation ShirtLongSleeves
BodyLocation Shirt
ClothingItem Shirt_Workman
DisplayCategory Clothing
DisplayName Workman Shirt
FabricType Cotton
IconsForTexture ShirtDenimBlue;ShirtDenimLightBlack;ShirtDenimLightBlue;ShirtLumberjackBlue;ShirtLumberjackGreen;ShirtLumberjackGrey;ShirtLumberjackRed;ShirtLumberjackYellow
Insulation 0.35 0.35
Type Clothing
WindResistance 0.3 0.3
WorldStaticModel Shirt_Ground
Raw block
	item Shirt_Workman
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Workman Shirt,
		ClothingItem = Shirt_Workman,
		BodyLocation = Shirt,
		IconsForTexture = ShirtDenimBlue;ShirtDenimLightBlack;ShirtDenimLightBlue;ShirtLumberjackBlue;ShirtLumberjackGreen;ShirtLumberjackGrey;ShirtLumberjackRed;ShirtLumberjackYellow,
		BloodLocation = ShirtLongSleeves,
        Insulation = 0.35,
        WindResistance = 0.3,
        FabricType = Cotton,
        WorldStaticModel = Shirt_Ground,
	}