Light Leather 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 Light Leather Helm in Hytale is shown below.
TODO
Light Leather 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_Leather_Light_Head.name"
},
"Parent": "Armor_Iron_Head",
"Quality": "Common",
"ItemLevel": 15,
"Icon": "Icons/ItemsGenerated/Armor_Leather_Light_Head.png",
"IconProperties": {
"Rotation": [
22.5,
47.815,
22.5
],
"Scale": 0.5,
"Translation": [
-1.5,
-12.3
]
},
"Model": "Items/Armors/Leather_Light/Head.blockymodel",
"Texture": "Items/Armors/Leather_Light/Head_Texture.png",
"Recipe": {
"TimeSeconds": 2,
"Input": [
{
"ItemId": "Ingredient_Leather_Light",
"Quantity": 3
},
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 2
},
{
"ItemId": "Ingredient_Bolt_Wool",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Id": "TODO",
"Type": "Crafting",
"Categories": [
"Armor_Head"
]
}
],
"KnowledgeRequired": false
},
"Armor": {
"ArmorSlot": "Head",
"BaseDamageResistance": 0,
"CosmeticsToHide": [
"EarAccessory",
"Ear",
"Haircut",
"HeadAccessory"
],
"StatModifiers": {
"Health": [
{
"Amount": 9,
"CalculationType": "Additive"
}
]
},
"DamageResistance": {
"Physical": [
{
"Amount": 0.05,
"CalculationType": "Multiplicative"
}
],
"Projectile": [
{
"Amount": 0.05,
"CalculationType": "Multiplicative"
}
]
}
},
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Leather"
]
},
"MaxDurability": 120,
"ItemSoundSetId": "ISS_Armor_Leather"
}