air_drag_multiplier
Multiplies the drag the entity experiences while moving through air.
Categories: attribute, movement
Required arguments
| Key(s) | Description | Type |
|---|---|---|
multiplier | The air drag multiplier to apply. Supports expressions. | EXPRESSION |
Example
effects:
- id: air_drag_multiplier
args:
multiplier: 1 - %level% * 0.05
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |