aoe
Runs a set of effects on all nearby entities within an AOE shape.
Categories: meta
Required arguments
| Key(s) | Description | Type |
|---|---|---|
effects | The effects to run on each entity within the AOE. | EFFECT_LIST |
shape | The AOE shape to use. Choices: circle, cone, offset_circle, scan_in_front, beam | STRING |
Inherited argument blocks
inline inherit — Configuration for the selected AOE shape.
Example
effects:
- id: aoe
args:
effects:
- id: <effect>
args:
<arg>: <value>
shape: circle|cone|offset_circle|scan_in_front|beam
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |
| Permanent | false |