Feran Bone 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.
This item cannot be crafted.
Feran Bone 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_Bone.name"
},
"Categories": [
"Items.Weapons"
],
"Quality": "Rare",
"ItemLevel": 35,
"Model": "NPC/Intelligent/Feran/Models/Weapons/Axe/Bone.blockymodel",
"Texture": "NPC/Intelligent/Feran/Models/Weapons/Axe/Bone_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_Crude_Swing"
}
}
]
},
"Axe_Swing_Down_Left_Damage": {
"Interactions": [
{
"Parent": "Axe_Swing_Down_Left_Damage",
"DamageCalculator": {
"Type": "Absolute",
"BaseDamage": {
"Physical": 14
},
"RandomPercentageModifier": 0.2
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Axe_Crude_Impact"
}
}
]
},
"Axe_Swing_Up_Right_Effect": {
"Interactions": [
{
"Parent": "Axe_Swing_Up_Right_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Axe_Crude_Swing"
}
}
]
},
"Axe_Swing_Up_Right_Damage": {
"Interactions": [
{
"Parent": "Axe_Swing_Up_Right_Damage",
"DamageCalculator": {
"Type": "Absolute",
"BaseDamage": {
"Physical": 14
},
"RandomPercentageModifier": 0.2
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Axe_Crude_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": 28
},
"Type": "Absolute",
"RandomPercentageModifier": 0.2
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Axe_Crude_Impact"
}
}
]
}
},
"IconProperties": {
"Scale": 0.4,
"Translation": [
-25.2,
-25.8
],
"Rotation": [
45,
90,
0
]
},
"Icon": "Icons/ItemsGenerated/Weapon_Axe_Bone.png",
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Axe"
]
},
"MaxDurability": 75,
"DurabilityLossOnHit": 0.56,
"Weapon": {},
"ItemSoundSetId": "ISS_Weapons_Blunt_Small"
}