Changes
Page history
added isSkill condition
authored
Aug 30, 2025
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Conditions/LivingInRadius.md
0 → 100644
View page @
595b54c3
## Description
Matches a range to how many living entities are in the given radius
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| amount | a | The amount to check for | 1 |
| radius | r | The radius of the search | 5 |
## Examples
```
yaml
Conditions
:
-
livinginradius{a=<5;r=10}
true
```
\ No newline at end of file