skill_xp_multiplier
Multiplies AuraSkills XP gained for one or all skills while the holder is active.
Categories: player
Required arguments
| Key(s) | Description | Type |
|---|
multiplier | The XP multiplier. Supports expressions. | EXPRESSION |
Optional arguments
| Key(s) | Description | Type | Default |
|---|
skills | List 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
| Setting | Value |
|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |