Item: Gants en cuir

Wiki Project Zomboid

Gants en cuir

Variable Base.Gloves_LeatherGlovesBlack Mod Vanilla

Résumé

VariableBase.Gloves_LeatherGlovesBlack
TypeClothing
CatégorieAccessory
Poids0.1
Icône
GlovesLeatherBlackpng

Navigation

Nom variableGloves_LeatherGlovesBlack
ModuleBase
Sourcescripts\clothing\clothing_others.txt
Détails techniques
Item PK6347
Lignes270 → 286
File ID1388

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é.

3 recettes
Afficher la liste
Recipe Mod Category Time Result
CmpFlaskWithAmmoniumSulfate Mix Flask of Ammonium Sulfate (Chemistry set)
ChmMixFlaskOfAmmoniumSulfate
LabRecipes
KAVALASH_VaccinDrReapers ChimieAntidote 150 CmpFlaskWithAmmoniumSulfate=1
CmpFlaskWithHydrogenPeroxide Mix Flask of Hydrogen Peroxide (Chemistry set)
ChmMixFlaskOfHydrogenPeroxide
LabRecipes
KAVALASH_VaccinDrReapers ChimieAntidote 150 CmpFlaskWithHydrogenPeroxide=1
CmpFlaskWithSodiumHypochlorite Mix Flask of Sodium Hypochlorite (Chemistry set)
ChmMixFlaskOfSodiumHypochlorite
LabRecipes
KAVALASH_VaccinDrReapers ChimieAntidote 250 CmpFlaskWithSodiumHypochlorite=1

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_LeatherGlovesBlack
DisplayCategory Accessory
DisplayName Leather Gloves
FabricType Leather
Icon GlovesLeatherBlackpng
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_LeatherGlovesBlack
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Leather Gloves,
		ClothingItem = Gloves_LeatherGlovesBlack,
		BodyLocation = Hands,
		BloodLocation = Hands,
		Icon = GlovesLeatherBlackpng,
		ScratchDefense = 30,
        BiteDefense = 15,
        Weight = 0.1,
        Insulation = 0.75,
        WindResistance = 0.75,
        FabricType = Leather,
        WorldStaticModel = Gloves_Ground,
	}