Removed double title, formatted headers, spaced things a bit. authored by Dante's avatar Dante
Mechanic: Teleport
==================
## Description:
Teleports the caster to the targeted location/entity. The end point of the teleportation will be within an area whose size depends on the `spreadh` and `spreadv` attributes.
Attributes
----------
The skill will attempt to find a safe landing location within the spread
area, if possible, and should generally avoid putting the mob inside of
blocks. The unsafe attribute will allow mobs to teleport into the target entity.
## Attributes:
| Attribute | Aliases | Description | Default Value |
|-----------|---------|------------------------------------------------|---------------|
......@@ -12,17 +16,7 @@ Attributes
| spreadv | sv | The vertical spread of the landing location. | 0 |
| unsafe | us | Avoids finding a safe teleport (will ignore sH and sV) | 0 |
Special Notes
-------------
The skill will attempt to find a safe landing location within the spread
area, if possible, and should generally avoid putting the mob inside of
blocks. The unsafe attribute will allow mobs to teleport into the target entity.
Examples
--------
## Examples:
This example would teleport the mob to within 5 blocks of the targeted
player, on the same vertical axis.
......
......