updated Time mechanic authored by Lxlp's avatar Lxlp
...@@ -158,6 +158,7 @@ are able to target locations as well. ...@@ -158,6 +158,7 @@ are able to target locations as well.
| [Teleport][] | Teleports to the target | | [Teleport][] | Teleports to the target |
| [TeleportIn][] | Teleports the target relative to the caster's yaw | | [TeleportIn][] | Teleports the target relative to the caster's yaw |
| [TeleportTo][] | Teleports the target to a specified location | | [TeleportTo][] | Teleports the target to a specified location |
| [Time][] | Changes the time |
| [Threat][] | Modifies the mob's threat towards the target | | [Threat][] | Modifies the mob's threat towards the target |
| [Throw][] | Throws the target entity | | [Throw][] | Throws the target entity |
| [ToggleLever][] | Toggles a lever at the target location | | [ToggleLever][] | Toggles a lever at the target location |
...@@ -243,6 +244,7 @@ The following attributes are applicable to all mechanics. ...@@ -243,6 +244,7 @@ The following attributes are applicable to all mechanics.
| fromorigin | fo | Whether to cast the mechanic from origin | false | | fromorigin | fo | Whether to cast the mechanic from origin | false |
| targetisorigin | | Whether to set the target of the mechanic to be the origin | false | | targetisorigin | | Whether to set the target of the mechanic to be the origin | false |
<!--
Upcoming Mechanics Upcoming Mechanics
------------------ ------------------
...@@ -252,8 +254,7 @@ but not yet ready for use. ...@@ -252,8 +254,7 @@ but not yet ready for use.
| Mechanic | Description | | Mechanic | Description |
|--------------------|---------------------------------| |--------------------|---------------------------------|
| [Time][] | Changes the time | -->
[here!]: /skills/skillparametersystem [here!]: /skills/skillparametersystem
[Targeter]: /skills/targeters/ [Targeter]: /skills/targeters/
... ...
......