Skip to main content

✅ Forneus plus 1 ap cost

CategoryAbility
StatusPassing
Testtests/test_abilities_passive.py::test_forneus_plus_1_ap_cost

Tests interaction between Forneus.

Preconditions

  • Lane 0: P1's Forneus (#097) — READIED

Action

  • Query get_effective_ap_cost(state, forneus, base_cost=2)
result = get_effective_ap_cost(state, forneus_on_field, 2)

Expected Postconditions

  • Returns 3 (2 base + 1 from Forneus idx=2 passive)

Assertions

assert result == 3, f"Expected AP cost 3 (2 base + 1 Forneus passive), got {result}"