Changes
Page history
added Sphere wiki page
authored
Jul 13, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Targeters.md
View page @
7a4b863c
...
@@ -94,8 +94,7 @@ These targeters only work if the mob has Threat Tables enabled.
...
@@ -94,8 +94,7 @@ These targeters only work if the mob has Threat Tables enabled.
| @PlayerLocationsInRadius{r=#} | @PLIR{r=#} | Targets all player locations in the given radius |
| @PlayerLocationsInRadius{r=#} | @PLIR{r=#} | Targets all player locations in the given radius |
| @
[
Ring
][]
| | Target points to form a ring of locations |
| @
[
Ring
][]
| | Target points to form a ring of locations |
| @
[
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) |
| @
[
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) |
| @EntitiesInCone{angle=#;range=#;rotation=#;} | | Targets all entities within the cone |
| @
[
Sphere
][]
| | Targets points in a sphere around the caster |
| @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. |
| @
[
RandomLocationsNearCaster
][]
| @RLO
<br>
@randomLocationsOrigin
<br>
@RLNO | Targets random locations near the origin of a skill. |
...
@@ -317,6 +316,7 @@ Currently, sort can have the following values:
...
@@ -317,6 +316,7 @@ Currently, sort can have the following values:
[
RingAroundOrigin
]:
/Skills/Targeters/RingAroundOrigin
[
RingAroundOrigin
]:
/Skills/Targeters/RingAroundOrigin
[
Ring
]:
/Skills/Targeters/Ring
[
Ring
]:
/Skills/Targeters/Ring
[
Spawners
]:
/Skills/Targeters/Spawners
[
Spawners
]:
/Skills/Targeters/Spawners
[
Sphere
]:
/Skills/Targeters/Sphere
<!-- Special Targeters -->
<!-- Special Targeters -->
[
BlocksInRadius
]:
/Skills/Targeters/BlocksInRadius
[
BlocksInRadius
]:
/Skills/Targeters/BlocksInRadius
[
BlocksInChunk
]:
/Skills/Targeters/BlocksInChunk
[
BlocksInChunk
]:
/Skills/Targeters/BlocksInChunk
...
...
...
...