added RandomLocationsNearCaster authored by Lxlp's avatar Lxlp
...@@ -99,6 +99,7 @@ These targeters only work if the mob has Threat Tables enabled. ...@@ -99,6 +99,7 @@ These targeters only work if the mob has Threat Tables enabled.
| @Sphere{radius=#;points=#;yoffset=#} | | Target points to form a sphere of locations | | @Sphere{radius=#;points=#;yoffset=#} | | Target points to form a sphere of locations |
| @[Rectangle][] | @cube<br>@cuboid | Returns the # of points target locations that comprise a rectangle | | @[Rectangle][] | @cube<br>@cuboid | Returns the # of points target locations that comprise a rectangle |
| @TargetedLocation | | Targets the inherited target's location | | @TargetedLocation | | Targets the inherited target's location |
| @[RandomLocationsNearCaster][] | @RLO<br>@randomLocationsOrigin<br>@RLNO | Targets random locations near the origin of a skill. |
| @[RandomLocationsNearOrigin][] | @RLO<br>@randomLocationsOrigin<br>@RLNO | Targets random locations near the origin of a skill. | | @[RandomLocationsNearOrigin][] | @RLO<br>@randomLocationsOrigin<br>@RLNO | Targets random locations near the origin of a skill. |
| @RingAroundOrigin{radius=#;points=#;xRotation=#;yRotation=#;zRotation=#;xOffset=#;yOffset=#;zOffset=#} | @RAO | Targets locations in a specified ring around the origin | | @RingAroundOrigin{radius=#;points=#;xRotation=#;yRotation=#;zRotation=#;xOffset=#;yOffset=#;zOffset=#} | @RAO | Targets locations in a specified ring around the origin |
...@@ -142,10 +143,10 @@ Some meta-targeters also allow the mechanic to be casted "fromOrigin". This will ...@@ -142,10 +143,10 @@ Some meta-targeters also allow the mechanic to be casted "fromOrigin". This will
| Targeter | Shorthand | Description | | Targeter | Shorthand | Description |
|----------|-----------|---------------------------------------------------------------------------------| |----------|-----------|---------------------------------------------------------------------------------|
| @[Line][] | | Targets locations between the mob and the inherited target. | | @[Line][] | | Targets locations between the mob and the inherited targets. |
| @[RandomLocationsNearTargets][] | @randomLocationsNearTarget<br>@randomLocationsNearTargetEntities<br>@randomLocationsNearTargetLocations<br>@RLNT<br>@RLNTE<br>@RLNTL | Targets random locations around the inherited target. | | @[RandomLocationsNearTargets][] | @randomLocationsNearTarget<br>@randomLocationsNearTargetEntities<br>@randomLocationsNearTargetLocations<br>@RLNT<br>@RLNTE<br>@RLNTL | Targets random locations around the inherited targets. |
| @[FloorOfTargets][] | @FOT<br>@floorsOfTarget | Targets the blocks underneath the inherited targets. | | @[FloorOfTargets][] | @FOT<br>@floorsOfTarget | Targets the blocks underneath the inherited targets. |
| @[LocationsOfTargets][] | @locationOfTarget<br>@LOT | Targets the location of 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. | | @[BlocksInRadius][] | @BIR | Targets all blocks in a radius of the inherited targets. |
| @TargetBlock | | Targets the block you are looking at | | @TargetBlock | | Targets the block you are looking at |
| @[BlocksInChunk][] | @BIC | Targets all blocks in a chunk relative to the inherited target. | | @[BlocksInChunk][] | @BIC | Targets all blocks in a chunk relative to the inherited target. |
...@@ -306,7 +307,7 @@ Currently, sort can have the following values: ...@@ -306,7 +307,7 @@ Currently, sort can have the following values:
[Cone]: /Skills/Targeters/Cone [Cone]: /Skills/Targeters/Cone
[ForwardWall]: /Skills/Targeters/ForwardWall [ForwardWall]: /Skills/Targeters/ForwardWall
[RandomLocationsNearOrigin]: /Skills/Targeters/RandomLocationsNearOrigin [RandomLocationsNearOrigin]: /Skills/Targeters/RandomLocationsNearOrigin
[RandomLocationsNearTargets]: /Skills/Targeters/RandomLocationsNearTargets [RandomLocationsNearCaster]: /Skills/Targeters/RandomLocationsNearCaster
[Rectangle]: /Skills/Targeters/Rectangle [Rectangle]: /Skills/Targeters/Rectangle
<!-- Special Targeters --> <!-- Special Targeters -->
[BlocksInRadius]: /Skills/Targeters/BlocksInRadius [BlocksInRadius]: /Skills/Targeters/BlocksInRadius
...@@ -318,4 +319,5 @@ Currently, sort can have the following values: ...@@ -318,4 +319,5 @@ Currently, sort can have the following values:
[LivingInLine]: /Skills/Targeters/LivingInLine [LivingInLine]: /Skills/Targeters/LivingInLine
[LivingNearTargetLocation]: /Skills/Targeters/LivingNearTargetLocation [LivingNearTargetLocation]: /Skills/Targeters/LivingNearTargetLocation
[LocationsOfTargets]: /Skills/Targeters/LocationsOfTargets [LocationsOfTargets]: /Skills/Targeters/LocationsOfTargets
[PlayersNearTargetLocations]: /Skills/Targeters/PlayersNearTargetLocations [PlayersNearTargetLocations]: /Skills/Targeters/PlayersNearTargetLocations
\ No newline at end of file [RandomLocationsNearTargets]: /Skills/Targeters/RandomLocationsNearTargets
\ No newline at end of file