Added hit mechanic authored by Dante's avatar Dante
...@@ -77,6 +77,7 @@ are able to target locations as well. ...@@ -77,6 +77,7 @@ are able to target locations as well.
| [Heal][] | Heals the target | | [Heal][] | Heals the target |
| [HealPercent][] | Heals the target for a percentage of its max-health | | [HealPercent][] | Heals the target for a percentage of its max-health |
| [Hide][] | Hides the caster from the targeted player(s) for a set duration. | | [Hide][] | Hides the caster from the targeted player(s) for a set duration. |
| [Hit][] | Simulates a physical hit from the mob. Takes melee damage and weapon damage into account. |
| [Hologram][] | Summons a hologram to the targeted location | | [Hologram][] | Summons a hologram to the targeted location |
| [Ignite][] | Sets the target on fire | | [Ignite][] | Sets the target on fire |
| [JSONMessage][] | Sends a JSON-format message to the target player(s) | | [JSONMessage][] | Sends a JSON-format message to the target player(s) |
...@@ -484,6 +485,7 @@ but not yet ready for use. ...@@ -484,6 +485,7 @@ but not yet ready for use.
[Swap]: /skills/mechanics/swap [Swap]: /skills/mechanics/swap
[Time]: /skills/mechanics/time [Time]: /skills/mechanics/time
[Hide]: /skills/mechanics/hide [Hide]: /skills/mechanics/hide
[Hit]: /skills/mechanics/hit
[TrackLocation]: /skills/mechanics/tracklocation [TrackLocation]: /skills/mechanics/tracklocation
[DisguiseAsBlock]: /skills/mechanics/disguiseasblock [DisguiseAsBlock]: /skills/mechanics/disguiseasblock
[GiveItemFromSlot]: /skills/mechanics/giveitemfromslot [GiveItemFromSlot]: /skills/mechanics/giveitemfromslot
... ...
......