✅ Beleth aura not on allied demons
| Category | Ability |
| Status | Passing |
| Test | tests/test_abilities_passive.py::test_beleth_aura_not_on_allied_demons |
Beleth's aura targets enemies only — Beleth's own allies in the
Preconditions
-
Lane 0: P1's Beleth (#110) — READIED
-
Lane 0: P1's Duban (#001) — READIED (ally, same lane)
Action
- Query get_effective_def(state, ally_duban)
result = get_effective_def(state, ally_on_field)
Expected Postconditions
- Returns 5 (Duban's own DEF; Beleth aura is enemy-only)
Assertions
assert result == 5, f"Expected DEF=5 (Beleth aura doesn't hit allies), got {result}"