Skip to main content

✅ Forneus readied aura not when exhausted

CategoryAbility
StatusPassing
Testtests/test_abilities_passive.py::test_forneus_readied_aura_not_when_exhausted

Forneus's readied aura does NOT apply when Forneus is EXHAUSTED.

Preconditions

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

  • Lane 0: P2's Duban (#001) — READIED (would be affected if Forneus readied)

Action

  • Query get_effective_pwr(state, enemy_duban)
result = get_effective_pwr(state, enemy_on_field)

Expected Postconditions

  • Returns 3 (Duban base PWR; Forneus readied aura inactive when exhausted)

Assertions

assert result == 3, f"Expected PWR=3 (Forneus exhausted, readied aura inactive), got {result}"