|
|
|
## Description
|
|
|
|
Targets random locations near the origin of the metaskill
|
|
|
|
|
|
|
|
|
|
|
|
## Attributes
|
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
|
| amount | a | The amount of points | 5 |
|
|
|
|
| radius | r, maxradius, maxr | The radius in which target points will be generated | 5 |
|
|
|
|
| minradius | minr | The minimum radius in which target points will be generated | 0 |
|
|
|
|
| spacing | s | The minimum amount of space between selected targets | 0 |
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
```yaml
|
|
|
|
ExampleSkill:
|
|
|
|
Skills:
|
|
|
|
- projectile{...;
|
|
|
|
onEnd=[
|
|
|
|
- effect:particles @RandomLocationsNearOrigin{a=10;r=4;minr=1}
|
|
|
|
]}
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Aliases
|
|
|
|
- [x] RLO
|
|
|
|
- [x] randomLocationsOrigin
|
|
|
|
- [x] RLNO |
|
|
|
\ No newline at end of file |