Item: Chemise de bûcheron

Wiki Project Zomboid

Chemise de bûcheron

Variable Base.Shirt_Lumberjack Mod Vanilla

Résumé

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

Navigation

Nom variableShirt_Lumberjack
ModuleBase
Sourcescripts\clothing\clothing_shirts.txt
Détails techniques
Item PK6473
Lignes187 → 200
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_Lumberjack
DisplayCategory Clothing
DisplayName Lumberjack Shirt
FabricType Cotton
IconsForTexture ShirtLumberjackBlue;ShirtLumberjackGreen;ShirtLumberjackGrey;ShirtLumberjackRed;ShirtLumberjackYellow
Insulation 0.65 0.65
Type Clothing
WindResistance 0.5 0.5
WorldStaticModel Shirt_Ground
Raw block
	item Shirt_Lumberjack
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Lumberjack Shirt,
		ClothingItem = Shirt_Lumberjack,
		BodyLocation = Shirt,
		IconsForTexture = ShirtLumberjackBlue;ShirtLumberjackGreen;ShirtLumberjackGrey;ShirtLumberjackRed;ShirtLumberjackYellow,
		BloodLocation = ShirtLongSleeves,
        Insulation = 0.65,
        WindResistance = 0.5,
        FabricType = Cotton,
        WorldStaticModel = Shirt_Ground,
	}