A reflected Lightning Blast ends the caster's turn on the spot (rev 28)
FAQ: 'If this gets FULLY REFLECTED, you lose the rest of your turn and cannot draw cards (in addition to damage).' When the returned bolt stuns its own caster mid-turn, their remaining actions end at once and the end-of-turn draw comes up empty (new turn.drawForbidden flag); the normal stun still costs them the next turn. The affected player sees 'Your own bolt has left you reeling' in place of the usual spent-turn slip. Older revisions played on and stored games replay so. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0138A8CjeQRpvzKxuMfz1Bqc
This commit is contained in:
co-authored by
Claude Fable 5
parent
67157ad3a2
commit
1d7407cb20
@@ -136,7 +136,7 @@ class LocalGame {
|
||||
seed,
|
||||
sets: expansion ? ["basic", "expansion1"] : ["basic"],
|
||||
...(colors ? { colors } : {}),
|
||||
deckRev: 27,
|
||||
deckRev: 28,
|
||||
};
|
||||
const { state, events } = createGame(config);
|
||||
for (const e of events) {
|
||||
|
||||
Reference in New Issue
Block a user