added PrintParentTree mechanic authored by Lxlp's avatar Lxlp
...@@ -151,6 +151,7 @@ are able to target locations as well. ...@@ -151,6 +151,7 @@ are able to target locations as well.
| [Potion][] | Applies a potion effect to the target | | [Potion][] | Applies a potion effect to the target |
| [PotionClear][] | Removes all potion effects from target entity | | [PotionClear][] | Removes all potion effects from target entity |
| [Prison][] | Imprisons the target inside a block | | [Prison][] | Imprisons the target inside a block |
| [PrintParentTree] | Prints debug information regarding the Metaskill executing the mechanic and its SkillTree |
| [Propel][] | Propels the caster towards the target | | [Propel][] | Propels the caster towards the target |
| [Pull][] | Pulls the target towards the mob | | [Pull][] | Pulls the target towards the mob |
| [PushBlock][] | Pushes the block at the target location in the given direction | | [PushBlock][] | Pushes the block at the target location in the given direction |
...@@ -490,6 +491,7 @@ but not yet ready for use. ...@@ -490,6 +491,7 @@ but not yet ready for use.
[Potion]: /skills/mechanics/potion [Potion]: /skills/mechanics/potion
[PotionClear]: /skills/mechanics/potionclear [PotionClear]: /skills/mechanics/potionclear
[Prison]: /skills/mechanics/prison [Prison]: /skills/mechanics/prison
[PrintParentTree]: /skills/mechanics/PrintParentTree
[Propel]: /skills/mechanics/propel [Propel]: /skills/mechanics/propel
[Pull]: /skills/mechanics/pull [Pull]: /skills/mechanics/pull
[PushBlock]: /skills/mechanics/PushBlock [PushBlock]: /skills/mechanics/PushBlock
... ...
......