Attack Speed

Concerning Attack Speed

Functions

asTotal()

function asTotal(
   base, 
   ratio, 
   bonus, 
   urfMode, 
   isMelee): number;

Defined in: as/as-total.ts:11

Calculates the total attack speed of a champion.

Parameters

ParameterTypeDefault valueDescription
basenumberundefinedBase attack speed
rationumberundefinedAttack speed ratio
bonusnumberundefinedBonus attack speed
urfModebooleanfalseIs URF mode active?
isMeleebooleanfalseIs the champion melee? (This is only used in URF mode)

Returns

number

Total attack speed