mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 08:22:16 +02:00
Update pokemon.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
9c85e977ca
commit
aaf68aa3c1
@ -7742,9 +7742,9 @@ export interface AttackMoveResult {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Persistent in-battle data for a {@linkcode Pokemon}.
|
* Persistent in-battle data for a {@linkcode Pokemon}.
|
||||||
Resets on switch or new battle.
|
* Resets on switch or new battle.
|
||||||
*/
|
*/
|
||||||
export class PokemonSummonData {
|
export class PokemonSummonData {
|
||||||
/** [Atk, Def, SpAtk, SpDef, Spd, Acc, Eva] */
|
/** [Atk, Def, SpAtk, SpDef, Spd, Acc, Eva] */
|
||||||
public statStages: number[] = [0, 0, 0, 0, 0, 0, 0];
|
public statStages: number[] = [0, 0, 0, 0, 0, 0, 0];
|
||||||
|
Loading…
Reference in New Issue
Block a user