Enemies

Around 42 unique monsters live across the three acts (8 basic + 4 elite + 2 boss designs per act, ×3). Every enemy is built on the same skeleton: a tier, an AI type, a roster of actions, and an intent it telegraphs to you before acting.

Tiers

TierCount per encounterAIRole
Basic1–3 per combat nodePattern (fixed repeating sequence)Learnable fodder that teaches you the mechanics
Elite1–2 per elite nodeConditional (state-based decisions)Tougher checkpoints with complex intents and strong interference
Boss1 at floor 15 of each actConditional, multi-actionMulti-phase fights — see [[Content/Bosses

AI: Pattern vs. Conditional

Basic enemies follow a fixed action pattern. A Slime with pattern [Attack, Attack, Defend] always cycles those three actions in order. This is deliberate — basic enemies are learnable puzzles. Once you see the pattern, you know when the big hit is coming.

Elites and bosses use conditional AI. Instead of a fixed cycle, they evaluate rules top-to-bottom and pick the first matching action. For example, an elite might behave like this:

  1. If HP < 30% → Heal 15
  2. If turn number = 0 → Buff all allies
  3. Otherwise → Attack 12

Bosses layer multiple conditions and can take 2–3 actions per turn in their later phases. They change behavior as the fight progresses — an enraged boss on turn 5 is a very different fight than the opening turn.

Intent telegraphing

Every enemy shows exactly what it will do next above its sprite, with one of 5 intent icons. This is the core of the game's decision-making — you pick your target, your hand, and your consumables based on what's coming.

IconIntentWhat it does
Dagger (red)AttackDeals HP damage — 5–20 per hit depending on tier and act
Shield (blue)DefendGains block this turn
Potion (green)Heal / BuffRestores HP, or strengthens itself/allies
Die (orange)Dice InterferenceModifies your dice (SNIPE, CHAOS, GRAVITY, FLIP_ALL, CURSE, EVENODD, RIG, LOCK_DIE, STRIP_ELEMENT)
Key (purple)Resource StealSteals a reroll, locks a hold, burns a die, steals a die, or forces a reroll

Hovering an icon shows the full action description. Stunned enemies show no intent icon — they're skipping their next action.

See Combat Flow for the full list of interference types and how block and stun resolve.

Encounter composition

The map node type decides how tough the fight is:

NodeComposition
Combat1–3 basic monsters. Most common node type.
Elite1 elite + 0–1 basic add. Never before floor 5.
Boss1 boss. Act 2 bosses can have 1 add. Act 3 bosses always have 1 elite add.

Per-act difficulty ramp

Enemies of every tier get stronger each act. No Act 1 monster reappears in later acts — every tier is a fresh pool.

TierAct 1 HPAct 1 damageAct 2 HPAct 2 damageAct 3 HPAct 3 damage
Basic20–405–935–508–1145–6510–13
Elite50–708–1165–9010–1480–11012–16
Boss120–16010–14160–20012–17200–25014–20

Act 2 enemies add stronger interference patterns and thematic effects. Act 3 enemies hit the hardest, can chain multi-action turns, and often synergize with each other.

Notable elites

A few elites have unusual mechanics worth flagging:

  • Frost Wraith (elite) — uses STRIP_ELEMENT to dispel the element from 2 of your elemental dice. Only activates if you have 5%+ elemental chance per die; otherwise it falls back to a regular attack. Bring Purify and don't invest everything in elementals against it.
Full bestiary pending.

Specific monster names, action patterns, and intent orders will be added to this page as rosters are confirmed. The act themes (Graveyard → Dicing Hall → Wasteland) shape the flavor of each pool — debtors and crypts, casino cheats, and corrupted war machines respectively.


Related: Combat Flow · Bosses · Run Structure

Built with LogoFlowershow