Changes
Page history
Is this going to change anything?
authored
Dec 27, 2021
by
Phillip
Hide whitespace changes
Inline
Side-by-side
Skills/conditions/distance.md
0 → 100644
View page @
d4c517d0
**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.
**Type:**
Compare
---
**Attributes:**
| Attribute | Alias | Description |
| --------- | ----- | --------------------- |
| distance | d | The distance to match |
---
**Examples:**
```
TargetConditions:
- distance{d=<2}
```
\ No newline at end of file