calc_stat
Compute a Pokemon's actual stat values (HP, Attack, Defense, Sp. Atk, Sp. Def, Speed) from base stats, level, IVs, EVs, and nature (supports English and Japanese names).
Instructions
実数値を計算。stat は hp/atk/def/spa/spd/spe。nature は英名/日本語名どちらも可。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | ||
| level | No | ||
| iv | No | ||
| ev | No | ||
| nature | No | hardy | |
| stat | No | atk |