Changes
Page history
added targeter attribute
authored
Dec 19, 2025
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Conditions/targets.md
View page @
617fc772
...
...
@@ -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