Changes
Page history
added isSkill condition
authored
Aug 30, 2025
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Conditions/targets.md
0 → 100644
View page @
595b54c3
## Description
Checks if the number of inherited targets from the parent skilltree matches the given range.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| amount | a | Range of how many targets to check for | >0 |
## Examples
```
yaml
Conditions
:
-
targets{a=>0}
true
```
```
yaml
Conditions
:
-
targets{a=0to5}
true
```
\ No newline at end of file