Skip to main content

✅ Applies def buff

CategoryAbility
StatusPassing
Testtests/test_abilities_complex.py::TestFurcastSteledStance::test_applies_def_buff

PRECONDITIONS:

Action

  • Furcas activates Steeled Stance

Expected Postconditions

  • Furcas has a DEF status buff

Assertions

assert len(def_buffs) >= 1 or result is not None, "Steeled Stance should apply a buff"