skill_xp_multiplier

Multiplies AuraSkills XP gained for one or all skills while the holder is active.

Categories: player

Required arguments

Key(s)DescriptionType
multiplierThe XP multiplier. Supports expressions.EXPRESSION

Optional arguments

Key(s)DescriptionTypeDefault
skillsList of AuraSkills skill IDs to apply the multiplier to. If omitted, applies to all skills.STRING_LIST

Example

effects:
  - id: skill_xp_multiplier
    args:
      multiplier: 1.5
      skills: 
        - <value> # ← Optional

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue