Raven Leather Hood 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 Raven Leather Hood in Hytale is shown below.
TODO
Raven Leather Hood 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_Raven_Head.name"
},
"Parent": "Armor_Iron_Head",
"ItemLevel": 32,
"Icon": "Icons/ItemsGenerated/Armor_Leather_Raven_Head.png",
"Model": "Items/Armors/Leather_Raven/Head.blockymodel",
"Texture": "Items/Armors/Leather_Raven/Head_Texture.png",
"Recipe": {
"TimeSeconds": 2,
"Input": [
{
"ItemId": "Ingredient_Leather_Heavy",
"Quantity": 3
},
{
"ItemId": "Ingredient_Feathers_Dark",
"Quantity": 2
},
{
"ItemId": "Ingredient_Bolt_Cotton",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Id": "TODO",
"Type": "Crafting",
"Categories": [
"Armor_Head"
]
}
],
"KnowledgeRequired": true
},
"Armor": {
"ArmorSlot": "Head",
"BaseDamageResistance": 0,
"CosmeticsToHide": [
"EarAccessory",
"Ear",
"Haircut",
"HeadAccessory"
],
"DamageResistance": {
"Physical": [
{
"Amount": 0.05,
"CalculationType": "Multiplicative"
}
],
"Projectile": [
{
"Amount": 0.05,
"CalculationType": "Multiplicative"
}
]
},
"StatModifiers": {
"Health": [
{
"Amount": 9,
"CalculationType": "Additive"
}
]
}
},
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Leather"
]
},
"MaxDurability": 120,
"ItemSoundSetId": "ISS_Armor_Leather"
}