Repair Kit is an item in Hytale, categorized under the Tool category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
Used to repair tools, weapons, and armor. Repaired items will lose up to 10% of their maximum durability.
The crafting recipe for Repair Kit in Hytale is shown below.
Repair Kit 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.Tool_Repair_Kit_Iron.name",
"Description": "server.items.Tool_Repair_Kit_Iron.description"
},
"Icon": "Icons/ItemsGenerated/Tool_Repair_Kit_Iron.png",
"Parent": "Tool_Repair_Kit_Crude",
"ItemLevel": 1,
"Model": "Items/Tools/Repair_Kit/Repair_Kit_Iron.blockymodel",
"Texture": "Items/Tools/Repair_Kit/Repair_Kit_Iron_Texture.png",
"Interactions": {
"Primary": {
"Interactions": [
{
"Type": "OpenCustomUI",
"Page": {
"Id": "ItemRepair",
"RepairPenalty": 0.1
}
}
]
},
"Secondary": {
"Interactions": [
{
"Type": "OpenCustomUI",
"Page": {
"Id": "ItemRepair",
"RepairPenalty": 0.1
}
}
]
}
},
"Recipe": {
"TimeSeconds": 1,
"Input": [
{
"ItemId": "Ingredient_Fabric_Scrap_Linen",
"Quantity": 2
},
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 1
},
{
"ItemId": "Ingredient_Leather_Light",
"Quantity": 1
}
],
"OutputQuantity": 1,
"BenchRequirement": [
{
"Type": "Crafting",
"Categories": [
"Workbench_Tools"
],
"Id": "Workbench"
}
]
},
"Quality": "Common"
}