Cobalt Gauntlets is an item in Hytale, categorized under the Armor category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
The crafting recipe for Cobalt Gauntlets in Hytale is shown below.
Cobalt Gauntlets can be salvaged at a Salvager's Workbench in order to gather the following materials.
Below is the item's .json data as extracted from the game files.
Click here to view the full file.
{
"TranslationProperties": {
"Name": "server.items.Armor_Cobalt_Hands.name"
},
"Parent": "Armor_Iron_Hands",
"Quality": "Rare",
"ItemLevel": 35,
"Icon": "Icons/ItemsGenerated/Armor_Cobalt_Hands.png",
"IconProperties": {
"Rotation": [
21.94,
45.565,
22.5
],
"Scale": 0.645,
"Translation": [
0.7,
-2.3
]
},
"Model": "Items/Armors/Cobalt/Hands.blockymodel",
"Texture": "Items/Armors/Cobalt/Hands_Texture.png",
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Bar_Cobalt",
"Quantity": 8
},
{
"ItemId": "Ingredient_Leather_Heavy",
"Quantity": 3
},
{
"ItemId": "Ingredient_Fabric_Scrap_Shadoweave",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Id": "Armor_Bench",
"Type": "Crafting",
"Categories": [
"Armor_Hands"
],
"RequiredTierLevel": 2
}
],
"KnowledgeRequired": false,
"TimeSeconds": 3
},
"Armor": {
"ArmorSlot": "Hands",
"BaseDamageResistance": 0,
"DamageResistance": {
"Physical": [
{
"Amount": 0.0512,
"CalculationType": "Multiplicative"
}
],
"Projectile": [
{
"Amount": 0.0512,
"CalculationType": "Multiplicative"
}
]
},
"StatModifiers": {
"Health": [
{
"Amount": 10,
"CalculationType": "Additive"
}
]
},
"DamageClassEnhancement": {
"Signature": [
{
"Amount": 0.03,
"CalculationType": "Multiplicative"
}
]
}
},
"MaxDurability": 120,
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Cobalt"
]
},
"ItemSoundSetId": "ISS_Armor_Heavy",
"DurabilityLossOnHit": 0.5
}