added targeter attribute authored by Lxlp's avatar Lxlp
......@@ -7,6 +7,7 @@ Checks if the number of inherited targets from the parent skilltree matches the
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| amount | a | Range of how many targets to check for | >0 |
| targeter | | If provided, this condition will check against the targets of the given targeter instead | <!--type:Targeter--> |
## Examples
......@@ -18,4 +19,9 @@ Checks if the number of inherited targets from the parent skilltree matches the
```yaml
Conditions:
- targets{a=0to5} true
```
```yaml
Conditions:
- targets{a=>10;targeter=@MIR{r=10;type=SomeMythicMob}} true
```
\ No newline at end of file