scale
Scales the entity's size by a given multiplier.
Categories: attribute, entity
Required arguments
| Key(s) | Description | Type |
|---|---|---|
multiplier | The scale multiplier to apply to the entity's size. Supports expressions. | EXPRESSION |
Example
effects:
- id: scale
args:
multiplier: 1 + %level% * 0.05
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |