• Preparing search index...
  • The search index is not available
pokemon-rogue-battle
  • pokemon-rogue-battle
  • data/ability
  • applyFieldStatMultiplierAbAttrs

Function applyFieldStatMultiplierAbAttrs

  • applyFieldStatMultiplierAbAttrs(attrType, pokemon, stat, statValue, checkedPokemon, hasApplied, simulated?, ...args): Promise<void>
  • Applies a field Stat multiplier attribute

    Parameters

    • attrType: Constructor<FieldMultiplyStatAbAttr>

      FieldMultiplyStatAbAttr should always be FieldMultiplyBattleStatAbAttr for the time being

    • pokemon: default

      Pokemon the Pokemon applying this ability

    • stat: Stat

      Stat the type of the checked stat

    • statValue: NumberHolder

      Utils.NumberHolder the value of the checked stat

    • checkedPokemon: default

      Pokemon the Pokemon with the checked stat

    • hasApplied: BooleanHolder

      Utils.BooleanHolder whether or not a FieldMultiplyBattleStatAbAttr has already affected this stat

    • simulated: boolean = false
    • Rest...args: any[]

      unused

    Returns Promise<void>

    • Defined in src/data/ability.ts:5197

Settings

Member Visibility
pokemon-rogue-battle
  • Loading...

Generated using TypeDoc