PokéRogue
GitHub
Switch to Main
Preparing search index...
src/data/pokemon/pokemon-data
SerializedPokemonSummonData
Interface SerializedPokemonSummonData
interface
SerializedPokemonSummonData
{
abilitiesApplied
:
AbilityId
[]
;
ability
?:
AbilityId
;
abilitySuppressed
:
boolean
;
addedType
?:
PokemonType
;
berriesEatenLast
:
BerryType
[]
;
fusionGender
?:
Gender
;
fusionSpeciesForm
?:
SerializedSpeciesForm
;
gender
?:
Gender
;
illusion
?:
SerializedIllusionData
;
moveHistory
:
TurnMove
[]
;
moveQueue
:
TurnMove
[]
;
moveset
?:
PokemonMove
[]
;
passiveAbility
?:
AbilityId
;
speciesForm
?:
SerializedSpeciesForm
;
stats
:
number
[]
;
statStages
:
number
[]
;
tags
:
BattlerTag
[]
;
types
:
PokemonType
[]
;
}
Index
Properties
abilities
Applied
ability?
ability
Suppressed
added
Type?
berries
Eaten
Last
fusion
Gender?
fusion
Species
Form?
gender?
illusion?
move
History
move
Queue
moveset?
passive
Ability?
species
Form?
stats
stat
Stages
tags
types
Properties
abilities
Applied
abilitiesApplied
:
AbilityId
[]
Optional
ability
ability
?:
AbilityId
ability
Suppressed
abilitySuppressed
:
boolean
Optional
added
Type
addedType
?:
PokemonType
berries
Eaten
Last
berriesEatenLast
:
BerryType
[]
Optional
fusion
Gender
fusionGender
?:
Gender
Optional
fusion
Species
Form
fusionSpeciesForm
?:
SerializedSpeciesForm
Optional
gender
gender
?:
Gender
Optional
illusion
illusion
?:
SerializedIllusionData
move
History
moveHistory
:
TurnMove
[]
move
Queue
moveQueue
:
TurnMove
[]
Optional
moveset
moveset
?:
PokemonMove
[]
Optional
passive
Ability
passiveAbility
?:
AbilityId
Optional
species
Form
speciesForm
?:
SerializedSpeciesForm
stats
stats
:
number
[]
stat
Stages
statStages
:
number
[]
tags
tags
:
BattlerTag
[]
types
types
:
PokemonType
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
abilities
Applied
ability
ability
Suppressed
added
Type
berries
Eaten
Last
fusion
Gender
fusion
Species
Form
gender
illusion
move
History
move
Queue
moveset
passive
Ability
species
Form
stats
stat
Stages
tags
types
GitHub
Switch to Main
PokéRogue
Loading...