Skip to main content

✅ Forneus readied aura not self

CategoryAbility
StatusPassing
Testtests/test_abilities_passive.py::test_forneus_readied_aura_not_self

Forneus's readied aura says "Other" — Forneus itself is not affected

Preconditions

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

  • Forneus base PWR: 2 (from units.json)

Action

  • Query get_effective_pwr(state, forneus)
result = get_effective_pwr(state, forneus_on_field)

Expected Postconditions

  • Returns 2 (base PWR; Forneus excluded from own aura by "Other" qualifier)

Assertions

assert result == 2, f"Expected PWR=2 (Forneus not in own aura), got {result}"