updated layout and informations authored by Lxlp's avatar Lxlp
**Description:** Tests if the number of inherited targets from the parent skilltree matches the given range. ## Description
Checks if the number of inherited targets from the parent skilltree matches the given range.
---
**Attributes:** ## Attributes
| Attribute | Aliases | Description | | Attribute | Aliases | Description | Default |
| --------- | ------------- | ------------------------- | |-----------|-----------|----------------------------------------------------------------------|---------|
| amount| a| Range of how many targets to check for| | amount | a | Range of how many targets to check for | >0 |
---
**Examples:** ## Examples
```yaml
```
Conditions: Conditions:
- targets{a=>0} true - targets{a=>0} true
``` ```
``` ```yaml
Conditions: Conditions:
- targets{a=0to5} true - targets{a=0to5} true
``` ```
\ No newline at end of file
---
**Extra Information:**
- [x] Type: Skill
\ No newline at end of file