Changes
Page history
Update formatting, fix typo
authored
Oct 13, 2023
by
Amy
Hide whitespace changes
Inline
Side-by-side
skills/mechanics/leap.md
View page @
ef06adb7
...
...
@@ -2,7 +2,7 @@ Mechanic: Leap
==============
Causes the mob to leap through the air at the target. Leap calculates a
projec
i
tle-like trajectory so that the mob will land directly on top of
project
i
le-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.
...
...
@@ -28,12 +28,13 @@ Examples
This skill would cause the mob to leap towards the target at high
speeds, then slam into the ground and cause an explosion.
CrushingLeap:
Cooldown: 10
Skills:
- leap{velocity=200} @target
- delay 20
- jump{velocity=-100}
- effect:explosion @self
-
damage{amount=20} @EntitiesInRadius{r=5}
\ No newline at end of file
```
yaml
CrushingLeap
:
Cooldown
:
10
Skills
:
-
leap{velocity=200} @target
-
delay
20
-
jump{velocity=-100}
-
effect:explosion @self
-
damage{amount=20} @EntitiesInRadius{r=5}
```
\ No newline at end of file