Item: Chemise à manches courtes

Wiki Project Zomboid

Chemise à manches courtes

Variable Base.Shirt_FormalWhite_ShortSleeve Mod Vanilla

Résumé

VariableBase.Shirt_FormalWhite_ShortSleeve
TypeClothing
CatégorieClothing
Poids
Icône
TshirtGeneric

Navigation

Nom variableShirt_FormalWhite_ShortSleeve
ModuleBase
Sourcescripts\clothing\clothing_shirts.txt
Détails techniques
Item PK6483
Lignes330 → 343
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 Shirt
BodyLocation ShortSleeveShirt
ClothingItem Shirt_FormalWhite_ShortSleeve
DisplayCategory Clothing
DisplayName Short Sleeve Shirt
FabricType Cotton
Icon TshirtGeneric
Insulation 0.15 0.15
Type Clothing
WindResistance 0.05 0.05
WorldStaticModel TShirt_Ground
Raw block
	item Shirt_FormalWhite_ShortSleeve
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Short Sleeve Shirt,
		ClothingItem = Shirt_FormalWhite_ShortSleeve,
		BodyLocation = ShortSleeveShirt,
		Icon = TshirtGeneric,
		BloodLocation = Shirt,
        Insulation = 0.15,
        WindResistance = 0.05,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
	}