PokéRogue
GitHub
Switch to Main
Preparing search index...
src/data/pokemon-species
PokemonFormConstructor
Interface PokemonFormConstructor
interface
PokemonFormConstructor
{
ability1
:
AbilityId
;
ability2
:
AbilityId
;
abilityHidden
:
AbilityId
;
baseAtk
:
number
;
baseDef
:
number
;
baseExp
:
number
;
baseFriendship
:
number
;
baseHp
:
number
;
baseSpatk
:
number
;
baseSpd
:
number
;
baseSpdef
:
number
;
baseTotal
:
number
;
catchRate
:
number
;
formKey
:
string
;
formName
:
string
;
formSpriteKey
?:
string
|
null
;
genderDiffs
?:
boolean
;
height
:
number
;
isStarterSelectable
?:
boolean
;
isUnobtainable
?:
boolean
;
type1
:
PokemonType
;
type2
:
PokemonType
|
null
;
weight
:
number
;
}
Index
Properties
ability1
ability2
ability
Hidden
base
Atk
base
Def
base
Exp
base
Friendship
base
Hp
base
Spatk
base
Spd
base
Spdef
base
Total
catch
Rate
form
Key
form
Name
form
Sprite
Key?
gender
Diffs?
height
is
Starter
Selectable?
is
Unobtainable?
type1
type2
weight
Properties
ability1
ability1
:
AbilityId
ability2
ability2
:
AbilityId
ability
Hidden
abilityHidden
:
AbilityId
base
Atk
baseAtk
:
number
base
Def
baseDef
:
number
base
Exp
baseExp
:
number
base
Friendship
baseFriendship
:
number
base
Hp
baseHp
:
number
base
Spatk
baseSpatk
:
number
base
Spd
baseSpd
:
number
base
Spdef
baseSpdef
:
number
base
Total
baseTotal
:
number
catch
Rate
catchRate
:
number
form
Key
formKey
:
string
form
Name
formName
:
string
Optional
form
Sprite
Key
formSpriteKey
?:
string
|
null
Optional
gender
Diffs
genderDiffs
?:
boolean
height
height
:
number
Optional
is
Starter
Selectable
isStarterSelectable
?:
boolean
Optional
is
Unobtainable
isUnobtainable
?:
boolean
type1
type1
:
PokemonType
type2
type2
:
PokemonType
|
null
weight
weight
:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ability1
ability2
ability
Hidden
base
Atk
base
Def
base
Exp
base
Friendship
base
Hp
base
Spatk
base
Spd
base
Spdef
base
Total
catch
Rate
form
Key
form
Name
form
Sprite
Key
gender
Diffs
height
is
Starter
Selectable
is
Unobtainable
type1
type2
weight
GitHub
Switch to Main
PokéRogue
Loading...