Changes
Page history
seems like it got fixed
authored
Feb 21, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/conditions/fieldofview.md
View page @
e60c5a2f
## Description
Tests if the target is
**not**
within the given angle from where the caster is looking.
Tests if the target is within the given angle from where the caster is looking.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| angle | a | The angle of the FOV to check in | 90 |
...
...
@@ -13,14 +12,14 @@ Tests if the target is **not** within the given angle from where the caster is l
## Examples
```
yaml
TargetConditions
:
-
fieldofview{angle=90}
tru
e
-
fieldofview{angle=90}
fals
e
```
This condition will filter out every target that is within a 90 degree field of view of the caster.
##
```
yaml
TargetConditions
:
-
fieldofview{angle=90}
fals
e
-
fieldofview{angle=90}
tru
e
```
This condition will allow to be targeted only entities that are within a 90 degree field of view of the caster.
...
...
...
...