Skip to main content

✅ Leviathan copies ally ability with plus 1 ap

CategoryAbility
StatusPassing
Testtests/test_abilities_complex.py::test_leviathan_copies_ally_ability_with_plus_1_ap

Leviathan copies an ally's ability, adding +1 AP to the cost.

Preconditions

  • P1 Main Phase, P1 has 5 AP

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

  • Lane 0: P1's Sabnock (#003) — READIED (has Pink Haze)

  • Lane 0: P2's Enemy — target for Pink Haze

Action

  • Leviathan copies Sabnock's Pink Haze

  • Cost: 1 AP (Pink Haze) + 1 (Leviathan copy tax) = 2 AP

Expected Postconditions

  • Enemy has -3 PWR status (Pink Haze applied)

  • P1 AP: 3 (spent 2)

Assertions

assert pwr_effects[0].value == -3
assert result.players[Side.PLAYER_1].ap == 3