Changes
Page history
reverted dante
authored
Oct 23, 2023
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
skills/mechanics/lunge.md
View page @
9e6fa829
===============
## Description
Applies forward directional velocity to the target.
Attributes
----------
| Attribute | Aliases | Description | Default Value |
|-----------|---------|---------------------------------------------------------------|---------------|
| velocity | v | The horizontal velocity at which the entity is moved forward. | 1 |
| velocityY | vy | The vertical velocity at which the entity is moved forward. | 1 |
| oldmath | old, o | If the lunge mechanic should use the old math formula | false |
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| velocity | v | The horizontal velocity at which the entity is moved forward | 1 |
| velocityY | vy | The vertical velocity at which the entity is moved forward | 1 |
| oldmath | old, o | If the lunge mechanic should use the old math formula | false |
Examples
--------
## Examples
```
yaml
Skills
:
Skills
:
-
lunge{velocity=15;velocityY=5} @Self
```
\ No newline at end of file