Changes
Page history
Create Skills/Targeters/Forward
authored
Jul 09, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Targeters/Forward.md
0 → 100644
View page @
a7f9701f
## Description
Targets a location in front of the caster
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| forward | f, amount, a | How distant should be the targeted point | 5 |
| rotate | rot | The rotation, around the caster, of the target location | 0 |
| useeyelocation | uel | If the eye location should be used as the base of the targeter | false |
| lockpitch | If the location should be targeted as if the caster has a pitch of 0 | false |
## Examples
```
yaml
ExampleSkill
:
Skills
:
-
effect:particles @Forward{f=3;uel=true;rot=10}
```
\ No newline at end of file