pokemon-rogue-battle
Preparing search index...
data/weather
Weather
Class Weather
Index
Constructors
constructor
Properties
turns
Left
weather
Type
Methods
get
Attack
Type
Multiplier
is
Damaging
is
Effect
Suppressed
is
Immutable
is
Move
Weather
Cancelled
is
Type
Damage
Immune
lapse
Constructors
constructor
new
Weather
(
weatherType
:
WeatherType
,
turnsLeft
?:
number
)
:
Weather
Parameters
weatherType
:
WeatherType
Optional
turnsLeft
:
number
Returns
Weather
Properties
turns
Left
turnsLeft
:
number
weather
Type
weatherType
:
WeatherType
Methods
get
Attack
Type
Multiplier
getAttackTypeMultiplier
(
attackType
:
PokemonType
)
:
number
Parameters
attackType
:
PokemonType
Returns
number
is
Damaging
isDamaging
()
:
boolean
Returns
boolean
is
Effect
Suppressed
isEffectSuppressed
()
:
boolean
Returns
boolean
is
Immutable
isImmutable
()
:
boolean
Returns
boolean
is
Move
Weather
Cancelled
isMoveWeatherCancelled
(
user
:
default
,
move
:
default
)
:
boolean
Parameters
user
:
default
move
:
default
Returns
boolean
is
Type
Damage
Immune
isTypeDamageImmune
(
type
:
PokemonType
)
:
boolean
Parameters
type
:
PokemonType
Returns
boolean
lapse
lapse
()
:
boolean
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
turns
Left
weather
Type
Methods
get
Attack
Type
Multiplier
is
Damaging
is
Effect
Suppressed
is
Immutable
is
Move
Weather
Cancelled
is
Type
Damage
Immune
lapse
pokemon-rogue-battle
Loading...