Thorium Hatchet 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.
The crafting recipe for Thorium Hatchet in Hytale is shown below.
Thorium Hatchet 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_Hatchet_Thorium.name"
},
"Parent": "Tool_Hatchet_Crude",
"Icon": "Icons/ItemsGenerated/Tool_Hatchet_Thorium.png",
"Quality": "Rare",
"ItemLevel": 30,
"Model": "Items/Tools/Hatchet/Thorium.blockymodel",
"Texture": "Items/Tools/Hatchet/Thorium_Texture.png",
"Recipe": {
"TimeSeconds": 4,
"Input": [
{
"ItemId": "Ingredient_Bar_Thorium",
"Quantity": 6
},
{
"ItemId": "Ingredient_Leather_Medium",
"Quantity": 2
},
{
"ItemId": "Ingredient_Fabric_Scrap_Linen",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Categories": [
"Workbench_Tools"
],
"Id": "Workbench",
"RequiredTierLevel": 2
}
]
},
"Tool": {
"Specs": [
{
"Power": 1,
"GatherType": "SoftBlocks"
},
{
"Power": 0.05,
"GatherType": "Soils"
},
{
"Power": 0.5,
"GatherType": "Woods"
},
{
"Power": 0.05,
"GatherType": "Rocks"
},
{
"Power": 0.5,
"GatherType": "Benches"
},
{
"Power": 0.017,
"GatherType": "VolcanicRocks"
},
{
"Power": 0.046,
"GatherType": "OreCopper"
},
{
"Power": 0.046,
"GatherType": "OreIron"
},
{
"Power": 0.046,
"GatherType": "OreSilver"
},
{
"Power": 0.046,
"GatherType": "OreGold"
},
{
"Power": 0.042,
"GatherType": "OreThorium"
},
{
"Power": 0.042,
"GatherType": "OreCobalt"
},
{
"Power": 0.036,
"GatherType": "OreAdamantite"
},
{
"Power": 0.032,
"GatherType": "OreMithril"
}
],
"DurabilityLossBlockTypes": [
{
"BlockSets": [
"Stone",
"Rock",
"Ores",
"Soil"
],
"DurabilityLossOnHit": 0.25
}
]
},
"MaxDurability": 325
}