skill_damage
Compute exact skill damage for any ATK value using the verified damage formula. Specify skill and optional level to get per-hit damage and target count.
Instructions
Exact skill damage for a given ATK, using the verified skill primitive (ceil(damage% * ATK / 100), from docs/GAME_MATH.md). Defaults to the skill's max level. Returns per-hit damage and the target count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| atk | Yes | ||
| skill | Yes | ||
| skill_level | No |