Changes
Page history
updated attributes to goto mechanic
authored
May 26, 2022
by
Phillip
Hide whitespace changes
Inline
Side-by-side
skills/mechanics/goto.md
View page @
27fd4915
...
...
@@ -8,7 +8,7 @@ Attributes
| Attribute | Aliases | Description | Default Value |
|-------------|---------|------------------------------------|---------------|
|
maxDistance
|
md
|
max distance it should travel | 64
|
|
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 |
...
...
@@ -18,6 +18,6 @@ Examples
--------
Skills:
-
goto{
maxDistance=64
;sh=5;sv=5} @owner
-
goto{
maxDistance=32
;sh=5;sv=5} @location{c=100,65,100}
-
goto{
speedModifier=1
;sh=5;sv=5} @owner
-
goto{
speedModifier=1
;sh=5;sv=5} @location{c=100,65,100}
-
...
\ No newline at end of file