✅ Glasya labolas pwr scales with damage fused
| Category | Ability |
| Status | Passing |
| Test | tests/test_abilities_passive.py::test_glasya_labolas_pwr_scales_with_damage_fused |
Tests interaction between Glasya-Labolas.
Preconditions
-
Lane 0: P1's fused demon — top=Glasya-Labolas (#032), bottom=Duban (#001)
-
Glasya base PWR=3, Duban fPWR=1. Combined base PWR=4.
-
damage=6 on the fused demon.
Action
- Query get_effective_pwr(state, fused_demon)
result = get_effective_pwr(state, fused_on_field)
Expected Postconditions
- Returns 7 (3 base + 1 fPWR + 6//2=3 bonus)
Assertions
assert result == 7, f"Expected PWR=7 (3 base + 1 fPWR + 6//2=3 bonus), got {result}"