Item: Chemise de bowling bleue

Wiki Project Zomboid

Chemise de bowling bleue

Variable Base.Shirt_Bowling_Blue Mod Vanilla

Résumé

VariableBase.Shirt_Bowling_Blue
TypeClothing
CatégorieClothing
Poids
Icône
ShirtAthleticRed

Navigation

Nom variableShirt_Bowling_Blue
ModuleBase
Sourcescripts\clothing\clothing_shirts.txt
Détails techniques
Item PK6546
Lignes1246 → 1259
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é.

0 recette
Aucune recette n'utilise cet item.

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_BowlingBlue
DisplayCategory Clothing
DisplayName Bowling Shirt Blue
FabricType Cotton
Icon ShirtAthleticRed
Insulation 0.2 0.2
Type Clothing
WindResistance 0.05 0.05
WorldStaticModel TShirt_Ground
Raw block
    item Shirt_Bowling_Blue
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Bowling Shirt Blue,
		ClothingItem = Shirt_BowlingBlue,
		BodyLocation = ShortSleeveShirt,
		Icon = ShirtAthleticRed,
		BloodLocation = Shirt,
        Insulation = 0.2,
        WindResistance = 0.05,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
	}