Item: Chemise de baseball des Riverside Rangers

Wiki Project Zomboid

Chemise de baseball des Riverside Rangers

Variable Base.Shirt_Baseball_Rangers Mod Vanilla

Résumé

VariableBase.Shirt_Baseball_Rangers
TypeClothing
CatégorieClothing
Poids
Icône
ShirtAthleticGreen

Navigation

Nom variableShirt_Baseball_Rangers
ModuleBase
Sourcescripts\clothing\clothing_shirts.txt
Détails techniques
Item PK6461
Lignes17 → 30
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_Rangers
DisplayCategory Clothing
DisplayName Riverside Rangers Baseball Shirt
FabricType Cotton
Icon ShirtAthleticGreen
Insulation 0.2 0.2
Type Clothing
WindResistance 0.05 0.05
WorldStaticModel TShirt_Ground
Raw block
	item Shirt_Baseball_Rangers
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Riverside Rangers Baseball Shirt,
		ClothingItem = Shirt_Baseball_Rangers,
		BodyLocation = ShortSleeveShirt,
		Icon = ShirtAthleticGreen,
		BloodLocation = Shirt,
        Insulation = 0.2,
        WindResistance = 0.05,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
	}