Skip to main content

✅ Operations get effective pwr no passive unchanged

CategoryAbility
StatusPassing
Testtests/test_abilities_registry.py::test_operations_get_effective_pwr_no_passive_unchanged

No passive registered for Sabnock. get_effective_pwr returns base PWR.

Preconditions

  • No passives registered

  • Sabnock: base PWR=2, no status effects, no fusion

Action

  • operations.get_effective_pwr(state, sabnock)

Expected Postconditions

  • Returns 2 (base PWR only, unchanged by absent passives).

Assertions

assert result == 2