added bouncy mechanic authored by Lxlp's avatar Lxlp
...@@ -46,6 +46,7 @@ are able to target locations as well. ...@@ -46,6 +46,7 @@ are able to target locations as well.
| [BloodyScreen][] | Makes the target's screen glow red | | [BloodyScreen][] | Makes the target's screen glow red |
| [BoneMeal][] | Applies a bone meal effect to the target blocks | | [BoneMeal][] | Applies a bone meal effect to the target blocks |
| [BossBorder][] | Creates an inescapable border around the mob | | [BossBorder][] | Creates an inescapable border around the mob |
| [Bouncy][] | Applies an [aura] to the target that makes it bouncy |
| [BreakBlock][] | Breaks the block at the target location | | [BreakBlock][] | Breaks the block at the target location |
| [BreakBlockAndGiveItem][] | Breaks the block at the target location and gives an item/droptable | | [BreakBlockAndGiveItem][] | Breaks the block at the target location and gives an item/droptable |
| [ClearExperience][] | Clears the experience for the targeted players | | [ClearExperience][] | Clears the experience for the targeted players |
...@@ -371,6 +372,7 @@ but not yet ready for use. ...@@ -371,6 +372,7 @@ but not yet ready for use.
[BloodyScreen]: /skills/mechanics/BloodyScreen [BloodyScreen]: /skills/mechanics/BloodyScreen
[BoneMeal]: /skills/mechanics/bonemeal [BoneMeal]: /skills/mechanics/bonemeal
[BossBorder]: /skills/mechanics/bossborder [BossBorder]: /skills/mechanics/bossborder
[Bouncy]: /skills/mechanics/Bouncy
[BreakBlock]: /skills/mechanics/breakblock [BreakBlock]: /skills/mechanics/breakblock
[BreakBlockAndGiveItem]: /skills/mechanics/breakBlockAndGiveItem [BreakBlockAndGiveItem]: /skills/mechanics/breakBlockAndGiveItem
[ClearExperience]: /skills/mechanics/ClearExperience [ClearExperience]: /skills/mechanics/ClearExperience
... ...
......