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