add_luck
Permanently increases the player's luck attribute while the holder is active.
Categories: attribute, player
Required arguments
| Key(s) | Description | Type |
|---|---|---|
amount | The amount of luck to add. Supports expressions. | EXPRESSION |
Example
effects:
- id: add_luck
args:
amount: %level% * 0.5
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |