Bronze 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 Bronze Gauntlets in Hytale is shown below.
TODO
This item cannot be salvaged.
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_Bronze_Hands.name"
},
"Parent": "Armor_Iron_Hands",
"ItemLevel": 22,
"Icon": "Icons/ItemsGenerated/Armor_Bronze_Hands.png",
"Model": "Items/Armors/Bronze/Hands.blockymodel",
"Texture": "Items/Armors/Bronze/Hands_Texture.png",
"Recipe": {
"TimeSeconds": 2,
"Input": [
{
"ItemId": "Ingredient_Bar_Bronze",
"Quantity": 2
},
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 1
},
{
"ItemId": "Ingredient_Leather_Light",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Id": "TODO",
"Type": "Crafting",
"Categories": [
"Armor_Hands"
]
}
],
"KnowledgeRequired": true
},
"Armor": {
"ArmorSlot": "Hands",
"BaseDamageResistance": 0,
"StatModifiers": {
"Health": [
{
"Amount": 7,
"CalculationType": "Additive"
}
]
},
"DamageResistance": {
"Physical": [
{
"Amount": 0.04,
"CalculationType": "Multiplicative"
}
],
"Projectile": [
{
"Amount": 0.04,
"CalculationType": "Multiplicative"
}
]
}
},
"MaxDurability": 200,
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Bronze"
]
},
"ItemSoundSetId": "ISS_Armor_Heavy",
"Quality": "Uncommon"
}