Cobalt Helm 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 Helm in Hytale is shown below.
Cobalt Helm 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_Head.name"
},
"Parent": "Armor_Iron_Head",
"Quality": "Rare",
"ItemLevel": 35,
"Icon": "Icons/ItemsGenerated/Armor_Cobalt_Head.png",
"IconProperties": {
"Rotation": [
23.06,
43.315,
23.06
],
"Scale": 0.45,
"Translation": [
0,
-8.1
]
},
"Model": "Items/Armors/Cobalt/Head.blockymodel",
"Texture": "Items/Armors/Cobalt/Head_Texture.png",
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Bar_Cobalt",
"Quantity": 12
},
{
"ItemId": "Ingredient_Leather_Heavy",
"Quantity": 4
},
{
"ItemId": "Ingredient_Fabric_Scrap_Shadoweave",
"Quantity": 4
}
],
"BenchRequirement": [
{
"Id": "Armor_Bench",
"Type": "Crafting",
"Categories": [
"Armor_Head"
],
"RequiredTierLevel": 2
}
],
"KnowledgeRequired": false,
"TimeSeconds": 3
},
"Armor": {
"ArmorSlot": "Head",
"BaseDamageResistance": 0,
"CosmeticsToHide": [
"EarAccessory",
"Ear",
"Haircut",
"HeadAccessory"
],
"DamageResistance": {
"Physical": [
{
"Amount": 0.064,
"CalculationType": "Multiplicative"
}
],
"Projectile": [
{
"Amount": 0.064,
"CalculationType": "Multiplicative"
}
]
},
"StatModifiers": {
"Health": [
{
"Amount": 12,
"CalculationType": "Additive"
}
]
},
"DamageClassEnhancement": {
"Signature": [
{
"Amount": 0.03,
"CalculationType": "Multiplicative"
}
]
}
},
"MaxDurability": 120,
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Cobalt"
]
},
"ItemSoundSetId": "ISS_Armor_Heavy",
"DurabilityLossOnHit": 0.5
}