Ambushes: the async-native form of Interrupt and Opportunity Fire
Eric's diagnosis: "in the moment" interruption cards are worthless in correspondence play — there is no moment. The answer was already in the game: WARD is a contingency card, and ambushes generalize it. On your turn, playing Interrupt or Opportunity Fire now arms an ambush: commit it with an attack from your hand (plus an optional number card) and a trigger — an opponent entering your line of sight, coming beside you, or grabbing a treasure — and it springs automatically when the condition occurs, whether you are watching or asleep. The sprung attack opens the normal counteraction stack, so the victim gets their defense (asynchronously, like any attack). Committed cards leave your hand until the trap springs or you disarm it; ambushes are invisible to everyone but their owner (view-level redaction), die with their owner, stay armed if the shot is momentarily illegal, and honor the no-combat first round. Live play in the moment still works too — and the client now actually offers it (the old UI never let you click those cards out of turn). The rail shows your armed traps with a disarm control; the chronicle announces AMBUSH! when one springs. 124 tests passing. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
295ad2ad55
commit
45666bca16
@@ -120,6 +120,9 @@ export function humanize(e: GameEvent): string | null {
|
||||
case "outOfTurnWindow": return `${e.player} interrupts the flow of time (${e.kind === "interrupt" ? "Interrupt" : "Opportunity Fire"})!`;
|
||||
case "thumbOfGod": return `THE THUMB OF GOD descends! The die crashes down${e.aimedAt.x === e.landedAt.x && e.aimedAt.y === e.landedAt.y ? " dead on target" : " — and drifts"}!`;
|
||||
case "tokenScattered": return `${e.what} goes flying!`;
|
||||
case "ambushSet": return `You commit ${e.spell} to an ambush (${e.via}).`;
|
||||
case "ambushCancelled": return `You quietly disarm your ambush.`;
|
||||
case "ambushSprung": return `AMBUSH! ${e.owner}'s hidden ${e.via.replace(/-/g, " ")} springs on ${e.victim}!`;
|
||||
case "trapRedrawnDuringDeal": return null;
|
||||
case "died": return `☠ ${e.player} is dead${e.killedBy ? ` — killed by ${e.killedBy}` : ""}.`;
|
||||
case "handTaken": return `${e.to} takes ${e.count} cards from ${e.from}'s body.`;
|
||||
|
||||
Reference in New Issue
Block a user