updated attributes to goto mechanic authored by Phillip's avatar Phillip
...@@ -8,7 +8,7 @@ Attributes ...@@ -8,7 +8,7 @@ Attributes
| Attribute | Aliases | Description | Default Value | | 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 | | 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 | | spreadV | sv | Amount of vertical spread it can be away from the target its moving towards | 0 |
...@@ -18,6 +18,6 @@ Examples ...@@ -18,6 +18,6 @@ Examples
-------- --------
Skills: Skills:
- goto{maxDistance=64;sh=5;sv=5} @owner - goto{speedModifier=1;sh=5;sv=5} @owner
- goto{maxDistance=32;sh=5;sv=5} @location{c=100,65,100} - goto{speedModifier=1;sh=5;sv=5} @location{c=100,65,100}
- ... - ...
\ No newline at end of file