Rusty Steel Flail 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.
Rusty Steel Flail 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_Club_Steel_Flail_Rusty.name"
},
"Categories": [
"Items.Weapons"
],
"Quality": "Common",
"ItemLevel": 30,
"Model": "Items/Weapons/Club/Steel_Flail.blockymodel",
"PlayerAnimationsId": "Club_Flail",
"UsePlayerAnimations": true,
"Utility": {
"Compatible": true
},
"Interactions": {
"Primary": "Club_Flail_Attack"
},
"InteractionVars": {
"Club_Flail_Swing_Left_Effect": {
"Interactions": [
{
"Parent": "Club_Flail_Swing_Left_Effect",
"Effects": {
"Trails": [
{
"TrailId": "Small_Default",
"TargetNodeName": "Chain4",
"TargetEntityPart": "PrimaryItem"
},
{
"TrailId": "Small_Default",
"RotationOffset": {
"Yaw": 0,
"Pitch": 90,
"Roll": 0
},
"TargetNodeName": "Chain4",
"TargetEntityPart": "PrimaryItem"
},
{
"TrailId": "Small_Default",
"RotationOffset": {
"Yaw": 0,
"Pitch": 0,
"Roll": 90
},
"TargetNodeName": "Chain4",
"TargetEntityPart": "PrimaryItem"
}
]
}
}
]
},
"Club_Flail_Swing_Left_Damage": {
"Interactions": [
{
"Parent": "Club_Flail_Swing_Left_Damage",
"DamageCalculator": {
"Type": "Absolute",
"BaseDamage": {
"Physical": 19
},
"RandomPercentageModifier": 0.1
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Club_Steel_Impact"
}
}
]
},
"Club_Flail_Swing_Right_Effect": {
"Interactions": [
{
"Parent": "Club_Flail_Swing_Right_Effect",
"Effects": {
"Trails": [
{
"TrailId": "Small_Default",
"TargetNodeName": "Chain4",
"TargetEntityPart": "PrimaryItem"
},
{
"TrailId": "Small_Default",
"RotationOffset": {
"Yaw": 0,
"Pitch": 90,
"Roll": 0
},
"TargetNodeName": "Chain4",
"TargetEntityPart": "PrimaryItem"
},
{
"TrailId": "Small_Default",
"RotationOffset": {
"Yaw": 0,
"Pitch": 0,
"Roll": 90
},
"TargetNodeName": "Chain4",
"TargetEntityPart": "PrimaryItem"
}
]
}
}
]
},
"Club_Flail_Swing_Right_Damage": {
"Interactions": [
{
"Parent": "Club_Flail_Swing_Right_Damage",
"DamageCalculator": {
"Type": "Absolute",
"BaseDamage": {
"Physical": 19
},
"RandomPercentageModifier": 0.1
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Club_Steel_Impact"
}
}
]
},
"Club_Flail_Spin_Swing_Left_Charged_Effect": {
"Interactions": [
{
"Parent": "Club_Flail_Spin_Swing_Left_Charged_Effect",
"Effects": {
"Trails": [
{
"TrailId": "Small_Default",
"TargetNodeName": "Chain4",
"TargetEntityPart": "PrimaryItem"
},
{
"TrailId": "Small_Charged",
"RotationOffset": {
"Yaw": 0,
"Pitch": 90,
"Roll": 0
},
"TargetNodeName": "Chain4",
"TargetEntityPart": "PrimaryItem"
},
{
"TrailId": "Small_Charged",
"RotationOffset": {
"Yaw": 0,
"Pitch": 0,
"Roll": 90
},
"TargetNodeName": "Chain4",
"TargetEntityPart": "PrimaryItem"
}
]
}
}
]
},
"Club_Flail_Spin_Swing_Left_Charged_Damage": {
"Interactions": [
{
"Parent": "Club_Flail_Spin_Swing_Left_Charged_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 16
}
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Club_Wood_Impact"
}
}
]
}
},
"IconProperties": {
"Scale": 0.43,
"Translation": [
-24,
-28
],
"Rotation": [
45,
90,
0
]
},
"Texture": "Items/Weapons/Club/Steel_Flail_Rusty_Texture.png",
"Icon": "Icons/ItemsGenerated/Weapon_Club_Steel_Flail_Rusty.png",
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"MaxDurability": 81,
"DurabilityLossOnHit": 0.56,
"Tags": {
"Family": [
"Club"
],
"Type": [
"Weapon"
]
},
"Weapon": {},
"ItemSoundSetId": "ISS_Weapons_Blunt_Small"
}