Guide
Game burst and alpha counter defense systems explained
Harbor Brawl's third closed-beta pass shipped strong blockstring pressure and corner carry — rushdown characters could loop defenders for twenty-plus hits with no escape valve. Ranked telemetry showed a spike in mid-combo disconnects and a 14-point drop in defender retention below gold. Playtest interviews repeated the same phrase: “I blocked correctly and still died.” The roster had block and parry, but no defensive reset that punished greedy offense without invalidating combos entirely.
Burst and alpha counter systems are the designed answer: limited resources that let a defender break a combo, flip momentum off block, or escape oppressive okizeme — at a cost the attacker can read and condition against. They pair with frame data (when bursts become minus), wake-up and getup states (burst timing on knockdown), and fighting game design (meter economy across offense and defense). After Harbor added a visible burst meter, combo-break bursts with startup vulnerability, and guard-cancel alpha counters that cost half a bar, mid-combo quits fell 62% and average combo length dropped only eight percent — pressure stayed threatening, but defense had agency. This guide covers burst taxonomy, alpha counter design, meter economy, invincibility and punish windows, conditioning loops, the Harbor Brawl refactor, a technique decision table, pitfalls, and a production checklist.
What burst defense actually does
A burst is a defensive special that spends meter (or a cooldown charge) to interrupt an unfavorable state. Unlike holding block, bursts actively change game state: they break hitstun, push opponents away, or grant temporary invincibility. The design contract is simple:
- Give defenders a limited escape from situations block cannot solve.
- Make the escape readable so attackers can bait, delay, or punish.
- Price bursts in a shared economy so offense and defense compete for the same bar.
- Preserve combo expression — bursts break loops, not every single hit.
Without bursts (or equivalent systems), long combos become deterministic damage tax. With poorly tuned bursts, combos never happen. The sweet spot is conditional resets: the defender chooses when to spend a scarce resource; the attacker chooses when to respect or challenge that resource.
Common burst categories
Different genres name bursts differently, but the mechanics cluster into a few families:
- Combo break burst — activates during hitstun or blockstun; pops the attacker away and resets neutral. Guilty Gear's Psych Burst and many anime fighters' burst equivalents live here.
- Blue vs gold burst — defensive burst (while being hit) vs offensive burst (while pressuring). Splitting the input by context rewards players who know which mode they are in and prevents one button from solving every problem.
- Guard burst / pushblock burst — triggers from block without full hitstun; often shorter range but faster startup. Useful when chip damage or guard crush threatens before a combo begins.
- Invincible reversal burst — short i-frames plus attack box on wake-up or after burst break. Higher risk than a pure pushback burst because whiffed reversals are punishable.
Document which category each character or mode uses. Mixing families without clear UI leads to accidental gold bursts during defense and player frustration.
Alpha counters and guard-cancel offense
An alpha counter (guard cancel attack, repulsion, or “reversal off block”) lets a defender spend meter while blocking to counterattack immediately. Unlike a burst that aims for neutral reset, alpha counters flip advantage — the defender becomes the attacker for one exchange.
Design knobs
- Input window — how long after blockstun begins can the counter fire? Too wide enables pre-input mash; too narrow feels unusable under fast blockstrings.
- Startup and invincibility — counters need enough i-frames to beat the next frame of the blockstring but not enough to beat delayed frametraps. Publish startup in your internal frame data sheet.
- Damage and meter gain — alpha counters should not out-damage the combo they interrupted unless the attacker was greedy. Typical tuning: 60–80% of one combo rep plus neutral reset.
- Spacing on hit — pushback determines whether the counter leads to real pressure or a one-hit poke into neutral.
Alpha counters interact directly with blockstring design: if every string gap is smaller than counter startup, defenders never succeed; if gaps are too generous, blockstrings become unsafe. Pressure designers and defensive-system designers must tune together.
Burst vs alpha counter: when to use which
Bursts excel at unconditional escape from hitstun — you are already in a combo. Alpha counters excel at calling out predictable block pressure — you are still blocking but see a loopable pattern. Games that only ship bursts leave defenders helpless against safe, low-damage tick throws; games that only ship alpha counters leave defenders helpless mid-combo. Most modern anime fighters ship both, priced from the same or adjacent meters.
Meter economy and regeneration
Burst systems fail when meter is invisible, infinite, or unrelated to how players already think about supers. Strong economies share traits:
- Visible gauge with clear full/empty states and per-burst cost (often one full bar or two half bars).
- Regeneration rules tied to taking damage, blocking hits, or time — defenders earn burst by absorbing pressure, not by winning neutral only.
- Offensive opportunity cost — spending burst on defense means less meter for supers or roman cancels on offense.
- Round carry rules — whether unused burst carries to the next round changes defensive patience in long sets.
Harbor Brawl settled on: one burst bar per round, filled 25% per 100 damage taken (blocked or unblocked), full bar at 400 damage. Combo-break burst costs the full bar; alpha counter costs half. Offensive supers still use a separate super meter so defenders are not choosing between “live” and “kill” on the same pip every time — but burning burst for defense delays super charge by one pip, preserving opportunity cost.
Baiting and conditioning
Once burst exists, offense becomes a mind game. Common attacker patterns:
- Burst bait strings — stop a blockstring early or insert a gap so a panic burst whiffs, leaving the defender minus.
- Delay frametraps — after a known burst breakpoint, re-attack during burst recovery.
- Respect windows — when the opponent has full burst, use safer, lower-commitment pressure until they spend it.
- Damage routing — spread damage across strings so burst meter fills slowly, maximizing time where defender has no escape.
Telemetry should track burst activation rate, whiff punish rate on burst recovery, and round wins when defender enters with full burst vs empty — not just combo length.
Invincibility, pushback and punish windows
Every burst needs a recovery profile attackers can learn. Typical structure:
- Startup — 3–8 frames of wind-up before i-frames. Allows meaty timing to catch mash burst.
- Active invincibility — full or throw-only i-frames during the break flash.
- Pushback / hitbox — opponent launched or pushed to mid-screen; corner burst may need asymmetric push so defenders do not corner themselves.
- Recovery — 20–40 frames of endlag if burst whiffs or is blocked (for offensive bursts). Publish this number internally and in advanced tutorials.
Rollback netcode note: burst inputs must be deterministic and flagged in replay logs. Ambiguous “was I in hitstun?” states cause desync. Tie burst eligibility to explicit state flags (hitstun_counter > 0, blockstun > N frames) rather than animation names.
Harbor Brawl defensive refactor (worked example)
Problem: defenders had block and wake-up options but no answer to mid-screen blockstring loops. Quit rate spiked during rushdown mirror matches.
- Meter UI — added burst pips under the health bar with distinct color from super meter.
- Combo-break burst — 5f startup, full i-frames frames 6–18, pushes opponent to mid-screen on success, 32f recovery on whiff.
- Alpha counter — backward+special while blocking, half-bar cost, 8f startup, active frames 9–14, +2 on hit at close range.
- Burst-immune segments — supers and command grabs marked burst-proof during active frames so offense keeps lethal payoffs.
- Training mode overlay — shows burst-eligible frames and recovery punish window in frame numbers.
Outcome: mid-combo disconnects down 62%; average round length unchanged; rushdown win rate dropped 3 points (acceptable trade for retention). Attackers learned to bait burst after the third string hit — emergent conditioning the team wanted.
Technique decision table
| Your goal | Prefer | Avoid |
|---|---|---|
| Escape infinite blockstrings | Combo-break burst + alpha counter on block | Global armor on every defensive button |
| Keep combos meaningful | Full-bar burst cost, burst-immune supers | Free burst every 10 seconds |
| Teach defensive skill | Visible meter + training mode frame overlay | Hidden passive burst recharge |
| Enable mind games | Whiff recovery + bait-friendly string gaps | Zero endlag burst |
| Balance rushdown matchups | Damage-based meter fill for defenders | Burst only on perfect parry |
| Ship online safely | State-flag burst eligibility | Animation-blend burst triggers |
Common pitfalls
- Free panic button — burst with no meter cost removes combo identity.
- No whiff punish — if burst recovery is safe, attackers cannot bait; defense becomes mash.
- Same input for offense and defense — accidental gold bursts during hitstun frustrate new players.
- Alpha counter beats everything — if counter startup is faster than every string gap, blockstrings die.
- Burst-proof nothing — defenders burst every super; lethal offense never lands.
- Invisible meter — players cannot plan when burst is available.
- Corner burst self-trap — pushback sends defender into corner while attacker resets outside.
- Tuning without telemetry — adjusting burst recovery blind while only watching combo damage averages.
Production checklist
- Document burst categories (combo break, guard, offensive) and per-mode inputs.
- Publish startup, i-frame range, pushback, and recovery frames in internal frame data.
- Define meter fill rules (damage taken, block, time) and round carry policy.
- Mark burst-immune moves (supers, grabs) explicitly in moveset JSON.
- Verify alpha counter startup against shortest true blockstring gap in roster.
- Test burst whiff punish with fastest jab in lab; recovery must be punishable.
- Build training overlay showing burst eligibility and recovery window.
- Playtest corner burst pushback for self-corner traps.
- Log burst activation, whiff rate, and round win correlation in closed beta.
- Cross-check with rushdown pressure tuning so offense retains threat after burst exists.
Key takeaways
- Bursts are scarce defensive resets, not second health bars.
- Alpha counters punish predictable block pressure; bursts escape active combos.
- Meter visibility and opportunity cost make defense a readable mind game.
- Whiff recovery and burst bait strings keep offense viable after defensive tools ship.
- Harbor Brawl cut mid-combo quits 62% by pairing full-bar bursts with half-bar guard counters.
Related reading
- Blockstring pressure explained — the offense burst and alpha counter must answer
- Parry and block systems explained — stationary defense before spending meter
- Wake-up and getup combat explained — knockdown defense and reversal timing
- Frame data explained — advantage math behind burst recovery and counters