Changes
Page history
Create skills/conditions/LivingInRadius
authored
Jun 12, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
skills/conditions/LivingInRadius.md
0 → 100644
View page @
dcce303e
## 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