Crude Shovel 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.
Breaks multiple blocks of dirt simultaneously.
This item cannot be crafted.
Crude Shovel 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_Shovel_Crude.name",
"Description": "server.items.Tool_Shovel.description"
},
"Categories": [
"Items.Tools"
],
"Set": "Tool_Stone",
"Icon": "Icons/ItemsGenerated/Tool_Shovel_Crude.png",
"Model": "Items/Tools/Shovel/Crude.blockymodel",
"Texture": "Items/Tools/Shovel/Crude_Texture.png",
"ItemLevel": 3,
"Tool": {
"Specs": [
{
"Power": 1,
"GatherType": "SoftBlocks"
},
{
"Power": 0.4,
"GatherType": "Soils"
},
{
"Power": 0.05,
"GatherType": "Woods"
},
{
"Power": 0.05,
"GatherType": "Rocks"
},
{
"Power": 0.5,
"GatherType": "Benches"
},
{
"Power": 0.017,
"GatherType": "VolcanicRocks"
},
{
"Power": 0.036,
"GatherType": "OreCopper"
},
{
"Power": 0.032,
"GatherType": "OreIron"
},
{
"Power": 0.032,
"GatherType": "OreSilver"
},
{
"Power": 0.032,
"GatherType": "OreGold"
},
{
"Power": 0.028,
"GatherType": "OreThorium"
},
{
"Power": 0.028,
"GatherType": "OreCobalt"
},
{
"Power": 0.025,
"GatherType": "OreAdamantite"
},
{
"Power": 0.023,
"GatherType": "OreMithril"
}
],
"DurabilityLossBlockTypes": [
{
"BlockSets": [
"Stone",
"Rock",
"Ores",
"Soil"
],
"DurabilityLossOnHit": 0.05
}
]
},
"PlayerAnimationsId": "Shovel",
"Interactions": {
"Primary": {
"Interactions": [
"Shovel_Attack"
]
}
},
"InteractionVars": {
"Shovel_Dig_Effect": {
"Interactions": [
{
"Parent": "Shovel_Dig_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Tool_T1_Swing",
"LocalSoundEventId": "SFX_Shovel_T1_Swing_RL_Local"
}
}
]
},
"Shovel_Dig_Damage": {
"Interactions": [
{
"Parent": "Shovel_Dig_Damage",
"DamageCalculator": {
"Type": "Dps",
"BaseDamage": {
"Physical": 5
}
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Light_Melee_T1_Impact"
}
}
]
}
},
"IconProperties": {
"Scale": 0.32,
"Translation": [
22.200001,
-21
],
"Rotation": [
0,
180,
315
]
},
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"Tags": {
"Type": [
"Tool"
]
},
"ItemSoundSetId": "ISS_Weapons_Wood",
"MaxDurability": 150,
"Quality": "Common"
}