✅ Forneus exhausted not buff enemy
| Category | Ability |
| Status | Passing |
| Test | tests/test_abilities_passive.py::test_forneus_exhausted_not_buff_enemy |
Forneus exhausted aura is Allied — enemy demons in the same lane
Preconditions
-
Lane 0: P1's Forneus (#097) — EXHAUSTED
-
Lane 0: P2's Duban (#001) — READIED (enemy, same lane)
Action
- Query get_effective_pwr(state, enemy_duban)
result = get_effective_pwr(state, enemy_on_field)
Expected Postconditions
- Returns 3 (Duban base PWR; enemy not buffed by Forneus exhausted aura)
Assertions
assert result == 3, f"Expected PWR=3 (enemy not buffed by Forneus exhausted), got {result}"