Item: Chemise formelle (blanche)

Wiki Project Zomboid

Chemise formelle (blanche)

Variable Base.Shirt_FormalWhite Mod Vanilla

Résumé

VariableBase.Shirt_FormalWhite
TypeClothing
CatégorieClothing
Poids
Icône
ShirtGeneric

Navigation

Nom variableShirt_FormalWhite
ModuleBase
Sourcescripts\clothing\clothing_shirts.txt
Détails techniques
Item PK6482
Lignes316 → 329
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_FormalWhite
DisplayCategory Clothing
DisplayName Formal Shirt
FabricType Cotton
Icon ShirtGeneric
Insulation 0.25 0.25
Type Clothing
WindResistance 0.15 0.15
WorldStaticModel Shirt_Ground
Raw block
	item Shirt_FormalWhite
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Formal Shirt,
		ClothingItem = Shirt_FormalWhite,
		BodyLocation = Shirt,
		Icon = ShirtGeneric,
		BloodLocation = ShirtLongSleeves,
        Insulation = 0.25,
        WindResistance = 0.15,
        FabricType = Cotton,
        WorldStaticModel = Shirt_Ground,
	}