✅ Beleth aura not different lane
| Category | Ability |
| Status | Passing |
| Test | tests/test_abilities_passive.py::test_beleth_aura_not_different_lane |
Beleth's aura is Local — enemies in other lanes are NOT affected.
Preconditions
-
Lane 0: P1's Beleth (#110) — READIED
-
Lane 1: P2's Duban (#001) — READIED (enemy, different lane)
Action
- Query get_effective_def(state, enemy_duban)
result = get_effective_def(state, enemy_on_field)
Expected Postconditions
- Returns 5 (Duban's full DEF; Beleth local aura doesn't reach lane 1)
Assertions
assert result == 5, f"Expected DEF=5 (different lane, no Beleth aura), got {result}"