Changes
Page history
Create Skills/Targeters/PlayersInRing
authored
Jul 11, 2023
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Targeters/PlayersInRing.md
0 → 100644
View page @
53a70641
## 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