Update formatting, fix typo authored by Amy's avatar Amy
......@@ -2,7 +2,7 @@ Mechanic: Leap
==============
Causes the mob to leap through the air at the target. Leap calculates a
projecitle-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
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