Skip to main content

✅ Applies pwr buff to enmerkar

CategoryAbility
StatusPassing
Testtests/test_abilities_complex.py::TestEnmerkarKingsStrength::test_applies_pwr_buff_to_enmerkar

PRECONDITIONS:

Action

  • Enmerkar activates A King's Strength with X=3

  • Status: +2*3=6 PWR on Enmerkar, cannot be Readied

Expected Postconditions

  • Enmerkar has +6 PWR status

  • Enmerkar has "cannot_ready" status

Assertions

assert len(pwr_buffs) == 1 and pwr_buffs[0].value == 6
assert len(cannot_ready) == 1, "Enmerkar should have cannot_ready status"