Skip to main content

✅ Great blue spot single demon gets full damage

CategoryAbility
StatusPassing
Testtests/test_abilities_complex.py::TestFocalorGreatBlueSpot::test_great_blue_spot_single_demon_gets_full_damage

Single demon in target lane receives the full undivided damage from Great Blue Spot.

Action

  • Focalor uses Great Blue Spot targeting Lane 1

  • Total: 3 × 5 = 15 Fixed, 1 demon → ceil(15/1) = 15

result = execute_ability(state, focalor_p, ability_idx=0, choices={"lane": 1})

Expected Postconditions

  • Duban takes 15 Fixed Damage (full amount to single target)

  • Duban (HP=6): fatally wounded → removed

Assertions

assert not any(d.unit_id == "001" for d in result.demons), (
"Duban (HP=6) must be removed — 15 Fixed Damage is fatal"
)
assert "001" in result.players[Side.PLAYER_2].graveyard