Item: Gants en cuir de Walker

Wiki Project Zomboid

Gants en cuir de Walker

Variable AuthenticZClothing.Gloves_LeatherWalker Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Gloves_LeatherWalker
TypeClothing
CatégorieClothing
Poids0.1
Icône
GlovesLeatherWalker

Navigation

Nom variableGloves_LeatherWalker
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_others.txt
Détails techniques
Item PK1414
Lignes752 → 768
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_LeatherWalker
DisplayCategory Clothing
DisplayName Walker's Leather Gloves
FabricType Leather
Icon GlovesLeatherWalker
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_LeatherWalker
	{
       DisplayCategory = Clothing,		
		Type = Clothing,
		DisplayName = Walker's Leather Gloves,
		ClothingItem = Gloves_LeatherWalker,
		BodyLocation = Hands,
		BloodLocation = Hands,
		Icon = GlovesLeatherWalker,
		ScratchDefense = 30,
        BiteDefense = 15,
        Weight = 0.1,
        Insulation = 0.75,
        WindResistance = 0.75,
        FabricType = Leather,
        WorldStaticModel = Gloves_Ground,		
	}