... | ... | @@ -81,7 +81,7 @@ Location Targeters |
|
|
| @ObstructingBlock | | Tries to target blocks in front of the caster that are obstructing it |
|
|
|
| @TrackedLocation | | Targets the mob's tracked location |
|
|
|
| @NearestStructure | | Targets the nearest structure's location |
|
|
|
| @[**VariableLocation**](/Skills/Targeters/VariableLocation){var=scope.name} | @varLocation | Targets the location stored in the specified variable |
|
|
|
| @[**VariableLocation**](/Skills/Targeters/VariableLocation) | @varLocation | Targets the location stored in the specified variable |
|
|
|
|
|
|
|
|
|
### Multi-Location Targeters
|
... | ... | @@ -94,7 +94,7 @@ Location Targeters |
|
|
| @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 |
|
|
|
| @[**Rectangle**](/Skills/Targeters/Rectangle) | @cube<br>@cuboid | Returns the # of points target locations that comprise a rectangle |
|
|
|
| @TargetedLocation | | Targets the inherited target's location |
|
|
|
| @RingAroundOrigin{radius=#;points=#;xRotation=#;yRotation=#;zRotation=#;xOffset=#;yOffset=#;zOffset=#} | @RAO | Targets locations in a specified ring around the origin |
|
|
|
|
... | ... | @@ -135,11 +135,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](/Skills/Targeters/BlocksInRadius)**{radius=#;radiusy=#;noise=#;shape=sphere/cube;onlyair=false;noair=true;nearorigin=false} | @BIR | Targets all blocks in a radius of the inherited targets. |
|
|
|
| @**[BlocksInRadius](/Skills/Targeters/BlocksInRadius)** | @BIR | Targets all blocks in a radius of the inherited targets. |
|
|
|
| @TargetBlock | | Targets the block you are looking at |
|
|
|
| @**[BlocksInChunk](/Skills/Targeters/BlocksInChunk)**{noair=true;onlyair=false;nearorigin=false} | @BIC | Targets all blocks in a chunk relative to the inherited target. |
|
|
|
| @**[BlocksInChunk](/Skills/Targeters/BlocksInChunk)** | @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. |
|
|
|
| @[**BlockVein**](/Skills/Targeters/BlockVein){blocktype=#;limit=#} | @vein<br>@bv | Target all adjancent blocks that match the blocktype, starting from the origin of the skill. |
|
|
|
| @[**BlockVein**](/Skills/Targeters/BlockVein) | @vein<br>@bv | Target all adjancent blocks that match the blocktype, starting from the origin of the skill. |
|
|
|
|
|
|
|
|
|
# Common Attributes
|
... | ... | |