Resonance Strike

This script mod introduces a powerful chain-reaction mechanic to your attacks. Performing a critical hit on an entity echoes the exact same damage to all nearby entities of the same type within a specific radius.
Resonance Strike.jpg

Resonance Strike.jpg

Description

Key features

  • Echoed damage mechanic: Land a critical hit (attacking while falling and not on the ground), and watch the exact same damage resonate to nearby enemies.

  • Target specific propagation: The damage only echoes to entities sharing the exact same identifier as your initial target (e.g., hit a Zombie, only other Zombies take echoed damage).

  • Armor piercing: The echoed damage is applied as "magic" damage, meaning it bypasses standard physical armor.

  • Safe for players: The resonance effect explicitly excludes players from taking the chained damage.

How to customize the effect radius

By default, the damage resonates to eligible entities within an 8-block radius around you. However, you can easily customize this distance to make it smaller or much larger!

To change the radius, open the scripts/main.js file. Locate the following block of code:

if (isCriticalHit) {
            const linkedEntities = attacker.dimension.getEntities({
                type: target.typeId,
                location: attacker.location, 
                maxDistance: 8,
                excludeFamilies: ["player"]
});

Simply change the number 8 in maxDistance: 8 to any number you prefer. Save the file, and your new radius is ready to use!

Achievement compatibility This add-on is built on Microsoft's Stable Scripting API (version 2.6.0) and uses the standard add-on product type.

  • NO Experimental toggles required: You do not need to enable "Beta APIs" in your world settings.

  • Achievement compatible: Applying this behavior pack to your world will not disable Xbox Achievements.

Requirement: Minimum engine Version: 1.26.0.

License

This add-on is completely free and belongs to the community. You are free to modify, redistribute, or include it in your own packs without restriction. Enjoy!

The Resonance Strike Team

profile avatar
  • 1
    Followers
  • 4
    Projects
  • 922
    Downloads

More from LukaEgmontGaines

  • Habitual Pathing project image

    Habitual Pathing

    • 372
    • Addons

    This add-on dynamically creates natural paths where you and your mobs walk the most, and lets nature reclaim them when forgotten.

    • 372
    • April 10, 2026
    • Addons
    • +3
  • Item Duplicator project image

    Item Duplicator

    • 362
    • Addons

    Item Duplicator add-on provides a simple way to multiply your valuable items in survival or sandbox gameplay. This script-based add-on uses a single block as an activator to duplicate whatever item you are holding to its maximum stack size.

    • 362
    • April 8, 2026
    • Addons
    • +4
  • Neutral Creeper project image

    Neutral Creeper

    • 118
    • Addons

    Neutral Creeper add-on provides a simple but highly impactful quality-of-life tweak. It modifies Creeper behavior to be completely neutral until provoked.

    • 118
    • April 6, 2026
    • Addons
    • +4
  • Habitual Pathing project image

    Habitual Pathing

    • 372
    • Addons

    This add-on dynamically creates natural paths where you and your mobs walk the most, and lets nature reclaim them when forgotten.

    • 372
    • April 10, 2026
    • Addons
    • +3
  • Item Duplicator project image

    Item Duplicator

    • 362
    • Addons

    Item Duplicator add-on provides a simple way to multiply your valuable items in survival or sandbox gameplay. This script-based add-on uses a single block as an activator to duplicate whatever item you are holding to its maximum stack size.

    • 362
    • April 8, 2026
    • Addons
    • +4
  • Neutral Creeper project image

    Neutral Creeper

    • 118
    • Addons

    Neutral Creeper add-on provides a simple but highly impactful quality-of-life tweak. It modifies Creeper behavior to be completely neutral until provoked.

    • 118
    • April 6, 2026
    • Addons
    • +4