Skip to main content

✅ Ronove auns full combo attack willpower attack

CategoryInteraction
StatusPassing
Testtests/test_abilities_actions.py::test_ronove_auns_full_combo_attack_willpower_attack

Ronove-Auns full combo: attack, Willpower, attack again with healing chain.

Preconditions

  • Lane 0: Ronove-Auns fused — 15 HP, 0 damage, READIED, PWR=5

  • Lane 0: P1's Ally (#003 Sabnock) — 15 HP, 10 damage

  • Lane 0: P2's Enemy (#004 Thanatos) — 9 HP, 0 damage, DEF=0

Action

  1. Attack enemy (exhaust) → Auns intercepts 2 AP as self-damage → Ronove heals

  2. Willpower (0 AP, 1x): Ready + 3 Fixed self-damage → Ronove heals

  3. Attack enemy again (exhaust) → same chain

Expected Postconditions

  • Multiple heal triggers across all three actions

  • Enemy takes cumulative damage from two attacks

Assertions

assert ally_after.damage < 10  # healed multiple times
assert enemy_damage > 0