Skip to main content

✅ Crystal infection applies status

CategoryAbility
StatusPassing
Testtests/test_abilities_complex.py::TestVineCrystalInfection::test_crystal_infection_applies_status

PRECONDITIONS:

Action

  • Vine activates Crystal Infection targeting enemy

Expected Postconditions

  • Enemy is fatally wounded

  • Enemy has cp_ignore status applied

Assertions

assert enemy_after.fatally_wounded, "Crystal Infection should fatally wound target"
assert len(cp_ignore) >= 1, "Crystal Infection should apply cp_ignore status"