Reed Austin — Combat & Systems Design
radaustin27.com · LinkedIn
Combat Design Portfolio · Personal Project · Unreal Engine 5

Maddening Delve

A turn-based combat RPG built around three intertwined risk systems: a parry-chain action economy, a dynamic Morale resource that swings outcomes inside a single fight, and a persistent Madness track that bleeds risk across an entire run.

Designed & documented by Reed Austin · Engine: Unreal Engine 5 · Status: Pre-Production · Last updated: May 2026
§ 01 · Design Goal

A combat system where survival is the curve, not the floor.

Vision

Maddening Delve is a difficult turn-based RPG built around buildcrafting, parrying, and large enemy variety. The player starts with the weakest version of each available class and fights against unfair odds. Heroes are lost as the player learns how to beat the Delve, and that loss is the teaching signal.

Eventually the player can keep high-level characters alive long enough to bring resources back to Little Blackstone, the hub, where those resources upgrade infrastructure that strengthens the next generation of heroes. Death funds the win condition.

The design problem I set for myself: build a combat encounter that punishes the player honestly, communicates the cost of every choice, and still leaves multiple legitimate solutions on the table. The systems below are how I solved it.

i.

Tactical Space

Rank-based positioning, parry windows, action economy with primary and secondary actions, Hero Actions and Villain Actions as once-per-fight escalations.

ii.

Resource Pressure

Spell slots, consumables, Morale swings, persistent Madness, and parry-chain commitments make every action a budget decision against the next fight.

iii.

Build Identity

Thirteen classes, class-locked weapon and armor families, ten stacking enchantment paths, and stat caps that force trade-offs over additive power creep.

§ 02 · Combat Loop

One action, one consumable, one initiative pass.

Turn Structure

Each character takes a primary action (one skill — which may target multiple enemies, multiple ranks, or multiple allies depending on the skill) and a secondary action (one consumable from inventory). Initiative is Speed-based. Enemy units have one or two skills and use them every turn; AI uses secondary actions when conditional logic permits.

// Damage resolution
Damage = Class Primary Stat
    + Equipment modifiers
    + Buffs (% of base)
    − Debuffs
    + God Blessings

// Hit resolution
Hit% = Attacker Accuracy − Target Dodge
// Floor: 5%, Ceiling: 100% — a finished build can hit reliably.

// Status application
ApplyChance = (Luck + Skill Chance) − Enemy Resistance

The 5% hit floor is a deliberate accessibility decision. Late-game builds that solve for accuracy and luck become genuinely consistent, which gives players a tangible reward for system mastery without ever fully removing variance from early encounters.

§ 03 · Parry System

An active defense with a counter window.

Player Verb

Parry is the player's one window of active input inside an otherwise turn-based loop. When an enemy attacks, the player can press the parry button within a timing window to reduce the damage. A clean parry reduces damage by 10% of the character's Defense stat, and parries can reduce damage to zero.

The defining wrinkle is the parry chain: enemies can also parry incoming player attacks (10–25% chance scaling with enemy difficulty). When an enemy parries the player, a counter-window opens. The player can press parry again to "parry the parry" and deliver a double-damage riposte. The system rewards engagement on both sides of the exchange and turns enemy resistance into a player verb instead of a wall.

Boss fights have parry rates specific to each boss, encoded as part of the encounter brief so that mini-bosses telegraph their tells differently from full bosses.

§ 04 · Morale

Combat that responds to its own momentum.

Dynamic Resource

Morale is a party-wide stat that swings on a twenty-one-point scale from −10 to +10 and persists for the duration of a Delve run. It is not a slow-build resource — it is meant to swing frequently inside a single fight but not constantly. Every point above or below zero adds a buff or debuff to critical hit rate, Luck, and Resistance.

−10 BROKEN 0 STEADY +10 PEAK

Twenty distinct in-fight events drive Morale changes. Crits, kills, and successful Madness checks push it up. Heroes taking heavy damage, wounded states, failed Madness checks, and enemy crits push it down. A discovered Easter Egg grants the entire party +2 instantly.

"Morale is not a slow burn. It is the system that punishes a player for tilting and rewards a player for keeping pressure on. The math is deliberately small per-tick so the cumulative swing across a fight feels earned."
Trigger Examples
EventMorale Change
Critical hit landed+1
Enemy defeated+1
Max heal applied to any PC+1
Easter Egg or secret discovered+2 party-wide
PC succeeds Last Stand+2
PC succeeds Madness check (becomes Madness Controlled)+3
Hero takes a Wound (50%+ HP single hit)−1
PC takes 5 turns of DoT consecutively−1
Enemy crit landed on party−2
PC fails Madness check (becomes Maddened)−3
PC dies−2 party-wide
§ 05 · Madness

A persistent risk that survives every fight.

Run Layer

Madness is a 0–100 affliction tracked per hero across the entire Delve run. It does not reset between fights. Every parried maddened attack deals madness affliction damage, and the apparatus — a UI element that lives with each hero — monitors and visualizes the slow corruption.

