Skip to main content

✅ Thunder reign affects enemies

CategoryInteraction
StatusPassing
Testtests/test_abilities_complex.py::TestAmdusiasThunderReign::test_thunder_reign_affects_enemies

PRECONDITIONS:

Action

  • Amdusias activates Thunder Reign

Expected Postconditions

  • At least one enemy has damage > 0 OR a status applied

Assertions

assert result is not None
assert len(result.demons) >= 3