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 ...@@ -7,6 +7,7 @@ Checks if the number of inherited targets from the parent skilltree matches the
| Attribute | Aliases | Description | Default | | Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| amount | a | Range of how many targets to check for | >0 | | 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 ## Examples
...@@ -19,3 +20,8 @@ Checks if the number of inherited targets from the parent skilltree matches the ...@@ -19,3 +20,8 @@ Checks if the number of inherited targets from the parent skilltree matches the
Conditions: Conditions:
- targets{a=0to5} true - targets{a=0to5} true
``` ```
```yaml
Conditions:
- targets{a=>10;targeter=@MIR{r=10;type=SomeMythicMob}} true
```
\ No newline at end of file