Situational immunity makes a valid hit deal no damage while a stated condition holds. A visible rune sustains Kern's full-body shield. Tavi's first sword strike bounces off; cutting the rune ends immunity, so a second strike hurts the same body. The shield returns after a readable opening. The rule changes state, not hit location.

Open boss builder
Read the linked shieldA bright ward is visibly linked to Kern's enclosing shield. Tavi approaches with a sword; attacking the body while the link remains cannot deal boss damage.
Break the ward, then strike A stone boss stands within a bright all-around shield connected by a line to a nearby floating rune. A sword-carrying player first strikes the shield and visibly rebounds. The player cuts the rune, causing the entire shield and link to dim, then strikes the same boss body successfully. The rune and shield return together after the opening. Boss Player

A bright ward is visibly linked to Kern's enclosing shield. Tavi approaches with a sword; attacking the body while the link remains cannot deal boss damage.

Implementation checklist

Tune the protection source, feedback, ward reach, open window, and reset together.

Core checks

Three questions for the mechanic

  • What exactly grants immunity?

    Make the ward a real state source, not decorative art. While it is active, all ordinary sword hits on the boss resolve as blocked, regardless of attack direction or damage type. The 2.05-second hit should stop at the visible shield boundary and leave boss health unchanged.

  • Can the player change the state?

    Put the ward within ordinary sword reach and connect it visually to the shield. The 2.80-second cut disables the ward and the whole boss shield at one deterministic beat. Confirm the player can recognize the new objective without a hidden timing cue or required new item.

  • Is the opening long enough to use?

    The same boss body becomes vulnerable after the ward breaks; Tavi's second sword strike lands at 3.55 seconds before protection returns at 4.30. Budget travel, attack startup, hit reaction, and network latency inside the opening, then test with slower player builds.

Design mistakes

  • A hit fails without explaining why

    A health bar that does not move can resemble a collision bug. Keep the shield, ward, connecting line, and bounce reaction readable before damage is attempted; do not use the same impact effect for blocked and successful hits.

  • The boss re-shields before any ordinary follow-up

    If the opening is shorter than a player attack, the rule becomes a frustrating animation lock. Let the exposed state last through a useful attack, and signal the return before protection resumes in a real encounter.

Tuning

Tune the attack

  • Represent one source of truth

    Store the ward's active state once and derive both shield visuals and boss damage permission from it. A disconnected glow must not grant invisible immunity; a visible shield must not secretly allow damage.

  • Budget the entire response chain

    The example exposes Kern from 2.80 to 4.30 seconds, a 1.50-second window. Measure the player's route to the ward, cut recovery, follow-up startup, and impact timing rather than tuning the window against an instant test hit.

  • Keep objective pressure bounded

    A single reachable ward is enough for this lesson. More ward sources can add search and movement pressure, but each must reveal its identity, position, and contribution to the shield before the player spends a full attack cycle.

  • Test exceptional damage explicitly

    Decide whether explosives, damage over time, reflected projectiles, and pre-existing projectiles ignore immunity, hit the ward, or disappear. Resolve those rules on the same state boundary as ordinary sword hits and document any exception.

Arena

  • A rune that protects the whole body

    The floating ward and Kern's ring share the same color and pulse. When Tavi cuts the ward, the link collapses and the ring vanishes before the successful body hit. The object is not a weak point on Kern; it controls a temporary global protection state.

Player upgrades

  • Scale the objective, not the opacity

    For a longer encounter, move or multiply wards only after the first rule is learned. If a ward is inaccessible to a melee build, add a known route or a different learned verb. Do not stretch immunity simply to pad encounter time; shorten repeated cycles or allow skilled players to bypass them.

Do not confuse this with

  • Immunity is a conditional zero

    Damage-type resistance leaves a connected hit with reduced damage. A directional shield blocks only an arc, so a flank works while the guard stays raised. Here all body directions are protected until a separate ward is disabled; a weak point would change damage by hit location rather than by this global state.

Bosses that use this mechanic

Learn more

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