simulate_fight
Predict the outcome of a 1v1 auto-attack duel between two hero builds, returning expected winner, DPS, crit chance, and time-to-kill to compare combat efficiency.
Instructions
Simulate a 1v1 auto-attack duel between two hero builds using the verified damage formulas (see docs/GAME_MATH.md). Returns the expected winner, each side's DPS, crit chance (with the opponent's Tenacity), and time-to-kill. reduce_a/reduce_b are optional damage-reduce ratings from each build. Skills, energy, heals, shields and crowd control are not yet modeled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| evo | No | ||
| level | No | ||
| stars | No | ||
| hero_a | Yes | ||
| hero_b | Yes | ||
| reduce_a | No | ||
| reduce_b | No | ||
| talent_a | No | ||
| talent_b | No | ||
| talent_a_lvl | No | ||
| talent_b_lvl | No |