Ally theft changes the allegiance of an existing helper instead of spawning an unrelated enemy. The stolen ally keeps a recognizable identity and bounded subset of its abilities, while a clear mark, ownership handoff, hostile window, and release rule make the loss understandable and reversible.

Open boss builder
Mark one eligible allyTavi’s rune familiar begins under player ownership. From 0.55 to 1.15 seconds, Kern targets that exact helper with an interruptible control tether before any allegiance changes.
Track one rune familiar through capture, hostile fire, and return Kern marks Tavi’s rune familiar, pulls it across an ownership tether, commands three readable hostile shots, then releases it to return safely to Tavi. Boss Player

Tavi’s rune familiar begins under player ownership. From 0.55 to 1.15 seconds, Kern targets that exact helper with an interruptible control tether before any allegiance changes.

Implementation checklist

Define eligible allies, selection order, warning time, ownership id, transferred abilities, target rules, hostile duration, friendly-fire policy, damage limits, interruption and cleanse paths, ally health, death behavior, cooldown ownership, restoration position, duplicate-event guards, and telemetry.

Core checks

Three questions for the mechanic

  • Which allies may be taken?

    Build an explicit eligibility table for summons, pets, party members, temporary guests, invulnerable companions, quest-critical actors, and accessibility substitutes. Select deterministically and expose the chosen ally before the transfer so players can understand which capability is about to change sides.

  • What crosses the ownership boundary?

    Transfer a curated hostile package rather than the ally’s complete runtime brain. Specify target filters, movement bounds, damage, support inversion, cooldown state, collision team, navigation, and whether health persists. Stamp every command with the capture id so late callbacks cannot affect the restored ally.

  • How does the ally return?

    Choose a visible release condition: elapsed duration, interrupt, cleanse, broken focus object, safe damage threshold, or boss phase exit. Disable hostile collision first, clear or retarget owned projectiles, restore the ally at a valid reachable position, and prevent immediate recapture with a documented grace period.

Design mistakes

  • The ally betrays the player without a named target or response

    An instant team swap punishes bringing the very companion system the game taught players to use. Telegraph the exact ally and preserve at least one ordinary response such as interruption, spacing, crowd control, cleansing, or waiting out a short bounded window.

  • The full ally build becomes an uncontrolled damage spike

    Player-authored companions may contain burst loops, healing, invulnerability, or effects never balanced for hostile use. Map eligible abilities to a capped boss-owned package, suppress unsafe combinations, and test empty rosters, duplicate summons, despawns, ally death, reconnects, and rollback.

Tuning

Tune the attack

  • Keep identity while changing allegiance

    The mechanic works because players recognize their ally. Preserve silhouette, name, core motion, and one signature ability, then add an ownership ring, tether, pose, sound, icon, and text alternative that do not rely on color alone.

  • Protect the player’s prior investment

    Temporary control should not silently delete equipment, progression, charges, permanent health, or customization. Snapshot only the values needed for the hostile package and define exactly which cooldowns and damage persist when control ends.

  • Instrument both sides of the transfer

    Record eligibleRoster, selectedAllyId, captureId, warning and hostile duration, transferredAbilityIds, command count, damage and healing by owner, interruptions, cleanses, ally deaths, release reason, restoration failures, recapture interval, duplicate events, and disconnect recovery.

Arena

  • Kern rewrites the familiar’s loyalty rune

    Tavi’s small rune familiar circles the sword hand until Kern threads it with an amber command. The familiar crosses the arena, fires three borrowed sparks back at its owner, then sheds the hostile rune and rushes home.

Player upgrades

  • Make ownership readable before speed matters

    Offer a longer mark, a fixed selection order, reduced hostile damage, fewer commands, stronger ownership icons, a persistent timer, and an option that replaces ally control with a neutral decoy. Repeat the cue through motion, sound, text alternatives, haptics, and shape.

Do not confuse this with

  • Existing ally ownership, not a summon or ordinary status effect

    Summon creates a new boss-owned unit. Charm applied to the player changes the player’s own controls or targeting. Ally theft reassigns an already active player-owned helper or party member, preserves its identity, and later resolves what returns to the original owner.

Bosses that use this mechanic

Learn more

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