reverted dante authored by Lxlp's avatar Lxlp
============== ## Description
Causes the mob to leap through the air at the target. Leap calculates a Causes the mob to leap through the air at the target. Leap calculates a
projectile-like trajectory so that the mob will land directly on top of projectile-like trajectory so that the mob will land directly on top of
the target if the velocity is great enough, otherwise the mob will leap the target if the velocity is great enough, otherwise the mob will leap
at far as possible towards the target. at far as possible towards the target.
Attributes
----------
| Attribute | Aliases | Description | Default Value | ## Attributes
|-----------|---------|-------------------------------------------|---------------| | Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| velocity | v | The max velocity of the leap | 100 | | velocity | v | The max velocity of the leap | 100 |
| noise | | Added variance to where the mob will land | 1 | | noise | | Added variance to where the mob will land | 1 |
### Velocity Attribute
Special Notes
-------------
Because of the way this skill works, using very high velocity values is Because of the way this skill works, using very high velocity values is
recommended (usually values exceeding 100 work best). Velocity is recommended (usually values exceeding 100 work best). Velocity is
calculated differently with this skill than most others. calculated differently with this skill than most others.
Examples
--------
## Examples
This skill would cause the mob to leap towards the target at high This skill would cause the mob to leap towards the target at high
speeds, then slam into the ground and cause an explosion. speeds, then slam into the ground and cause an explosion.
```yaml ```yaml
... ...
......