Scrap Sword 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.
Scrap Sword 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.
{
"Parent": "Template_Weapon_Sword",
"TranslationProperties": {
"Name": "server.items.Weapon_Sword_Scrap.name"
},
"Model": "NPC/Intelligent/Goblin/Models/Weapons/Sword/Scrap.blockymodel",
"Texture": "NPC/Intelligent/Goblin/Models/Weapons/Sword/Scrap_Texture.png",
"Icon": "Icons/ItemsGenerated/Weapon_Sword_Scrap_Goblin.png",
"Quality": "Uncommon",
"ItemLevel": 15,
"MaxDurability": 50,
"InteractionVars": {
"Swing_Left_Damage": {
"Interactions": [
{
"Parent": "Weapon_Sword_Primary_Swing_Left_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 8
}
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Sword_T2_Impact",
"LocalSoundEventId": "SFX_Sword_T2_Impact"
}
}
]
},
"Swing_Right_Damage": {
"Interactions": [
{
"Parent": "Weapon_Sword_Primary_Swing_Right_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 10
}
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Sword_T2_Impact",
"LocalSoundEventId": "SFX_Sword_T2_Impact"
}
}
]
},
"Swing_Down_Damage": {
"Interactions": [
{
"Parent": "Weapon_Sword_Primary_Swing_Down_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 15
}
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Sword_T2_Impact",
"LocalSoundEventId": "SFX_Sword_T2_Impact"
}
}
]
},
"Thrust_Damage": {
"Interactions": [
{
"Parent": "Weapon_Sword_Primary_Thrust_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 23
}
},
"EntityStatsOnHit": [
{
"EntityStatId": "SignatureEnergy",
"Amount": 3
}
],
"DamageEffects": {
"WorldSoundEventId": "SFX_Sword_T2_Impact",
"LocalSoundEventId": "SFX_Sword_T2_Impact"
}
}
]
},
"Vortexstrike_Spin_Damage": {
"Interactions": [
{
"Parent": "Weapon_Sword_Signature_Vortexstrike_Spin_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 17
}
},
"EntityStatsOnHit": [],
"DamageEffects": {
"WorldSoundEventId": "SFX_Sword_T2_Impact",
"LocalSoundEventId": "SFX_Sword_T2_Impact"
}
}
]
},
"Vortexstrike_Stab_Damage": {
"Interactions": [
{
"Parent": "Weapon_Sword_Signature_Vortexstrike_Stab_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 50
}
},
"EntityStatsOnHit": [],
"DamageEffects": {
"WorldSoundEventId": "SFX_Sword_T2_Impact",
"LocalSoundEventId": "SFX_Sword_T2_Impact"
}
}
]
},
"Swing_Left_Selector": {
"Interactions": [
{
"Parent": "Weapon_Sword_Primary_Swing_Left_Selector",
"Effects": {
"Trails": [
{
"PositionOffset": {
"X": 0.6,
"Y": 0,
"Z": 0
},
"TargetNodeName": "Handle",
"TrailId": "Small_Sword_Strong",
"RotationOffset": {
"Roll": 90.0
}
},
{
"PositionOffset": {
"X": 0.6,
"Y": 0,
"Z": 0
},
"TargetNodeName": "Handle",
"TrailId": "Sword_Distortion",
"RotationOffset": {
"Roll": 90.0
}
}
]
}
}
]
},
"Swing_Right_Selector": {
"Interactions": [
{
"Parent": "Weapon_Sword_Primary_Swing_Right_Selector",
"Effects": {
"Trails": [
{
"PositionOffset": {
"X": 0.6,
"Y": 0,
"Z": 0
},
"TargetNodeName": "Handle",
"TrailId": "Small_Sword_Strong",
"RotationOffset": {
"Roll": 90.0
}
},
{
"PositionOffset": {
"X": 0.6,
"Y": 0,
"Z": 0
},
"TargetNodeName": "Handle",
"TrailId": "Sword_Distortion",
"RotationOffset": {
"Roll": 90.0
}
}
]
}
}
]
},
"Swing_Down_Selector": {
"Interactions": [
{
"Parent": "Weapon_Sword_Primary_Swing_Down_Selector",
"Effects": {
"Trails": [
{
"PositionOffset": {
"X": 0.6,
"Y": 0,
"Z": 0
},
"TargetNodeName": "Handle",
"TrailId": "Small_Sword_Strong",
"RotationOffset": {
"Roll": 90.0
}
},
{
"PositionOffset": {
"X": 0.6,
"Y": 0,
"Z": 0
},
"TargetNodeName": "Handle",
"TrailId": "Sword_Distortion",
"RotationOffset": {
"Roll": 90.0
}
}
]
}
}
]
}
}
}