Iron Axe is an item in Hytale, categorized under the Weapon category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
The crafting recipe for Iron Axe in Hytale is shown below.
Iron Axe 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.Weapon_Axe_Iron.name"
},
"Categories": [
"Items.Weapons"
],
"Icon": "Icons/ItemsGenerated/Weapon_Axe_Iron.png",
"Quality": "Uncommon",
"ItemLevel": 20,
"Recipe": {
"TimeSeconds": 3.5,
"KnowledgeRequired": false,
"Input": [
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 4
},
{
"ItemId": "Ingredient_Fabric_Scrap_Linen",
"Quantity": 3
},
{
"ItemId": "Ingredient_Leather_Light",
"Quantity": 4
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Categories": [
"Weapon_Axe"
],
"Id": "Weapon_Bench"
}
]
},
"Model": "Items/Weapons/Axe/Iron.blockymodel",
"Texture": "Items/Weapons/Axe/Iron_Texture.png",
"PlayerAnimationsId": "Axe",
"Utility": {
"Compatible": true
},
"Interactions": {
"Primary": "Axe_Attack"
},
"InteractionVars": {
"Axe_Swing_Down_Left_Effect": {
"Interactions": [
{
"Parent": "Axe_Swing_Down_Left_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Axe_Iron_Swing"
}
}
]
},
"Axe_Swing_Down_Left_Damage": {
"Interactions": [
{
"Parent": "Axe_Swing_Down_Left_Damage",
"DamageCalculator": {
"Type": "Absolute",
"BaseDamage": {
"Physical": 17
},
"RandomPercentageModifier": 0.2
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Axe_Iron_Impact"
}
}
]
},
"Axe_Swing_Up_Right_Effect": {
"Interactions": [
{
"Parent": "Axe_Swing_Up_Right_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Axe_Iron_Swing"
}
}
]
},
"Axe_Swing_Up_Right_Damage": {
"Interactions": [
{
"Parent": "Axe_Swing_Up_Right_Damage",
"DamageCalculator": {
"Type": "Absolute",
"BaseDamage": {
"Physical": 17
},
"RandomPercentageModifier": 0.2
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Axe_Iron_Impact"
}
}
]
},
"Axe_Swing_Left_Charged_Effect": {
"Interactions": [
{
"Parent": "Axe_Swing_Left_Charged_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Weapon_Charge_Swing"
}
}
]
},
"Axe_Swing_Left_Charged_Damage": {
"Interactions": [
{
"Parent": "Axe_Swing_Left_Charged_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 34
},
"Type": "Absolute",
"RandomPercentageModifier": 0.2
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Axe_Iron_Impact"
}
}
]
}
},
"IconProperties": {
"Scale": 0.45,
"Translation": [
-26,
-25
],
"Rotation": [
45,
90,
0
]
},
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"MaxDurability": 120,
"DurabilityLossOnHit": 0.56,
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Axe"
]
},
"Weapon": {},
"ItemAppearanceConditions": {
"Health": [
{
"Particles": [
{
"SystemId": "Torch_Fire"
}
],
"Model": "Items/Weapons/Axe/Iron.blockymodel",
"Texture": "Items/Weapons/Axe/Iron_Texture.png",
"Condition": [
0,
20
]
},
{
"Particles": [
{
"SystemId": "Torch_Fire"
}
],
"Texture": "Items/Weapons/Axe/Iron_Rusty_Texture.png",
"Condition": [
21,
40
]
}
]
},
"ItemSoundSetId": "ISS_Weapons_Blunt_Small"
}