attack_speed_multiplier

Multiplies the player's attack speed while the holder is active.

Categories: attribute, combat, player

Required arguments

Key(s)DescriptionType
multiplierThe attack speed multiplier. 1.5 = 50% faster. Supports expressions.EXPRESSION

Example

effects:
  - id: attack_speed_multiplier
    args:
      multiplier: 1 + %level% * 0.05

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue