Skip to main content

✅ Fused demon sums both passives for same stat

CategoryAbility
StatusPassing
Testtests/test_abilities_registry.py::test_fused_demon_sums_both_passives_for_same_stat

Both top and bottom cards have a "def" passive.

Preconditions

  • Passive for "002": {"def": 3}

  • Passive for "001": {"def": 5}

  • Fused demon: top="002", fused_bottom="001"

Action

  • get_passive_modifiers(state, fused_demon, "def")

Expected Postconditions

  • Returns 8 (3 from Murmur + 5 from Duban).

Assertions

assert result == 8