PokéRogue
GitHub
Switch to Main
Preparing search index...
src/@types/save-data
Starter
Interface Starter
interface
Starter
{
abilityIndex
:
number
;
female
?:
boolean
;
formIndex
:
number
;
ivs
:
number
[]
;
moveset
?:
StarterMoveset
;
nature
:
Nature
;
nickname
?:
string
;
passive
:
boolean
;
pokerus
:
boolean
;
shiny
:
boolean
;
speciesId
:
SpeciesId
;
teraType
?:
PokemonType
;
variant
:
Variant
;
}
Index
Properties
ability
Index
female?
form
Index
ivs
moveset?
nature
nickname?
passive
pokerus
shiny
species
Id
tera
Type?
variant
Properties
ability
Index
abilityIndex
:
number
Optional
female
female
?:
boolean
form
Index
formIndex
:
number
ivs
ivs
:
number
[]
Optional
moveset
moveset
?:
StarterMoveset
nature
nature
:
Nature
Optional
nickname
nickname
?:
string
passive
passive
:
boolean
pokerus
pokerus
:
boolean
shiny
shiny
:
boolean
species
Id
speciesId
:
SpeciesId
Optional
tera
Type
teraType
?:
PokemonType
variant
variant
:
Variant
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ability
Index
female
form
Index
ivs
moveset
nature
nickname
passive
pokerus
shiny
species
Id
tera
Type
variant
GitHub
Switch to Main
PokéRogue
Loading...