Item: Chemise en jean

Wiki Project Zomboid

Chemise en jean

Variable AuthenticZClothing.Shirt_DenimBlack Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Shirt_DenimBlack
TypeClothing
CatégorieClothing
Poids
Icône
ShirtDenimLightBlack

Navigation

Nom variableShirt_DenimBlack
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_shirts.txt
Détails techniques
Item PK1564
Lignes85 → 100
File ID824

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.

13 propriétés
Key Value (raw) Num Bool JSON
BiteDefense 7 7
BloodLocation ShirtLongSleeves
BodyLocation Shirt
ClothingItem Shirt_DenimBlack
DisplayCategory Clothing
DisplayName Denim Shirt
FabricType Denim
Icon ShirtDenimLightBlack
Insulation 0.45 0.45
ScratchDefense 15 15
Type Clothing
WindResistance 0.55 0.55
WorldStaticModel Shirt_Ground
Raw block
	item Shirt_DenimBlack
	{
        DisplayCategory = Clothing,		
		Type = Clothing,
		DisplayName = Denim Shirt,
		ClothingItem = Shirt_DenimBlack,
		BodyLocation = Shirt,
		Icon = ShirtDenimLightBlack,
		BloodLocation = ShirtLongSleeves,
		BiteDefense = 7,
        ScratchDefense = 15,
        Insulation = 0.45,
        WindResistance = 0.55,
        FabricType = Denim,
		WorldStaticModel = Shirt_Ground,		
    }