✅ Epiales aura not active without epiales
| Category | Ability |
| Status | Passing |
| Test | tests/test_abilities_passive.py::test_epiales_aura_not_active_without_epiales |
Without Epiales on the field, the -2 DEF aura does not apply even
Preconditions
-
Lane 0: P2's Duban (#001) — READIED, P2 has 0 AP
-
NO Epiales on the field
Action
- Query get_effective_def(state, duban)
result = get_effective_def(state, duban_on_field)
Expected Postconditions
- Returns 5 (Duban's DEF; Epiales not present)
Assertions
assert result == 5, f"Expected DEF=5 (no Epiales on field), got {result}"