piercing
Adds extra piercing levels to an arrow projectile, allowing it to pass through additional entities.
Categories: combat
Required arguments
| Key(s) | Description | Type |
|---|---|---|
level | The number of extra piercing levels to add to the arrow. Supports expressions. | EXPRESSION |
Trigger parameters required
PROJECTILE
Example
effects:
- id: piercing
args:
level: 1 + %level% / 20
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |