Skip to main content

✅ Nergal adaptability on murmur focalor fusion great blue spot 1 ap

CategoryInteraction
StatusPassing
Testtests/test_abilities_actions.py::test_nergal_adaptability_on_murmur_focalor_fusion_great_blue_spot_1_ap

Nergal Adaptability + Murmur passive = Great Blue Spot costs 1 AP.

Preconditions

  • P1 Main Phase, P1 has 5 AP

  • Lane 0: P1's Focalor (#069) fused with Murmur (#002)

  • Lane 1: P1's Nergal (#018) — READIED

  • Lane 2: P2's enemy demon — 12 HP

Action

  1. Nergal casts Adaptability targeting fused Focalor: -1 AP Cost status

  2. Fused Focalor casts Great Blue Spot (ability[0], 4 AP, exhaust)

Expected Postconditions

  • Great Blue Spot costs only 1 AP (not 4)

  • After both actions: P1 AP = 5 - 0 (Adaptability) - 1 (GBS) = 4

Assertions

assert effective_cost == 1
assert state_after.players[Side.PLAYER_1].ap == 4