Item: Chemise camouflage militaire (verte)

Wiki Project Zomboid

Chemise camouflage militaire (verte)

Variable Base.Shirt_CamoGreen Mod Vanilla

Résumé

VariableBase.Shirt_CamoGreen
TypeClothing
CatégorieClothing
Poids
Icône
ShirtCamoGreen

Navigation

Nom variableShirt_CamoGreen
ModuleBase
Sourcescripts\clothing\clothing_shirts.txt
Détails techniques
Item PK6464
Lignes59 → 72
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 ShirtLongSleeves
BodyLocation Shirt
ClothingItem Shirt_CamoGreen
DisplayCategory Clothing
DisplayName Military Camo Shirt
FabricType Cotton
Icon ShirtCamoGreen
Insulation 0.25 0.25
Type Clothing
WindResistance 0.15 0.15
WorldStaticModel Shirt_Ground
Raw block
	item Shirt_CamoGreen
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Military Camo Shirt,
		ClothingItem = Shirt_CamoGreen,
		BodyLocation = Shirt,
		Icon = ShirtCamoGreen,
		BloodLocation = ShirtLongSleeves,
        Insulation = 0.25,
        WindResistance = 0.15,
        FabricType = Cotton,
        WorldStaticModel = Shirt_Ground,
	}