Skip to main content

✅ Glasya labolas pwr 1 damage no bonus

CategoryAbility
StatusPassing
Testtests/test_abilities_passive.py::test_glasya_labolas_pwr_1_damage_no_bonus

Glasya-Labolas with 1 damage has no bonus (1 // 2 = 0).

Preconditions

  • Lane 0: P1's Glasya-Labolas (#032) — base PWR=3, damage=1

Action

  • Query get_effective_pwr(state, glasya)
result = get_effective_pwr(state, glasya_on_field)

Expected Postconditions

  • Returns 3 (3 base + 1//2=0 bonus; requires 2 damage for first bonus)

Assertions

assert result == 3, f"Expected PWR=3 (1 damage, 1//2=0 bonus), got {result}"