Changes
Page history
added extra information regarding the condition being actually reversed
authored
May 26, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/conditions/fieldofview.md
View page @
3d97f649
## Description
## Description
Tests if the target is within the given angle from where the caster is looking
Tests if the target is
**not**
within the given angle from where the caster is looking
.
## Attributes
## Attributes
...
@@ -15,6 +15,14 @@ Tests if the target is within the given angle from where the caster is looking
...
@@ -15,6 +15,14 @@ Tests if the target is within the given angle from where the caster is looking
TargetConditions
:
TargetConditions
:
-
fieldofview{angle=90}
true
-
fieldofview{angle=90}
true
```
```
This condition will filter out every target that is within a 90 degree field of view of the caster.
##
```
yaml
TargetConditions
:
-
fieldofview{angle=90}
false
```
This condition will allow to be targeted only entities that are within a 90 degree field of view of the caster.
## Aliases
## Aliases
...
...
...
...