... | ... | @@ -115,6 +115,7 @@ There are some common attributes that can be used in most of the Location Target |
|
|
| @Cone{angle=#;points=#;range=#;rotation=#;yoffset=#} | | 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) |
|
|
|
| @EntitiesInCone{angle=#;range=#;rotation=#;} | | Targets all entities within the cone |
|
|
|
| @Sphere{radius=#;points=#;yoffset=#} | | Target points to form a sphere of locations |
|
|
|
| @[**Rectangle**](/Skills/Targeters/Rectangle){x=#;y=#;z=#;xOffset=#;yOffset=#;zOffset=#;points=#;filled=false;outline=true;rotation=#;fromOrigin=true} | @cube<br>@cuboid | Returns the # of points target locations that comprise a rectangle |
|
|
|
| @TargetedLocation | | Targets the inherited targets's location |
|
|
|
| @RingAroundOrigin{radius=#;points=#;xRotation=#;yRotation=#;zRotation=#;xOffset=#;yOffset=#;zOffset=#} | @RAO | Targets locations in a specified ring around the origin |
|
|
|
|
... | ... | @@ -155,10 +156,11 @@ Some meta-targeters also allow the mechanic to be casted "fromOrigin". This will |
|
|
| @RandomLocationsNearOrigin{a=#;r=#;s=#;minr=#} | @RLNO | Targets random locations near the origin of a skill. |
|
|
|
| @FloorOfTargets | @FOT | Targets the blocks underneath the inherited targets. |
|
|
|
| @LocationsOfTargets | @LOT | Targets the location of the inherited targets |
|
|
|
| @BlocksInRadius{radius=#;radiusy=#;noise=#;shape=sphere/cube;onlyair=false;noair=true} | | Targets all blocks in a radius of the inherited targets. |
|
|
|
| @TargetBlock | | Targets the block you are looking at |
|
|
|
| @BlocksInChunk{noair=true/false;onlyair=true/false;nearorigin=true/false} | Targets all blocks in a chunk relative to the inherited target. |
|
|
|
| @BlocksNearOrigin{radius=#;radiusy=#;noise=#;shape=sphere/cube;onlyair=false;noair=true} | | Targets all blocks in a radius around the inherited target. |
|
|
|
| @BlocksInRadius{radius=#;radiusy=#;noise=#;shape=sphere/cube;onlyair=false;noair=true} | @BIR | Targets all blocks in a radius of the inherited targets. |
|
|
|
| @TargetBlock | | Targets the block you are looking at |
|
|
|
| @BlocksInChunk{noair=true/false;onlyair=true/false;nearorigin=true/false} | @BIC
|
|
|
| Targets all blocks in a chunk relative to the inherited target. |
|
|
|
| @BlocksNearOrigin{radius=#;radiusy=#;noise=#;shape=sphere/cube;onlyair=false;noair=true} | @BNO | Targets all blocks in a radius around the inherited target. |
|
|
|
|
|
|
Targeter Options
|
|
|
================
|
... | ... | |