Item: Chemise en jeans

Wiki Project Zomboid

Chemise en jeans

Variable Base.Shirt_Denim Mod Vanilla

Résumé

VariableBase.Shirt_Denim
TypeClothing
CatégorieClothing
Poids
Icône Aucune icône trouvée

Navigation

Nom variableShirt_Denim
ModuleBase
Sourcescripts\clothing\clothing_shirts.txt
Détails techniques
Item PK6466
Lignes87 → 102
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.

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