← Research

Enemy Constellations

A constellation is best understood as an enemy order of battle. It biases which groups and variants the game can select, while difficulty and special battlefield conditions continue shaping the final roster.

Status
Core composition behavior confirmed
Evidence
Game code, extracted data, runtime captures, and localization

At a glance

Multiple
composition layers

A constellation influences several stages before the final enemy is chosen.

Difficulty
changes the roster

Available groups and their relative weights change as difficulty rises.

63
confirmed substitutions

Current data contains 39 Automaton, 21 Terminid, and 3 Illuminate substitution rules.

5
maximum substitution passes

A selected enemy can be replaced repeatedly before the final result is accepted.

Overview

A constellation is a bias, not a fixed enemy list

Two missions against the same faction and difficulty do not need to produce identical enemy groups.

The game assembles enemy forces in several stages. A primary force profile influences the available groups, additional special forces can be layered on top, and the final enemies are selected from weighted variant pools. Some profiles can then substitute a specialized enemy after that selection has already been made.

Helldivers are therefore advised to treat a named constellation as a strong indication of what the enemy is emphasizing, not a promise that every patrol will contain the same units. Managed Democracy guarantees victory, not identical patrol composition.

Code confirmed

Seeing one enemy does not identify the entire constellation.

Many enemies can appear in ordinary pools as well as specialized ones. The strongest evidence comes from the overall composition of several patrols and encounters, especially the presence of force-specific variants.

Composition

How the enemy roster is assembled

  1. 01

    Choose a primary force profile

    The mission begins with a weighted enemy-force profile. This biases the composition but does not define one fixed roster.

  2. 02

    Apply special force modifiers

    Planetary or campaign conditions can add additional enemy-force modifiers on top of the primary profile. Several influences can therefore be active at the same time.

  3. 03

    Build the available group list

    Faction, difficulty, squad size, mission context, and the active force profiles determine which patrol and encounter groups are currently eligible.

  4. 04

    Select a group

    The game makes a weighted selection from the eligible groups. Identical mission conditions can still produce different patrols and encounters.

  5. 05

    Resolve the actual enemy variants

    The selected group is then resolved into concrete enemies. Difficulty and active force profiles can change which variants are eligible and how strongly they are weighted.

  6. 06

    Apply final substitutions

    Some force profiles can replace an already selected enemy with a specialized version. The mapped substitution pass is deterministic once its conditions are met.

Field identification

Known force profiles

FactionForce profileWhat Helldivers should expect
TerminidsAcid BroodMore acid-capable Terminids. Bile Spitters and Bile Warriors are among the specialized variants tied to this brood.
TerminidsArmored BroodA heavier emphasis on armored Terminids that are more difficult to kill with insufficient penetration.
TerminidsPredator StrainA hunter-focused composition. Current localization includes Predator Hunters and Predator Stalkers.
TerminidsSpore Burst StrainSpore-mutated enemies including Spore Burst Scavengers, Hunters, Warriors, and Spore Chargers. The localized briefing warns that these enemies can bolster one another's speed.
TerminidsRupture StrainGround-bursting variants including Rupture Spewers, Rupture Warriors, and Rupture Chargers.
TerminidsDragonroachesAirborne Terminids are present. Helldivers are advised to retain an answer for targets above eye level.
TerminidsHive LordsMassive burrowing enemies are present. Their inclusion is a special force condition rather than a guarantee that every group contains one.
AutomatonsAssault DivisionShock troops with a stronger tendency to close distance quickly.
AutomatonsPhalanx DivisionSuppressive fire and standoff weapons are emphasized.
AutomatonsPanzer DivisionA stronger concentration of armored enemies.
AutomatonsCyborgsCyborg combatants are deployed alongside Automaton forces, including enemies equipped for both ranged and melee combat.
AutomatonsThe Incineration CorpsFlamethrowers and incendiary weapons are emphasized. High Command recommends the usual response: overwhelming force at a responsible distance.

Specialized enemies

Some profiles replace ordinary enemies with specialized variants

This is one reason constellation effects can be more substantial than simply changing how often a squad is selected. In the mapped cases below, the game can first select an ordinary enemy and then substitute the specialized version required by the active force profile.

The substitution itself does not make another random roll. Once its conditions are met, the applicable rule is chosen deterministically. Difficulty can still prevent the rule from being eligible in the first place.

Force profileNormal enemySpecialized enemyAvailable from
Acid BroodScavengerBile SpitterD2+
Acid BroodWarriorBile WarriorD3+
Spore Burst StrainScavengerSpore Burst ScavengerD2+
Spore Burst StrainHunterSpore Burst HunterD2+
Spore Burst StrainWarriorSpore Burst WarriorD2+
Rupture StrainChargerRupture ChargerD6+

Confirmed examples; not a complete list of every affected enemy.

Difficulty

Higher difficulty can change more than enemy quantity

Difficulty participates in group eligibility, variant weighting, and several specialized substitutions. A constellation encountered on a lower difficulty therefore does not necessarily have the same practical roster on a Super Helldive.

The Terminid primary-profile weights also change at the upper difficulties in the mapped data. Helldivers comparing constellation frequency between difficulties should not assume that every profile retains the same odds.

Squad size and mission context also enter the group-selection process. Raw enemy counts from one mission are useful evidence, but they are not a universal spawn table.

Confirmed substitutions

The current system contains 63 mapped substitution rules

FactionConfirmed substitution rules
Automatons39
Terminids21
Illuminate3
Code confirmed

Substitutions can chain.

A specialized result can be evaluated again for another applicable substitution. The system stops after at most five passes.

Field guidance

How to interpret a constellation during a mission

Helldivers are advised to judge the whole mission rather than the first patrol. Repeated appearances of specialized variants are more informative than a single common enemy.

Special forces can be layered over a broader profile. A mission can therefore show characteristics of more than one force type without the data being contradictory.

A constellation changes tendencies, not certainty. Weighted selection remains in the process, so two squads generated under the same conditions can still differ.

Evidence

What is established

FindingEvidence status
Constellations bias several stages of enemy composition rather than selecting one fixed roster.Confirmed
A primary force profile and additional special force modifiers can coexist.Confirmed
Difficulty changes group eligibility and variant weighting.Confirmed
Some specialized enemies are introduced by deterministic substitutions after an enemy has already been selected.Confirmed
A substitution can feed into another substitution, with a maximum of five mapped passes.Confirmed
The exact meaning of every hidden composition filter is not yet established.Unresolved

Method

Research basis

MethodologyHow OTL verified this system

The mechanic was reconstructed from game-code disassembly, decoded population data, and runtime captures. Older selection data is used only where current observations reproduce the same behavior.