Changes
Page history
reverted dante
authored
Oct 23, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
skills/mechanics/goto.md
View page @
2b9c2c18
============================
## Description
Causes the mob to pathfind to a location.
Attributes
----------
| Attribute | Aliases | Description | Default Value |
|---------------|---------|-------------------------------------------------------------------------------|---------------|
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| speedModifier | s | The movement speed modifier | 1 |
| spreadH | sh | Amount of horizontal spread it can be away from the target its moving towards|0|
| spreadV | sv | Amount of vertical spread it can be away from the target its moving towards| 0 |
Examples
--------
## Examples
```
yml
Skills
:
-
goto{speedModifier=1;sh=5;sv=5} @owner
...
...
...
...