Check damage matchup
check_damage_matchupCalculate forward damage for a Pokémon matchup using provided attacker, defender, and move. Convert Champions SP to standard EVs to assess whether a move knocks out or leaves the defender.
Instructions
Run a forward damage calculation with Pokémon Champions SP converted to standard EVs. For build questions, first call get_pokemon_options for each Pokémon and use the returned canonical forme/build when available; item choices are accepted as provided and are not legality-validated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| move | Yes | ||
| context | No | ||
| attacker | Yes | ||
| defender | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| koChance | Yes | ||
| damageRange | Yes | ||
| damageRolls | Yes | ||
| description | Yes | ||
| damageRollRatios | Yes | ||
| inputCorrections | No | ||
| modifierBreakdown | Yes |