Skip to main content

✅ Leviathan copies opponent start of turn ability

CategoryAbility
StatusPassing
Testtests/test_abilities_complex.py::test_leviathan_copies_opponent_start_of_turn_ability

Leviathan can copy an opponent's Start of Turn ability during main phase.

Preconditions

  • P1 Main Phase, P1 has 5 AP

  • Lane 0: P1's Leviathan (#043) — READIED

  • Lane 1: P2's Nyx (#045) — has Fear of the Dark (Start of Turn)

  • Lane 0: P2's Enemy demon — target

Action

  • Leviathan copies Nyx's Fear of the Dark (cost: 1+1=2 AP)

  • Effect: target enemy gets "cannot be readied" status

Expected Postconditions

  • Enemy has "cannot_be_readied" status

  • P1 AP: 3 (spent 2)

Assertions

assert cannot_be_readied_val == 1
assert result.players[Side.PLAYER_1].ap == 3