Create Skills/Targeters/PlayersInRing authored by Lxlp's avatar Lxlp
## Description
Targets all players in a ring around the caster.
The targeted players will be the ones at a distance from the caster between the minimum and the maximum range.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| minrange | min | The minimum range of the ring | 5 |
| maxrange | max | The maximum range of the ring | 10 |
## Examples
```yaml
Skills:
- ignite @PlayersInRing{min=2;max=10}
```
\ No newline at end of file