✅ Glasya labolas pwr 0 damage no bonus
| Category | Ability |
| Status | Passing |
| Test | tests/test_abilities_passive.py::test_glasya_labolas_pwr_0_damage_no_bonus |
Glasya-Labolas with 0 damage has no PWR bonus.
Preconditions
- Lane 0: P1's Glasya-Labolas (#032) — READIED, base PWR=3, damage=0
Action
- Query get_effective_pwr(state, glasya)
result = get_effective_pwr(state, glasya_on_field)
Expected Postconditions
- Returns 3 (base 3 + 0//2=0 bonus)
Assertions
assert result == 3, f"Expected PWR=3 (0 damage, no bonus), got {result}"