An encounter-specific tool temporarily changes the player's actions with a portable capability authored for this boss. When acquisition, altered input, charge or cost, effective target, damage attribution, and removal are readable, the tool creates a focused decision instead of invalidating the player's build without explanation.

Open boss builder
Reveal the portable tool and complete acquisitionThe rune spear and its pedestal are visible from the start. Tavi reaches it from 0.55 to 1.25 s and equips it at 1.48 s; the spear leaves the pedestal and stays in Tavi’s hand while the ordinary sword is put away.
Show the tool changing hands, actions, and damage ownership In a tall stone arena, Tavi approaches a rune spear standing on a low pedestal below Kern. Tavi takes the physical spear and carries it while the ordinary sword disappears. The blade brightens during charging, a solid aim cue points to Kern, and a rune bolt leaves the spear. Kern loses one health segment on impact; the temporary spear then breaks into fragments. Boss Player

The rune spear and its pedestal are visible from the start. Tavi reaches it from 0.55 to 1.25 s and equips it at 1.48 s; the spear leaves the pedestal and stays in Tavi’s hand while the ordinary sword is put away.

Implementation checklist

Define acquisition and fallback paths, inventory and loadout ownership, replaced or added inputs, charge and resource costs, movement permissions, special target response, damage attribution, normal-weapon viability, interruption, drop and expiry rules, checkpoints, multiplayer authority, accessibility alternatives, and tests that restore the original action set exactly once.

Core checks

Three questions for the mechanic

  • How does the tool enter and leave the action set?

    Choose whether the tool is granted automatically, picked up, summoned, equipped from inventory, or activated on an existing item. Define a fallback if it is missed, dropped, destroyed, already owned, or inaccessible after death. Show the swap on the character, HUD, prompts, and input legend, and restore the prior loadout through one authoritative transition rather than several competing cleanup scripts.

  • What new decision does its action create?

    Give the tool a compact verb with a purpose: reach a giant target, pierce a named defense, expose a weak response, or convert a story beat into agency. Specify charge time, aim, movement, cancel, resource cost, hit geometry, recovery, and target filtering. Preserve meaningful timing or positioning; a giant damage multiplier alone turns acquisition into a mandatory key rather than a mechanic.

  • How do you attribute the result and preserve builds?

    Tag every release and hit with the temporary tool ID, apply its boss-specific response only to eligible targets, and display the reaction with progress change. Decide whether ordinary builds remain viable, support utility around the tool, or are intentionally suspended for a short phase. Test upgrades, dual wielding, inventory limits, death, cutscenes, phase transitions, co-op pickup contention, latency, and duplicate grants.

Design mistakes

  • The required tool looks optional or is easy to miss

    If ordinary attacks barely work but the special tool resembles generic loot, the encounter falsely diagnoses the player's build. Frame the tool before commitment, reserve a readable silhouette and marker, guarantee a recovery path, and make the first successful action demonstrate why the tool exists.

  • The tool changes controls without teaching or cleanup

    Replacing attacks, aim, or movement during active pressure can cause accidental inputs, especially when the HUD still describes the old package. Provide a low-risk teaching beat, preserve cancel rules, announce readiness through several channels, and verify that expiry returns bindings, animation, inventory, camera, and networking state together.

Tuning

Tune the attack

  • Guarantee acquisition and reacquisition

    Measure the worst route from every entrance and checkpoint, account for camera and collision, and prevent the tool from falling outside the arena or being consumed permanently. If pickup competes with boss pressure, signal a safe opening or let partial progress persist; a missed one-time grant must never soft-lock the fight.

  • Write the temporary action contract explicitly

    Document which inputs are replaced, added, or blocked and whether the tool permits sprint, dodge, jump, guard, healing, lock-on, and item use. Match animation locks to collision and cancel frames. A portable tool should visibly follow its owner, keep its origin consistent, and never behave like an invisible fixed turret.

  • Tune the boss around use, not mere possession

    Budget acquisition, positioning, charge, projectile travel, impact, and recovery against the boss pattern. Expose openings large enough for the slowest supported version, then vary aim, spacing, target timing, or resource management. Avoid making all player progression irrelevant for the full encounter unless that reset is the explicit dramatic purpose.

  • Make lifecycle and authority inspectable

    Expose owner ID, equipped package, charge, ready, release, eligible target, hit, cooldown, expiry, and restored loadout in tools and telemetry. Automated tests should prove that the tool moves with its owner, ordinary attacks cannot masquerade as its hit, one release resolves once, and every exit path restores state.

Arena

  • Tavi lifts the quarry's forgotten rune spear

    A spear made for splitting living stone waits on a low altar. Tavi lifts it, and its head stretches into a beam only while facing Kern's ancient core. The carried weapon answers the elemental's rune, releases one long fracture through its armor, then sheds its borrowed light and leaves Tavi's familiar sword in hand.

Player upgrades

  • Keep movement familiar while teaching one temporary verb

    Tavi retains ordinary movement and can carry the spear to a readable firing position. The encounter replaces only the demonstrated attack package, uses a generous pickup radius, allows an optional aim snap, captions charge and readiness, and returns the sword automatically after expiry so accessibility support does not change the ownership rule.

Do not confuse this with

  • A portable action package, not fixed machinery or a normal loadout check

    An environmental weapon stays anchored to the arena while the player operates it in place; an encounter-specific tool moves with its owner and changes available actions. Loadout adaptation evaluates or encourages the build brought into the fight. This mechanic grants or activates a capability authored primarily for this encounter, even if ordinary builds retain supporting value.

Bosses that use this mechanic

Learn more

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