PokéRogue
GitHub
Switch to Main
Preparing search index...
src/data/balance/pokemon-evolutions
EvolutionConditionData
Type Alias EvolutionConditionData
EvolutionConditionData
:
|
{
key
:
|
typeof
EvoCondKey.FRIENDSHIP
|
typeof
EvoCondKey.RANDOM_FORM
|
typeof
EvoCondKey.EVO_TREASURE_TRACKER
;
value
:
number
;
}
|
{
key
:
typeof
EvoCondKey.MOVE
;
move
:
MoveId
}
|
{
key
:
typeof
EvoCondKey.TIME
;
time
:
TimeOfDay
[]
}
|
{
biome
:
BiomeId
[]
;
key
:
typeof
EvoCondKey.BIOME
}
|
{
gender
:
Gender
;
key
:
typeof
EvoCondKey.GENDER
}
|
{
key
:
typeof
EvoCondKey.MOVE_TYPE
|
typeof
EvoCondKey.PARTY_TYPE
;
pkmnType
:
PokemonType
;
}
|
{
key
:
typeof
EvoCondKey.SPECIES_CAUGHT
;
speciesCaught
:
SpeciesId
}
|
{
itemKey
:
SpeciesStatBoosterItem
;
key
:
typeof
EvoCondKey.HELD_ITEM
}
|
{
key
:
typeof
EvoCondKey.NATURE
;
nature
:
Nature
[]
}
|
{
key
:
typeof
EvoCondKey.WEATHER
;
weather
:
WeatherType
[]
}
|
{
key
:
typeof
EvoCondKey.TYROGUE
;
move
:
TyrogueMove
}
|
{
key
:
typeof
EvoCondKey.SHEDINJA
}
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
GitHub
Switch to Main
PokéRogue
Loading...