|
|
## Description
|
|
|
Targets the inherited targeted locations. Useful for [Targets Filtering](/Skills/Metaskills#targets-filtering) by using [Targeter Options](/Skills/Targeters#targeter-options).
|
|
|
|
|
|
|
|
|
## Attributes
|
|
|
>*This targeter has no attributes*
|
|
|
> *This targeter has no attributes*
|
|
|
|
|
|
|
|
|
## Examples
|
... | ... | @@ -10,10 +11,12 @@ Targets the inherited targeted locations. Useful for [Targets Filtering](/Skills |
|
|
ExampleSkill1:
|
|
|
Skills:
|
|
|
- skills{s=ExampleSkill2} @PlayerLocationsInRadius{r=10}
|
|
|
|
|
|
```
|
|
|
##
|
|
|
```yaml
|
|
|
ExampleSkill2:
|
|
|
Skills:
|
|
|
- lightning @TargetedLocation{}
|
|
|
- lightning @TargetedLocation
|
|
|
```
|
|
|
|
|
|
|
... | ... | |