Item: Chemise de baseball du Kentucky

Wiki Project Zomboid

Chemise de baseball du Kentucky

Variable Base.Shirt_Baseball_KY Mod Vanilla

Résumé

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

Navigation

Nom variableShirt_Baseball_KY
ModuleBase
Sourcescripts\clothing\clothing_shirts.txt
Détails techniques
Item PK6460
Lignes3 → 16
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_Baseball_KY
DisplayCategory Clothing
DisplayName Kentucky Baseball Shirt
FabricType Cotton
Icon ShirtAthleticRed
Insulation 0.2 0.2
Type Clothing
WindResistance 0.05 0.05
WorldStaticModel TShirt_Ground
Raw block
    item Shirt_Baseball_KY
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Kentucky Baseball Shirt,
		ClothingItem = Shirt_Baseball_KY,
		BodyLocation = ShortSleeveShirt,
		Icon = ShirtAthleticRed,
		BloodLocation = Shirt,
        Insulation = 0.2,
        WindResistance = 0.05,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
	}