Skip to main content

✅ Lix tetrax march without cost

CategoryAbility
StatusPassing
Testtests/test_abilities_actions.py::test_lix_tetrax_march_without_cost

Lix Tetrax can march while EXHAUSTED with 0 AP due to the Without Cost passive.

Preconditions

  • Lane 0: P1's Lix Tetrax (#050) — EXHAUSTED, P1 has 0 AP

  • Lix Tetrax passive: march_free = 1 (march costs 0 AP and ignores exhausted)

Action

  • Lix Tetrax marches from lane 0 to lane 1 while EXHAUSTED with 0 AP

Expected Postconditions

  • Lix Tetrax in lane 1 (march succeeded despite EXHAUSTED)

  • P1 AP still 0 (no AP deducted — Without Cost)

  • EXHAUSTED state unchanged (march does not ready or exhaust further)