|
|
|
## Description
|
|
|
|
Sets the calling projectile's movement direction to the given target
|
|
|
|
|
|
|
|
|
|
|
|
## Attributes
|
|
|
|
## Attributes
|
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
|
| magnitude | m | The magnitude of the change. A value of 1 will make the projectile change direction perfectly. Lower values will interpolate the changed direction position between 0 and 100% | 1 |
|
|
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
Once called by a projectile, this mechanic will change the projectile's direction based on its current direction
|
|
|
|
```yaml
|
|
|
|
Skills:
|
|
|
|
- setprojectiledirection @ProjectileForward{f=10;rot=45}
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
<!--TAGS-->
|
|
|
|
<!--tag:Meta--> |