A survival phase replaces damage progress with a different success condition: remain alive until a timer, sequence, or objective completes. Kern is shielded from 0.55–4.35 seconds while four fixed runes strike in order. Tavi's sword cannot advance the phase; clearing every pulse removes the shield and creates one readable opening.

Open boss builder
Declare the alternate goalAt 0.55 s Kern’s runic shield lights and a gauge set into the upper wall begins to drain. The first floor seal previews for 0.60 s before becoming dangerous; Tavi leaves it through ordinary movement while the sword remains irrelevant to progress.
Prove that survival—not damage—advances the encounter A stone chamber fills the view. A runic shield surrounds Kern while a wall gauge drains and four floor seals warn and pulse in sequence. Tavi moves clear of each; when the gauge empties, the shield breaks and a sword opening follows. Boss Player

At 0.55 s Kern’s runic shield lights and a gauge set into the upper wall begins to drain. The first floor seal previews for 0.60 s before becoming dangerous; Tavi leaves it through ordinary movement while the sword remains irrelevant to progress.

Implementation checklist

Define the entry contract, non-damage progress, threat schedule, completion event, failure rule, and handoff back to ordinary combat from one deterministic state record.

Core checks

Three questions for the mechanic

  • What starts the survival contract?

    Enter through an explicit event and state the temporary goal immediately. At 0.55 s Kern becomes shielded, the completion rune appears, and the first hazard previews. Disable or reinterpret damage, stagger, weak-point, and AI-selection rules as declared policies; do not let a stray hit secretly shorten the sequence.

  • How does survival progress?

    Choose one authoritative clock or objective counter. The example uses elapsed phase time from 0.55–4.35 s and four scheduled pulse records, each with preview and active intervals. Pause, hit-stop, rollback, death, multiplayer joins, and checkpoints must read the same source so UI, hazards, and completion cannot drift.

  • What proves completion?

    Emit one completion event after the last dangerous instant. At 4.35 s collision is already off, the timer reaches zero, the shield disappears, and the green flash announces the state handoff. Only then may Tavi's ordinary sword produce a useful result. Test the frame before, at, and after this boundary.

Design mistakes

  • It is ordinary combat with an invisible damage lock

    If players keep attacking because no alternate objective, progress signal, or shield rule is visible, the phase reads as a broken health bar. Show what advances, how much remains, and why the usual verb is temporarily ineffective.

  • The timer ends before danger and authority agree

    A zeroed UI while a late hitbox remains active breaks the promise; a removed shield before the final effect resolves invites unfair damage trades. Drive countdown, hazard lifetime, invulnerability, audio, camera, and transition from the same completion event.

Tuning

Tune the attack

  • Name the alternate win condition

    Survive for time, finish a route, protect an object, or resolve a pattern are different contracts. Store the chosen condition explicitly and expose its progress. 'Boss is invulnerable' describes a restriction, not what the player is trying to accomplish.

  • Preserve meaningful verbs

    Temporarily suppressing damage should not suppress agency. Movement, positioning, defense, cooperation, resource timing, or route choice must still change the outcome. In the example Tavi's sword is deferred, but every movement decision clears real geometry.

  • Shape pressure as a sequence

    A survival phase needs readable internal rhythm, not undifferentiated waiting. Schedule preview, response, active threat, and a short release for each beat. Escalate spacing, overlap, or response demand only when the new rule remains legible.

  • Make failure and recovery explicit

    Decide whether one hit restarts the phase, consumes health, removes a resource, or allows recovery. In multiplayer, define personal death, party failure, resurrection, and late join behavior. Log failure time by beat so tuning separates unclear tells from execution difficulty.

Arena

  • Four runes keep the stone sealed

    Kern draws power from four floor stones while an unbreakable ring surrounds its core. Each stone burns out after releasing one pulse. When the fourth rune goes dark, the seal collapses and the ordinary stone body can be struck again.

Player upgrades

  • Let Tavi move first and use the sword after

    Tavi keeps the familiar movement and sword vocabulary. During the seal, movement is the response and sword contact does not advance progress. The completion flash restores the familiar attack verb, so the phase changes priorities without inventing a one-off control.

Do not confuse this with

  • An alternate progress rule, not merely a generic phase

    A fight phase is any bounded ruleset within an encounter. A survival phase is the narrower case where continued survival or an objective—not boss damage—is the progress condition. Enrage adds escalating pressure or a failure deadline; it does not by itself replace the win condition. An escape phase moves progress onto traversal, while a wave-clear phase advances by defeating spawned enemies.

Bosses that use this mechanic

Learn more

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