Item: Gants en cuir

Wiki Project Zomboid

Gants en cuir

Variable Base.Gloves_LeatherGloves Mod Vanilla

Résumé

VariableBase.Gloves_LeatherGloves
TypeClothing
CatégorieAccessory
Poids0.1
Icône Aucune icône trouvée

Navigation

Nom variableGloves_LeatherGloves
ModuleBase
Sourcescripts\clothing\clothing_others.txt
Détails techniques
Item PK6346
Lignes253 → 269
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_LeatherGloves
DisplayCategory Accessory
DisplayName Leather Gloves
FabricType Leather
IconsForTexture GlovesLeatherBlackpng;GlovesLeatherBrown
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_LeatherGloves
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Leather Gloves,
		ClothingItem = Gloves_LeatherGloves,
		BodyLocation = Hands,
		IconsForTexture = GlovesLeatherBlackpng;GlovesLeatherBrown,
		BloodLocation = Hands,
		ScratchDefense = 30,
        BiteDefense = 15,
        Weight = 0.1,
        Insulation = 0.75,
        WindResistance = 0.75,
        FabricType = Leather,
        WorldStaticModel = Gloves_Ground,
	}