... | ... | @@ -96,7 +96,6 @@ These targeters only work if the mob has Threat Tables enabled. |
|
|
| @[Cone][] | | Returns the # of points target locations that comprise a cone (Note: Cone is fixed on the y-axis, and cannot be rotated up or down) |
|
|
|
| @[Sphere][] | | Targets points in a sphere around the caster |
|
|
|
| @[Rectangle][] | @cube<br>@cuboid | Returns the # of points target locations that comprise a rectangle |
|
|
|
| @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. |
|
|
|
| @[RingAroundOrigin][] | @ringOrigin<br>@RAO | Targets locations in a specified ring around the origin. |
|
... | ... | @@ -145,7 +144,8 @@ Some meta-targeters also allow the mechanic to be casted "fromOrigin". This will |
|
|
| @[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 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 target entities. |
|
|
|
| @[TargetedLocation][] | @targetedLocations<br>@targetedLoc | Targets the location of the inherited target locations. |
|
|
|
| @[BlocksInRadius][] | @BIR | Targets all blocks in a radius of the inherited targets. |
|
|
|
| @[TargetBlock][] | | Targets the block the casting player is looking at. |
|
|
|
| @[BlocksInChunk][] | @BIC | Targets all blocks in a chunk relative to the inherited target. |
|
... | ... | @@ -321,7 +321,7 @@ Currently, sort can have the following values: |
|
|
[Ring]: /Skills/Targeters/Ring
|
|
|
[Spawners]: /Skills/Targeters/Spawners
|
|
|
[Sphere]: /Skills/Targeters/Sphere
|
|
|
<!-- Special Targeters -->
|
|
|
<!-- Meta Targeters -->
|
|
|
[BlocksInRadius]: /Skills/Targeters/BlocksInRadius
|
|
|
[BlocksInChunk]: /Skills/Targeters/BlocksInChunk
|
|
|
[BlocksNearOrigin]: /Skills/Targeters/BlocksNearOrigin
|
... | ... | @@ -333,3 +333,4 @@ Currently, sort can have the following values: |
|
|
[LocationsOfTargets]: /Skills/Targeters/LocationsOfTargets
|
|
|
[PlayersNearTargetLocations]: /Skills/Targeters/PlayersNearTargetLocations
|
|
|
[RandomLocationsNearTargets]: /Skills/Targeters/RandomLocationsNearTargets
|
|
|
[TargetedLocation]: /Skills/Targeters/TargetedLocation |
|
|
\ No newline at end of file |