Changes
Page history
added isSkill condition
authored
Aug 30, 2025
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Conditions/distance.md
0 → 100644
View page @
595b54c3
## Description
Whether the distance between the caster and target is within the given range.
Can be a single number, a ranged value (20to40), or >10 <5, etc.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| distance | d | The distance to match | |
## Examples
```
yaml
TargetConditions
:
-
distance{d=<2}
```
\ No newline at end of file