... | ... | @@ -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 |
|
|
|
| @[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{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 |
|
|
|
|
|
| Targeter | Shorthand | Description |
|
|
|
|----------|-----------|---------------------------------------------------------------------------------|
|
|
|
| @[Line][] | | Targets locations between the mob and the inherited target. |
|
|
|
| @[RandomLocationsNearTargets][] | @randomLocationsNearTarget<br>@randomLocationsNearTargetEntities<br>@randomLocationsNearTargetLocations<br>@RLNT<br>@RLNTE<br>@RLNTL | Targets random locations around 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 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. |
|
|
|
| @TargetBlock | | Targets the block you are looking at |
|
|
|
| @[BlocksInChunk][] | @BIC | Targets all blocks in a chunk relative to the inherited target. |
|
... | ... | @@ -306,7 +307,7 @@ Currently, sort can have the following values: |
|
|
[Cone]: /Skills/Targeters/Cone
|
|
|
[ForwardWall]: /Skills/Targeters/ForwardWall
|
|
|
[RandomLocationsNearOrigin]: /Skills/Targeters/RandomLocationsNearOrigin
|
|
|
[RandomLocationsNearTargets]: /Skills/Targeters/RandomLocationsNearTargets
|
|
|
[RandomLocationsNearCaster]: /Skills/Targeters/RandomLocationsNearCaster
|
|
|
[Rectangle]: /Skills/Targeters/Rectangle
|
|
|
<!-- Special Targeters -->
|
|
|
[BlocksInRadius]: /Skills/Targeters/BlocksInRadius
|
... | ... | @@ -319,3 +320,4 @@ Currently, sort can have the following values: |
|
|
[LivingNearTargetLocation]: /Skills/Targeters/LivingNearTargetLocation
|
|
|
[LocationsOfTargets]: /Skills/Targeters/LocationsOfTargets
|
|
|
[PlayersNearTargetLocations]: /Skills/Targeters/PlayersNearTargetLocations
|
|
|
[RandomLocationsNearTargets]: /Skills/Targeters/RandomLocationsNearTargets |
|
|
\ No newline at end of file |