added RandomLocationsNearTargets wiki page authored by Lxlp's avatar Lxlp
......@@ -143,7 +143,7 @@ Some meta-targeters also allow the mechanic to be casted "fromOrigin". This will
| Targeter | Shorthand | Description |
|----------|-----------|---------------------------------------------------------------------------------|
| @[Line][] | | Targets locations between the mob and the inherited target. |
| @RandomLocationsNearTargets | @RLNTE{a=#;r=#;s=#;minr=#} | Targets random locations around the inherited target, where: a is the amount of locations, r is the radius around the inherited target, minr is the minimum radius, and s is the spacing between each location. |
| @[RandomLocationsNearTargets][] | @randomLocationsNearTarget<br>@randomLocationsNearTargetEntities<br>@randomLocationsNearTargetLocations<br>@RLNT<br>@RLNTE<br>@RLNTL | Targets random locations around the inherited target. |
| @[FloorOfTargets][] | @FOT<br>@floorsOfTarget | Targets the blocks underneath the inherited targets. |
| @[LocationsOfTargets][] | @locationOfTarget<br>@LOT | Targets the location of the inherited targets |
| @[BlocksInRadius][] | @BIR | Targets all blocks in a radius of the inherited targets. |
......@@ -306,6 +306,7 @@ Currently, sort can have the following values:
[Cone]: /Skills/Targeters/Cone
[ForwardWall]: /Skills/Targeters/ForwardWall
[RandomLocationsNearOrigin]: /Skills/Targeters/RandomLocationsNearOrigin
[RandomLocationsNearTargets]: /Skills/Targeters/RandomLocationsNearTargets
[Rectangle]: /Skills/Targeters/Rectangle
<!-- Special Targeters -->
[BlocksInRadius]: /Skills/Targeters/BlocksInRadius
......
......