Item: Gants en cuir blanc

Wiki Project Zomboid

Gants en cuir blanc

Variable AuthenticZClothing.Gloves_LeatherGlovesWhite Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Gloves_LeatherGlovesWhite
TypeClothing
CatégorieClothing
Poids0.1
Icône
GlovesLeatherWhite

Navigation

Nom variableGloves_LeatherGlovesWhite
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_others.txt
Détails techniques
Item PK1408
Lignes661 → 677
File ID822

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.

14 propriétés
Key Value (raw) Num Bool JSON
BiteDefense 15 15
BloodLocation Hands
BodyLocation Hands
ClothingItem Gloves_LeatherGlovesWhite
DisplayCategory Clothing
DisplayName White Leather Gloves
FabricType Leather
Icon GlovesLeatherWhite
Insulation 0.75 0.75
ScratchDefense 30 30
Type Clothing
Weight 0.1 0.1
WindResistance 0.75 0.75
WorldStaticModel Gloves_Ground
Raw block
	item Gloves_LeatherGlovesWhite
	{
       DisplayCategory = Clothing,		
		Type = Clothing,
		DisplayName = White Leather Gloves,
		ClothingItem = Gloves_LeatherGlovesWhite,
		BodyLocation = Hands,
		BloodLocation = Hands,
		Icon = GlovesLeatherWhite,
		ScratchDefense = 30,
        BiteDefense = 15,
        Weight = 0.1,
        Insulation = 0.75,
        WindResistance = 0.75,
        FabricType = Leather,
        WorldStaticModel = Gloves_Ground,		
	}