-
Notifications
You must be signed in to change notification settings - Fork 0
Pokemon Stats
Provi edited this page Jul 22, 2026
·
1 revision
An object used to represent the stats of the Pokemon, typically EVs or IVs. This object is used as a component elsewhere and does nothing but store data by itself.
| Field | Type | Default | Description |
|---|---|---|---|
| health | Integer | optional | The HP stat. |
| attack | Integer | optional | The Attack stat. |
| defence | Integer | optional | The Defence stat. |
| special_attack | Integer | optional | The Special Attack stat. |
| special_defence | Integer | optional | The Special Defence stat. |
| speed | Integer | optional | The Speed stat. |