✅ Status active during applied phase
| Category | Ability |
| Status | Passing |
| Test | tests/test_status_effects.py::test_status_active_during_applied_phase |
An effect applied during phase 1 is still active during phase 1.
Preconditions
-
phase_counter=1
-
Lane 0: P2's Duban (#001)
-
Duban has effect "pwr" -3 (expires_phase=1)
Action
- get_stat_modifier(state, duban, "pwr") — still within phase 1
Expected Postconditions
- Returns -3 (effect is active)
Assertions
assert result == -3