Metal Spike Trap is an item in Hytale, categorized under the Trap category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
The crafting recipe for Metal Spike Trap in Hytale is shown below.
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.Survival_Trap_Spike_Iron.name"
},
"Icon": "Icons/ItemsGenerated/Trap_Spikes_Metal.png",
"Categories": [
"Blocks.Deco"
],
"Recipe": {
"TimeSeconds": 1,
"Input": [
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Workbench",
"Type": "Crafting",
"Categories": [
"Workbench_Tinkering"
]
}
]
},
"BlockType": {
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Tinkering/Traps/Spikes.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Tinkering/Traps/Spikes_Iron.png",
"Weight": 1
}
],
"Flags": {},
"RandomRotation": "YawStep90",
"HitboxType": "Block_Three_Quarter",
"Gathering": {
"Breaking": {
"GatherType": "SoftBlocks"
}
},
"BlockParticleSetId": "Metal",
"BlockSoundSetId": "Metal",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"Interactions": {
"Collision": {
"Cooldown": {
"Id": "SlowEffect",
"Cooldown": 1
},
"Interactions": [
{
"Type": "Condition",
"RequiredGameMode": "Adventure",
"Next": {
"Type": "ApplyEffect",
"EffectId": {
"Locale": "spikes",
"Duration": 0.1,
"OverlapBehavior": "Overwrite",
"DamageCalculator": {
"BaseDamage": {
"Physical": 25
}
}
}
}
}
]
}
},
"ParticleColor": "#acacac",
"VariantRotation": "DoublePipe"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Trap"
]
}
}