Overview
Each biome of the Latent Space has exactly one Checksum Warden — a tanky integrity-check process that guards its biome’s shard core in a sealed arena. Wardens are the bridge between roaming mob content and handcrafted dungeon bosses: stronger than any roaming elite, weaker than a Shard Avatar, and their death triggers consequences that ripple outward (clearing all five Wardens wakes the Kernel raid).
In the live proto the Checksum Warden is implemented as proto_enemy_warden.gd.
Behavior
The Warden does not roam. Players encounter it in a locked arena — the Warden activates when the arena is entered and the exits seal until it is dead or the player dies. Its defining mechanic is sweeping scan-lane bullet patterns that force continuous movement across the arena.
Each scan fires an amber telegraph first (the base telegraph() wind-up from ProtoEnemyBase),
giving players a visible warning before the lane goes live. Standing still = taking the hit;
reading the telegraph and moving = the dodge. This is the skill>gear rule in mechanical form.
Attack Pattern
- Scan-lane sweep — fires a wide corridor of bullets that sweeps across the arena. Telegraph (amber pulse) precedes every scan; the sweep direction and speed scale with biome depth.
- Deeper biomes: multiple overlapping lanes, shorter telegraph windows, higher projectile speed.
- When struck by the enraged corruption affix, sweep arcs widen and fire rate increases.
Warden Health Phases
The Warden runs a simple phase machine: health-fraction thresholds trigger new scan patterns (closer spacing, added rotational component). Exact phase HP fractions are OPEN — tuned per biome in final design.
Drops
- Biome-scaled Untiered gear (UT) drops
- Dungeon portal — a portal to a handcrafted dungeon containing a Shard Avatar boss
- Skill Shards for the skill tree
- Biome mat tier crafting components
Clearing a Warden also advances the convergence meter — the Warden kill sends a god-scale shockwave that jostles surrounding LOGOS shards inward (never a retaliation from the Wreck; just physics on wreckage).
How to Fight
Keep moving in the cardinal directions perpendicular to the sweep. The telegraph gives you the lane angle; pivot early rather than late. In deep biomes with overlapping lanes, identify the widest safe corridor and move into it before the sweep fires.
Bringing a ranged playstyle (VECTOR, ORACLE) allows sustained damage while staying mobile. Melee and close-range builds must time their gaps precisely around the amber telegraph windows.
Threat Notes
- Tier: Elite / mini-boss (one per biome, sealed arena)
- Lore hook: an integrity-check process still running its verification loop, scanning for data corruption. Stuck, nobody home — the Warden does not react to being killed, only to its scan schedule.
- Names: Checksum Warden is a working name. OPEN — final name is Jay’s call.