Changes
Page history
added DetermineCondition
authored
Oct 23, 2025
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Mechanics/lunge.md
0 → 100644
View page @
5d1a42d8
## Description
Applies forward directional velocity to the target.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| velocity | v, magnitude | The horizontal velocity at which the entity is moved forward | 1 |
| velocityY | vy, yv, yvelocity | 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
```
yaml
Skills
:
-
lunge{velocity=15;velocityY=5} @Self
```
<!--TAGS-->
<!--tag:Movement-->