Copper Mace 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 Copper Mace in Hytale is shown below.
Copper Mace 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_Mace",
"TranslationProperties": {
"Name": "server.items.Weapon_Mace_Copper.name"
},
"Model": "Items/Weapons/Mace/Copper.blockymodel",
"Texture": "Items/Weapons/Mace/Copper_Texture.png",
"Icon": "Icons/ItemsGenerated/Weapon_Mace_Copper.png",
"Quality": "Common",
"ItemLevel": 10,
"Recipe": {
"TimeSeconds": 3,
"KnowledgeRequired": false,
"Input": [
{
"ItemId": "Ingredient_Bar_Copper",
"Quantity": 6
},
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 10
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Categories": [
"Weapon_Mace"
],
"Id": "Weapon_Bench"
},
{
"Type": "DiagramCrafting",
"Categories": [
"Weapons.Mace"
],
"Id": "Armory"
}
]
},
"InteractionVars": {
"Swing_Left_Damage": {
"Interactions": [
{
"Parent": "Weapon_Mace_Primary_Swing_Left_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 23
}
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Mace_T1_Impact",
"LocalSoundEventId": "SFX_Mace_T1_Impact"
}
}
]
},
"Swing_Right_Damage": {
"Interactions": [
{
"Parent": "Weapon_Mace_Primary_Swing_Right_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 23
}
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Mace_T1_Impact",
"LocalSoundEventId": "SFX_Mace_T1_Impact"
}
}
]
},
"Swing_Up_Left_Damage": {
"Interactions": [
{
"Parent": "Weapon_Mace_Primary_Swing_Up_Left_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 23
}
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Mace_T1_Impact",
"LocalSoundEventId": "SFX_Mace_T1_Impact"
}
}
]
},
"Swing_Left_Charged_Damage": {
"Interactions": [
{
"Parent": "Weapon_Mace_Primary_Swing_Left_Charged_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 33
}
},
"EntityStatsOnHit": [
{
"EntityStatId": "SignatureEnergy",
"Amount": 2
}
],
"DamageEffects": {
"WorldSoundEventId": "SFX_Mace_T1_Impact",
"LocalSoundEventId": "SFX_Mace_T1_Impact"
}
}
]
},
"Swing_Right_Charged_Damage": {
"Interactions": [
{
"Parent": "Weapon_Mace_Primary_Swing_Right_Charged_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 33
}
},
"EntityStatsOnHit": [
{
"EntityStatId": "SignatureEnergy",
"Amount": 2
}
],
"DamageEffects": {
"WorldSoundEventId": "SFX_Mace_T1_Impact",
"LocalSoundEventId": "SFX_Mace_T1_Impact"
}
}
]
},
"Swing_Up_Left_Charged_Damage": {
"Interactions": [
{
"Parent": "Weapon_Mace_Primary_Swing_Up_Left_Charged_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 33
}
},
"EntityStatsOnHit": [
{
"EntityStatId": "SignatureEnergy",
"Amount": 2
}
],
"DamageEffects": {
"WorldSoundEventId": "SFX_Mace_T1_Impact",
"LocalSoundEventId": "SFX_Mace_T1_Impact"
}
}
]
},
"Groundslam_Damage": {
"Interactions": [
{
"Parent": "Weapon_Mace_Signature_Groundslam_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 74
}
},
"EntityStatsOnHit": [],
"DamageEffects": {
"WorldSoundEventId": "SFX_Mace_T1_Impact",
"LocalSoundEventId": "SFX_Mace_T1_Impact"
}
}
]
},
"Guard_Wield": {
"Interactions": [
{
"Parent": "Weapon_Mace_Secondary_Guard_Wield",
"StaminaCost": {
"Value": 8.89,
"CostType": "Damage"
}
}
]
}
},
"MaxDurability": 100,
"DurabilityLossOnHit": 0.5
}