An environmental weapon makes a fixed arena device—not the player's ordinary attacks—the authoritative source of boss damage. The mechanic works when the access route, preparation state, aim commitment, and resolved hit are all readable, so operating the arena replaces a normal damage cycle without becoming a hidden interaction.

Open boss builder
Reveal the device, power node, and reachable routeThe fixed ballista, crystal switch, solid cable, and two stone covers are visible from the start. Tavi reaches the switch from 0.55 to 1.30 s, powers it at 1.55 s, then walks around the covers to the ballista by 2.45 s.
Separate access, operation, and resolved device damage Kern stands high in a stone arena. Tavi activates a crystal power switch, then walks around two stone covers to a wheeled ballista connected by a solid cable. The bow holds a visible harpoon; its sight line settles on Kern before firing. The harpoon travels from the muzzle, Kern loses health on impact, and cracked bow limbs show that the device is spent. Boss Player

The fixed ballista, crystal switch, solid cable, and two stone covers are visible from the start. Tavi reaches the switch from 0.55 to 1.30 s, powers it at 1.55 s, then walks around the covers to the ballista by 2.45 s.

Implementation checklist

Define device ownership, access and interruption rules, preparation steps, interaction range and duration, aim commitment, projectile path, damage attribution, spent and reusable states, reset and checkpoint behavior, multiplayer authority, accessibility equivalents, and assertions that ordinary attacks cannot silently satisfy the objective.

Core checks

Three questions for the mechanic

  • What owns the damage event?

    Give the arena device a stable ID and make its resolved hit the authoritative cause of progress. Ordinary attacks may control nearby threats or create breathing room, but they must not decrement the same objective unless the lesson explicitly combines rules. Log activation, fire, impact, damage, and objective credit as separate events so a designer can distinguish a missed shot, a blocked hit, and broken attribution.

  • What work unlocks one shot?

    Compose a readable sequence of access, preparation, operation, and commitment. Specify movement distance, cover, interaction range, hold duration, interruption policy, camera framing, aim limits, and whether another actor can operate the device. Signal every completed prerequisite on both the device and its connection; a newly usable control should never look like unchanged scenery.

  • How does the result resolve and reset?

    On impact, apply one named damage package, show the boss reaction and progress change together, and transition the device to spent, cooling, destroyed, or reusable. Define misses, premature activation, player death, boss movement, repeated input, checkpoint restoration, multiplayer contention, and network authority. Test that reset restores every prerequisite exactly once and cannot duplicate damage.

Design mistakes

  • The weapon reads as decoration until a prompt appears

    A generic object with a late interaction prompt turns the mechanic into pixel hunting. Establish the device silhouette, its line of effect, the prerequisite connection, and the route before the player commits; reinforce readiness with geometry, state change, sound, caption, and a stable interaction point.

  • Operation steals control and the hit has no clear owner

    A long forced animation can convert an authored decision into an uninterruptible cutscene, while delayed or off-screen damage makes ordinary attacks and device fire indistinguishable. Keep entry and exit rules explicit, preserve relevant camera information, and synchronize projectile impact, boss reaction, health change, and device cooldown.

Tuning

Tune the attack

  • Budget the whole operation, not only interaction time

    Measure discovery, route travel, preparation, aim, fire, projectile travel, impact, exit, and recovery. The boss pressure pattern must leave a reachable opportunity for this complete sequence or provide interruption-safe checkpoints; shortening only the prompt hold does not repair an impossible route.

  • Treat access geometry as part of the weapon

    Validate player-radius clearance, camera occlusion, approach angles, cover ownership, knockback traps, and the return route. Place the device so the boss and aim line can be understood together, and test the slowest supported movement package without silently requiring a dash or invulnerability upgrade.

  • Make state inspectable and damage attributable

    Expose inactive, preparing, ready, aiming, locked, fired, hit, and spent states in tools and telemetry. Automated tests should prove that fire cannot precede preparation, the projectile originates at the device, boss progress changes only after impact, the sword remains non-authoritative, and one activation cannot resolve twice.

  • Preserve decisions in co-op and accessibility modes

    Separate operator, defender, and aimer roles only when every role has feedback and a recovery path. Alternatives may widen interaction range, reduce hold time, strengthen path contrast, caption readiness, or snap aim to an authored target; they should preserve reaching, preparing, committing, and resolving the device.

Arena

  • Tavi wakes an abandoned quarry ballista

    Kern's runes have sealed the old machine, but its power stone still answers to the quarry floor. Tavi crosses between two broken pillars, wakes the cable, and turns the ballista toward the elemental. The harpoon cracks one glowing plate, then the machine vents its last charge and becomes inert.

Player upgrades

  • Use ordinary movement and one contextual operation

    Tavi reaches both stations without a special traversal upgrade and keeps the sword available for surrounding pressure, but the sword never substitutes for the ballista hit. A broad interaction ring, clear cable, stable camera, cancelable operation, and optional aim assist keep the sequence usable without changing its damage ownership.

Do not confuse this with

  • Arena machinery, not a carried tool or redirected boss attack

    An encounter-specific tool changes the player's temporary action set and can travel with the player. An environmental weapon remains anchored to the arena and asks the player to reach and operate it. Baited self-hit turns the boss's own attack back onto it; here the authored damage source is a separate device even when the boss pressures access.

Bosses that use this mechanic

Learn more

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