Skip to main content

✅ Applies bell tolls x status

CategoryAbility
StatusPassing
Testtests/test_abilities_complex.py::TestKimarisEveningBellTolls::test_applies_bell_tolls_x_status

PRECONDITIONS:

Action

  • Kimaris activates The Evening Bell Tolls with X=5

Expected Postconditions

  • Kimaris has "bell_tolls_x" status with value=5

Assertions

assert len(bell_effects) == 1, "Kimaris should have bell_tolls_x status"
assert bell_effects[0].value == x_value