Void Longsword 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.
This item cannot be salvaged.
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_Longsword_Void.name"
},
"Categories": [
"Items.Weapons"
],
"Quality": "Common",
"ItemLevel": 30,
"Model": "NPC/Void/Spawn_Void/Models/Weapons/Longsword/Void.blockymodel",
"PlayerAnimationsId": "Longsword",
"Utility": {
"Compatible": true
},
"Interactions": {
"Primary": "Longsword_Attack"
},
"InteractionVars": {
"Longsword_Swing_Left_Effect": {
"Interactions": [
{
"Parent": "Longsword_Swing_Left_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Light_Melee_T2_Swing",
"LocalSoundEventId": "SFX_Sword_T2_Swing_LR_Local"
}
}
]
},
"Longsword_Swing_Left_Damage": {
"Interactions": [
{
"Parent": "Longsword_Swing_Left_Damage",
"DamageCalculator": {
"Type": "Absolute",
"BaseDamage": {
"Physical": 47
},
"RandomPercentageModifier": 0.15
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Sword_T2_Impact"
}
}
]
},
"Longsword_Swing_Right_Effect": {
"Interactions": [
{
"Parent": "Longsword_Swing_Right_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Light_Melee_T2_Swing",
"LocalSoundEventId": "SFX_Sword_T2_Swing_RL_Local"
}
}
]
},
"Longsword_Swing_Right_Damage": {
"Interactions": [
{
"Parent": "Longsword_Swing_Right_Damage",
"DamageCalculator": {
"Type": "Absolute",
"BaseDamage": {
"Physical": 47
},
"RandomPercentageModifier": 0.15
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Sword_T2_Impact"
}
}
]
},
"Longsword_Swing_Up_Left_Effect": {
"Interactions": [
{
"Parent": "Longsword_Swing_Up_Left_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Light_Melee_T2_Swing",
"LocalSoundEventId": "SFX_Sword_T2_Swing_Down_Local"
}
}
]
},
"Longsword_Swing_Up_Left_Damage": {
"Interactions": [
{
"Parent": "Longsword_Swing_Up_Left_Damage",
"DamageCalculator": {
"Type": "Absolute",
"BaseDamage": {
"Physical": 47
},
"RandomPercentageModifier": 0.15
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Sword_T2_Impact"
}
}
]
},
"Longsword_Stab_Charged_Effect": {
"Interactions": [
{
"Parent": "Longsword_Stab_Charged_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Light_Melee_T1_Swing"
}
}
]
},
"Longsword_Stab_Charged_Damage": {
"Interactions": [
{
"Parent": "Longsword_Stab_Charged_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 141
},
"Type": "Absolute",
"RandomPercentageModifier": 0.15
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Sword_T2_Impact"
}
}
]
}
},
"IconProperties": {
"Scale": 0.25,
"Translation": [
-58,
-56
],
"Rotation": [
45,
90,
0
]
},
"Icon": "Icons/ItemsGenerated/Weapon_Longsword_Void.png",
"Texture": "NPC/Void/Spawn_Void/Models/Weapons/Longsword/Void_Texture.png",
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Sword"
]
},
"MaxDurability": 158,
"DurabilityLossOnHit": 0.42,
"Weapon": {},
"ItemSoundSetId": "ISS_Weapons_Blade_Large"
}