Changes
Page history
added isSkill condition
authored
Aug 30, 2025
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Conditions/children.md
0 → 100644
View page @
595b54c3
## Description
Checks how many children the caster has.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| amount | a | The amount of children to check for. Can accept ranged values. | 1 |
## Examples
```
yaml
Conditions
:
-
children{a=1}
true
```
```
yaml
Conditions
:
-
children{a=>2}
true
```
\ No newline at end of file