✅ Get effective pwr with fusion
| Category | Ability |
| Status | Passing |
| Test | tests/test_operations.py::test_get_effective_pwr_with_fusion |
A fused demon's effective PWR = top card base PWR + bottom card fPWR.
Preconditions
-
Fused demon: Thanatos (#004) on top of Murmur (#002)
-
Thanatos base PWR = 5
-
Murmur fPWR = 2
-
No status effects
Action
- get_effective_pwr(state, fused_demon)
Expected Postconditions
- effective PWR = 5 + 2 = 7
Assertions
assert effective_pwr == 7