Interface Spread

Nature + EV spread of a set.

Hierarchy

  • Spread

Properties

Properties

evs: {
    atk: number;
    def: number;
    hp: number;
    spa: number;
    spd: number;
    spe: number;
}

Type declaration

  • Readonly atk: number
  • Readonly def: number
  • Readonly hp: number
  • Readonly spa: number
  • Readonly spd: number
  • Readonly spe: number
nature: string

Generated using TypeDoc