PokéRogue
GitHub
Switch to Main
Preparing search index...
src/@types/daily-run
DailySeedBoss
Interface DailySeedBoss
Configuration for a custom daily run boss Pokémon.
interface
DailySeedBoss
{
ability
?:
AbilityId
;
formIndex
?:
number
;
moveset
?:
StarterMoveset
;
nature
?:
Nature
;
passive
?:
AbilityId
;
speciesId
:
SpeciesId
;
variant
?:
Variant
;
}
Index
Properties
ability?
form
Index?
moveset?
nature?
passive?
species
Id
variant?
Properties
Optional
ability
ability
?:
AbilityId
Optional
form
Index
formIndex
?:
number
Optional
moveset
moveset
?:
StarterMoveset
Optional
nature
nature
?:
Nature
Optional
passive
passive
?:
AbilityId
species
Id
speciesId
:
SpeciesId
Optional
variant
variant
?:
Variant
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ability
form
Index
moveset
nature
passive
species
Id
variant
GitHub
Switch to Main
PokéRogue
Loading...
Configuration for a custom daily run boss Pokémon.