✅ Azazel aura not to enemy
| Category | Ability |
| Status | Passing |
| Test | tests/test_abilities_passive.py::test_azazel_aura_not_to_enemy |
Azazel's aura is "Allied" — enemy demons do NOT benefit.
Preconditions
-
Lane 0: P1's Azazel (#011) — READIED
-
Lane 0: P2's Duban (#001) — READIED (enemy, same lane)
Action
- Query get_effective_def(state, enemy_duban)
result = get_effective_def(state, enemy_on_field)
Expected Postconditions
- Returns 5 (Duban's own +5 DEF only; Azazel aura is allied-only)
Assertions
assert result == 5, f"Expected DEF=5 (no enemy aura), got {result}"