0 NORMAL 100 PERMANENTLY LOST

At threshold 50, the hero hits a 50/50 chance of early Madness trigger on any incoming check. At 100, the hero is permanently lost — gone from the roster, not just from the fight. The mechanic creates compounding pressure that survives every encounter, so a player who limps through five fights with their cleric at Madness 80 is making a real strategic choice about whether to push deeper or evacuate.

Madness can also be applied to enemies — the Holy enchantment deals +25% damage to any unit with Madness above 50, which makes turning enemies into the very thing the player fears a viable build path.

§ 06 · Status & Enchantments

A verb vocabulary, not a buff list.

Status Effects
14 EFFECTS · STACKING RULES

Fourteen status effects across DoT, Control, Debuff, and Buff categories. Each effect has an explicit type, duration, removal path, and a unique symbol on the UI. Stacks are bounded per-effect so a player cannot trivialize an encounter by spamming a single application path.

14
Status Effects
4
Categories
5
Max Poison Stacks
EffectTypeHookRemoved By
BurnDoT1d6 / turn, 3 turnsFire/water skill or consumable
BleedDoT1d4 / turn, 4 turns, stacksHealer skill or consumable
PoisonDoT1d4 / turn per stack, 5 turns, 5 stack capAntidote / healer
CharmedControlAttacks own party for 2 turnsDamage from own party breaks early
PetrifiedControlTriple damage taken, no actionsSpecific healer skills only
ExhaustionDebuff−10% Speed/Dodge per stack · 10 stacks = deathHub rest or consumable
MadnessSpecialPermanent Madness Threshold increaseCannot be cleared mid-Delve
Enchantments
10 FAMILIES · COUNTERPLAY

Ten enchantment families that can be synthesized at the hub and locked onto one weapon or armor piece. Each family has a discrete math hook and a counterplay path. Enchantments don't stack on a single item, which forces the player to commit a build to a damage type rather than buying their way out of every encounter.

EnchantTriggerMath
FireOn hit1d6 Burn DoT, 3 turns, stacks to 3
IceOn hit50% chance: −25% target Speed, 2 turns
LightningOn hit50% of hit damage to one adjacent rank
HolyOn hit+25% damage vs. units with Madness > 50
VoidOn hit−10% target Resistance, 2 turns · sets up status combos
GravityOn hit35% chance: displace target back one rank
SoulOn killRestore 5% wielder max HP
RuinOn crit+150 flat damage on top of crit
§ 07 · Hero & Villain Actions

A once-per-run escalation that earns its weight.

Encounter Pace

Hero Actions are unlocked through completing a secret main quest for each level — each level requires a different class, so the unlock chain pulls the player through the full class roster across a campaign. Once unlocked, the action is a one-time-per-Delve trigger that resolves on a 1–100 roll across twenty discrete outcomes.

The outcome table is weighted intentionally: Devine Intervention (1) destroys the enemy party outright but lives at a single point. Heroic Intervention (100) is the inverse moment — a hero not in the current party arrives, deals massive damage, and leaves. Middle outcomes (40–84) cluster around durable mid-fight swings: 50% damage waves, max defense for the remainder of the fight, full-resistance lockouts.

Enemies get the parallel system: Villain Actions, once per fight, encoded per enemy. This gives encounter designers a shared vocabulary on both sides of the table — a player who's seen what a Villain Action looks like for a Storm Knight knows roughly when to bank their Hero Action and when to spend it.

§ 08 · What the Document Covers

The full combat system, specified.

Scope

The combat design document (last updated 5/16/2026) is the canonical reference for every system above. The current draft covers, in order:

  • § 01Gameplay loop, Delve run outcomes, win and loss conditions
  • § 02Stat baselines for heroes and enemies, formulas for stat derivation
  • § 03Equipment system — weapons, armor, headwear, accessories, all 13 class loadouts across 5 rarities
  • § 0410 enchantment families with discrete math and counterplay
  • § 0524 consumables across heal, revive, buff, debuff, cleanse, damage, and control categories
  • § 06Madness system mechanics, thresholds, removal rules
  • § 07Hit and miss resolution, crit resolution, parry and parry-chain math
  • § 08Turn order tie-breakers, action economy, Hero and Villain Actions
  • § 09Sample class skill tables, magic vs. material distinctions, spell slot economy
  • § 10Status effect master reference, Morale triggers and effect table, Wound system, Techniques and progression buys
Read the Full Combat Doc Other Work →
Reed Austin
Combat & Systems Design · Los Angeles
reedaustincontact@proton.me LinkedIn Site
0
Skip to Content
Reed Austin
Projects
Portfilio
Video Essays
The Multiverse Arcade
Reed Austin
Projects
Portfilio
Video Essays
The Multiverse Arcade
Projects
Portfilio
Video Essays
The Multiverse Arcade

RADAUSTIN27

YouTube Instagram