add_stat
Permanently adds a flat bonus to an AuraSkills stat while the holder is active.
Categories: player
Required arguments
| Key(s) | Description | Type |
|---|---|---|
stat | The AuraSkills stat ID to add to, e.g. strength. | STRING |
amount | The amount to add to the stat. Supports expressions. | EXPRESSION |
Example
effects:
- id: add_stat
args:
stat: <value>
amount: 1
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | false |