Flukemarm
Hollow KnightFlukemarm stays in place and repeatedly releases Flukefeys. The source is the boss's body rather than a placed node; the recurring production and cap on simultaneous offspring make throughput the central design variable.
A threat generator repeatedly creates separate hazards instead of keeping one attack active. Kern places a rune node that visibly charges, then releases three motes at fixed intervals. Tavi clears every path with ordinary movement. A cap on live motes and a clear shutdown keep pressure readable and leave recovery after the last flight.
Kern throws a rune seed to a visible socket. Dashed paths preview three possible trajectories; they do not deal damage. Tavi starts moving to the clear side.
Autoplay is disabled by reduced-motion settings. Scrub the timeline to inspect each release and shutdown.
Design a generator's placement, emission schedule, live-threat budget, safe route, and shutdown as one rule.
Show where the node lands, that it persists, its warm-up, and the paths it can fill. A placement cue is not a damaging hitbox; distinguish it from the flying motes.
Measure ordinary travel from the worst legal start to a corridor clear of every path, including the full player radius. Test the first release and all later overlapping motes, not merely the first shot.
Set a finite release count or lifetime, a maximum number of live threats, and a cleanup rule for timeout, destruction, and phase change. Remove hitboxes when their visible motes expire.
A new object and a new projectile arrive on the same frame, leaving no time to read their relationship. Give placement and warm-up separate beats.
Repeating a fair shot can create an unfair overlap. Simulate the maximum live count and check the whole-body route through every release.
If the node disappears but keeps spawning, or a faded mote still collides, the visual rule breaks. Tie rendering, collision, and cleanup to the same state.
Store the node's socket, activation delay, interval, count, lifetime, and optional health. Give each emitted object its own origin, velocity, radius, and expiry; never infer damage from the node graphic alone.
Calculate how many motes can coexist from interval and flight time, then cap that count. Check whether their swept discs intersect every ordinary escape route, including movement during a later boss attack.
In this demonstration the source expires after three emissions and the remaining motes finish their flights. If the player can destroy it, decide whether existing motes persist, vanish, or change path, and signal that rule.
Increase release count, shorten interval, or vary paths only while the new schedule stays learnable. A moving or independently aiming source requires its own cue and clearance test.
Kern fixes a small rune stone into the arena. It glows before each emission, sends out three separate sparks, then goes dark; the quiet interval belongs to Kern's recovery.
Ordinary movement is enough to leave the shown trajectories. A sword strike could optionally break a reachable node, but test approach time, range, source health, and what happens to motes already in flight; that shortcut is not required here.
A generator's defining rule is repeated creation of independent threats. A turret is a fixed attacker whose firing direction is the main problem; a summon introduces another combatant; a lingering hazard is one area that stays active rather than new objects appearing over time.
Flukemarm stays in place and repeatedly releases Flukefeys. The source is the boss's body rather than a placed node; the recurring production and cap on simultaneous offspring make throughput the central design variable.
The Legionary's lodged spear remains as an additional source that fires for a limited period. Its repeated output is the useful comparison here; unlike the diagram's separate motes, this variant reads as an anchored weapon.
The Nightweaver pauses to release a group of spider-like minions. Her exposed heart makes the source vulnerable while it generates threats. Unlike Kern's placed rune, this source is the boss's body, but the pressure still comes from what it produces over time.
Found an inaccuracy or have a suggestion for this page? Propose an edit on GitHub