Update formatting, fix typo authored by Amy's avatar Amy
...@@ -2,7 +2,7 @@ Mechanic: Leap ...@@ -2,7 +2,7 @@ Mechanic: Leap
============== ==============
Causes the mob to leap through the air at the target. Leap calculates a 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 the target if the velocity is great enough, otherwise the mob will leap
at far as possible towards the target. at far as possible towards the target.
...@@ -28,7 +28,7 @@ Examples ...@@ -28,7 +28,7 @@ Examples
This skill would cause the mob to leap towards the target at high This skill would cause the mob to leap towards the target at high
speeds, then slam into the ground and cause an explosion. speeds, then slam into the ground and cause an explosion.
```yaml
CrushingLeap: CrushingLeap:
Cooldown: 10 Cooldown: 10
Skills: Skills:
...@@ -37,3 +37,4 @@ speeds, then slam into the ground and cause an explosion. ...@@ -37,3 +37,4 @@ speeds, then slam into the ground and cause an explosion.
- jump{velocity=-100} - jump{velocity=-100}
- effect:explosion @self - effect:explosion @self
- damage{amount=20} @EntitiesInRadius{r=5} - damage{amount=20} @EntitiesInRadius{r=5}
```
\ No newline at end of file