Skip to main content

✅ Leviathan copies opponent quick ability in response to attack

CategoryInteraction
StatusPassing
Testtests/test_abilities_actions.py::test_leviathan_copies_opponent_quick_ability_in_response_to_attack

Leviathan copies an opponent's Quick ability during the Quick window of an incoming attack.

Preconditions

  • P2 Main Phase, P2 has 3 AP

  • Lane 0: P1's Leviathan (#043) — READIED, P1 has 5 AP

  • Lane 0: P1's Ally A (Sabnock #003) — 15 HP, 0 damage, 0 DEF, READIED

  • Lane 0: P2's Barbas (#049) — PWR=2, READIED

  • Barbas has Quick: Faith (1 AP, ready, 1x: Target Other Demon +3 DEF)

Action

  1. P2 declares attack with Barbas (PWR=2) targeting Ally A

  2. Quick window — Leviathan copies Barbas's Faith targeting Ally A

  3. Quick resolves FIRST: Ally A gains +3 DEF status

  4. Attack resolves: Barbas deals 2 PWR, Ally A has 3 DEF

Expected Postconditions

  • Ally A: 0 damage taken (Quick DEF buff blocked the attack)

  • Leviathan: EXHAUSTED, P1 AP spent 2

  • Barbas: EXHAUSTED (attacked)