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
Parameter | Type | Default value | Description |
---|---|---|---|
base | number | undefined | Base attack speed |
ratio | number | undefined | Attack speed ratio |
bonus | number | undefined | Bonus attack speed |
urfMode | boolean | false | Is URF mode active? |
isMelee | boolean | false | Is the champion melee? (This is only used in URF mode) |
Returns
number
Total attack speed