added ArmAnimation mechanic authored by Lxlp's avatar Lxlp
...@@ -10,7 +10,6 @@ Some Mechanics are able to target Entities, Locations, or both! Some ...@@ -10,7 +10,6 @@ Some Mechanics are able to target Entities, Locations, or both! Some
don't target anything. You control what your skill targets using a don't target anything. You control what your skill targets using a
[Targeter][]. [Targeter][].
Learn about the new Skill Parameter system added in MM 4.12 [here!][]
Mechanics Mechanics
--------- ---------
...@@ -23,6 +22,7 @@ are able to target locations as well. ...@@ -23,6 +22,7 @@ are able to target locations as well.
| [ActivateSpawner][] | Activates a MythicMobs spawner at the targeted location | | [ActivateSpawner][] | Activates a MythicMobs spawner at the targeted location |
| [AddTrade][] | Changes the trades of a villager | | [AddTrade][] | Changes the trades of a villager |
| [AnimateArmorStand][] | Animates an armorstand | | [AnimateArmorStand][] | Animates an armorstand |
| [ArmAnimation][] | Makes the caster swing their arm |
| [ArrowVolley][] | Fires a volley of arrows | | [ArrowVolley][] | Fires a volley of arrows |
| [Attribute][] | Sets an attribute on the target entity, if attributable | | [Attribute][] | Sets an attribute on the target entity, if attributable |
| [AttributeModifier][] | Adds an attribute modifier to the attributable target | | [AttributeModifier][] | Adds an attribute modifier to the attributable target |
...@@ -284,6 +284,7 @@ but not yet ready for use. ...@@ -284,6 +284,7 @@ but not yet ready for use.
[ActivateSpawner]: /skills/mechanics/activatespawner [ActivateSpawner]: /skills/mechanics/activatespawner
[AddTrade]: /skills/mechanics/AddTrade [AddTrade]: /skills/mechanics/AddTrade
[AnimateArmorStand]: /skills/mechanics/animatearmorstand [AnimateArmorStand]: /skills/mechanics/animatearmorstand
[ArmAnimation]: /skills/mechanics/ArmAnimation
[ArrowVolley]: /skills/mechanics/arrowvolley [ArrowVolley]: /skills/mechanics/arrowvolley
[Attribute]: /skills/mechanics/Attribute [Attribute]: /skills/mechanics/Attribute
[AttributeModifier]: /skills/mechanics/AttributeModifier [AttributeModifier]: /skills/mechanics/AttributeModifier
... ...
......