A rotating emitter releases a stream that traces a spiral, turning projectile timing into a moving lane the player can follow or cross.

Open boss builder
SignalShow rotation direction, emission rhythm, and the first arm of the spiral before the pattern fills the arena.
Test the spiral barrage A looping diagram of spiral barrage. The boss signals and commits the rule, the player uses the intended response, and the scene holds a readable recovery before resetting. Boss Player

Show rotation direction, emission rhythm, and the first arm of the spiral before the pattern fills the arena.

Implementation checklist

Tune the signal, commitment, geometry, response, and recovery of a spiral barrage as one rule.

Core checks

Three questions for the mechanic

  • Can the player read the complete rule?

    Show rotation direction, emission rhythm, and the first arm of the spiral before the pattern fills the arena.

  • Is the intended response reachable?

    The player can move with the rotation, cross one arm during a wide interval, or reposition toward a region where lane spacing is larger.

  • Does recovery create a useful outcome?

    The emitter stops while the mature spiral arms continue leaving the arena, preventing a new pattern from overlapping an unreadable residue.

Design mistakes

  • Tuning only the first second misses delayed overlaps that make the mature spiral impossible to navigate

    Tuning only the first second misses delayed overlaps that make the mature spiral impossible to navigate.

  • The cue and active geometry disagree

    If the visible spiral barrage cue promises a different area or timing, the player cannot carry the learned rule into the next cycle.

Tuning

Tune the attack

  • Tune the complete rule

    Coordinate angular velocity, fire interval, projectile speed, and duration; small changes can close every lane several seconds later.

  • Escalate one variable at a time

    Reverse rotation, add a second offset arm, or pulse the fire rate after the player has learned the base lane motion.

  • Prove the recovery

    The emitter stops while the mature spiral arms continue leaving the arena, preventing a new pattern from overlapping an unreadable residue.

Arena

  • What the mechanic communicates

    A rotating emitter releases a stream that traces a spiral, turning projectile timing into a moving lane the player can follow or cross. The encounter uses that rule as a short promise: a visible signal, a committed action, and a result the player can verify.

Player upgrades

  • Adapt it to the player verbs

    The player can move with the rotation, cross one arm during a wide interval, or reposition toward a region where lane spacing is larger. Coordinate angular velocity, fire interval, projectile speed, and duration; small changes can close every lane several seconds later.

Do not confuse this with

  • Keep the mechanic distinct

    Tuning only the first second misses delayed overlaps that make the mature spiral impossible to navigate. Do not hide that distinction behind extra effects or tracking that the announced rule does not contain.

Bosses that use this mechanic

Learn more

Found an inaccuracy or have a suggestion for this page? Propose an edit on GitHub