Changes
Page history
Is this going to change anything?
authored
Dec 27, 2021
by
Phillip
Hide whitespace changes
Inline
Side-by-side
Skills/conditions/targets.md
0 → 100644
View page @
d4c517d0
**Description:**
Tests if the number of inherited targets from the parent skilltree matches the given range.
---
**Attributes:**
| Attribute | Aliases | Description |
| --------- | ------------- | ------------------------- |
| amount| a| Range of how many targets to check for|
---
**Examples:**
```
Conditions:
- targets{a=>0} true
```
```
Conditions:
- targets{a=0to5} true
```
---
**Extra Information:**
-
[x] Type: Skill
\ No newline at end of file