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