✅ Applies def buff
| Category | Ability |
| Status | Passing |
| Test | tests/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"