Item: Chemise hawaïenne (rouge)

Wiki Project Zomboid

Chemise hawaïenne (rouge)

Variable Base.Shirt_HawaiianRed Mod Vanilla

Résumé

VariableBase.Shirt_HawaiianRed
TypeClothing
CatégorieClothing
Poids
Icône
ShirtHawaiianRed

Navigation

Nom variableShirt_HawaiianRed
ModuleBase
Sourcescripts\clothing\clothing_shirts.txt
Détails techniques
Item PK6486
Lignes372 → 385
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_HawaiianRed
DisplayCategory Clothing
DisplayName Hawaiian Red Shirt
FabricType Cotton
Icon ShirtHawaiianRed
Insulation 0.1 0.1
Type Clothing
WindResistance 0.05 0.05
WorldStaticModel TShirt_Ground
Raw block
	item Shirt_HawaiianRed
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Hawaiian Red Shirt,
		ClothingItem = Shirt_HawaiianRed,
		BodyLocation = ShortSleeveShirt,
		Icon = ShirtHawaiianRed,
		BloodLocation = Shirt,
        Insulation = 0.1,
        WindResistance = 0.05,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
	}