Changes
Page history
reverted dante
authored
Oct 23, 2023
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
skills/mechanics/leap.md
View page @
e0862ae8
==============
## Description
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
the target if the velocity is great enough, otherwise the mob will leap
at far as possible towards the target.
Attributes
----------
| Attribute | Aliases | Description | Default Value |
|-----------|---------|-------------------------------------------|---------------|
| velocity | v | The max velocity of the leap | 100 |
| noise | | Added variance to where the mob will land | 1 |
Special Notes
-------------
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| velocity | v | The max velocity of the leap | 100 |
| noise | | Added variance to where the mob will land | 1 |
### Velocity Attribute
Because of the way this skill works, using very high velocity values is
recommended (usually values exceeding 100 work best). Velocity is
calculated differently with this skill than most others.
Examples
--------
## Examples
This skill would cause the mob to leap towards the target at high
speeds, then slam into the ground and cause an explosion.
```
yaml
...
...
...
...