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