PokéRogue
GitHub
Switch to Beta
Preparing search index...
src/@types/stat-change
StatChange
Interface StatChange
Represents a single stat stage change. Readonly to avoid accidental changes.
interface
StatChange
{
stages
:
number
;
stat
:
ATK
|
DEF
|
SPATK
|
SPDEF
|
SPD
|
ACC
|
EVA
;
}
Index
Properties
stages
stat
Properties
Readonly
stages
stages
:
number
Readonly
stat
stat
:
ATK
|
DEF
|
SPATK
|
SPDEF
|
SPD
|
ACC
|
EVA
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
stages
stat
GitHub
Switch to Beta
PokéRogue
Loading...
Represents a single stat stage change. Readonly to avoid accidental changes.