Item: Maniques

Wiki Project Zomboid

Maniques

Variable AuthenticZClothing.Gloves_OvenMitts Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Gloves_OvenMitts
TypeClothing
CatégorieClothing
Poids0.1
Icône
OvenMitt

Navigation

Nom variableGloves_OvenMitts
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_others.txt
Détails techniques
Item PK1409
Lignes678 → 695
File ID822

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

1 recette
Afficher la liste
Recipe Mod Category Time Result
OvenMitt Convert into Wearable
Convert into Wearable
AuthenticZRecipes
KAVALASH_Authentic Z - Current 30 Gloves_OvenMitts=1

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.

15 propriétés
Key Value (raw) Num Bool JSON
BiteDefense 10 10
BloodLocation Hands
BodyLocation Hands
ClothingItem AZ_OvenMitts
CombatSpeedModifier 0.90 0.9
DisplayCategory Clothing
DisplayName Oven Mitts
FabricType Denim
Icon OvenMitt
Insulation 1.0 1
ScratchDefense 25 25
Type Clothing
Weight 0.1 0.1
WindResistance 1.0 1
WorldStaticModel OvenMitt_Ground
Raw block
	item Gloves_OvenMitts
	{
        DisplayCategory = Clothing,		
		Type 			= Clothing,
		DisplayName 	= Oven Mitts,
		ClothingItem = AZ_OvenMitts,
		BodyLocation = Hands,
		BloodLocation = Hands,
		Icon = OvenMitt,
		ScratchDefense = 25,
        CombatSpeedModifier = 0.90,		
        BiteDefense = 10,
        Weight = 0.1,
        Insulation = 1.0,
        WindResistance = 1.0,
        FabricType = Denim,
        WorldStaticModel = OvenMitt_Ground,		
	}