Changes
Page history
Create skills/conditions/OriginLocation
authored
Feb 14, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
skills/conditions/OriginLocation.md
0 → 100644
View page @
0f540d38
## Description
Checks if the [origin] is at a given location
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| location | loc, l, c | The location to match, written as
`x,y,z`
. | |
| x | | The x coordinate of the location, ignored if the location attribute is set | 0 |
| y | | The y coordinate of the location, ignored if the location attribute is set | 0 |
| z | | The z coordinate of the location, ignored if the location attribute is set | 0 |
| exact | e | Whether to match the location exactly | false |
## Examples
```
yaml
Conditions
:
-
originLocation{loc=10,20,30}
true
```
<!-- LINKS -->
[
origin
]:
Skills/Targeters/Origin
\ No newline at end of file